From 020d4eda7cc49ef95528b6a5f3a7b2765347e5e0 Mon Sep 17 00:00:00 2001 From: wangyue Date: Thu, 25 Aug 2022 13:54:48 +0800 Subject: [PATCH 01/23] 12151 --- .../containers/footer/conserve/left/Lb.js | 230 ++++++++ web/log/development.txt | 549 ++++++++++++++++++ 2 files changed, 779 insertions(+) create mode 100644 web/client/src/sections/quanju/containers/footer/conserve/left/Lb.js diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/Lb.js b/web/client/src/sections/quanju/containers/footer/conserve/left/Lb.js new file mode 100644 index 00000000..475234a4 --- /dev/null +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/Lb.js @@ -0,0 +1,230 @@ +import React, { useState, useEffect } from 'react' +import Module from '../../../public/module' +import { Spin } from 'antd' +import Lun from "../../leadership/right/lunbo" +import "../../leadership/right/left.less" +import { getZhichaolist } from "../../../../actions/example" + +const Lefttbottoms = (props) => { + // const { dispatch } = props + const style = { height: "28%", marginTop: "4%" } + const [beijing, setBeijing] = useState() + const [list, setList] = useState([{ + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "12", + xiang: "12", + xian: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "12", + xiang: "12", + xian: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "12", + xiang: "12", + xian: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "12", + xiang: "12", + xian: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "12", + xiang: "12", + xian: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "12", + xiang: "12", + xian: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "12", + xiang: "12", + xian: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "12", + xiang: "12", + xian: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "12", + xiang: "12", + xian: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "12", + xiang: "12", + xian: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + },]) + const [rightDatas, setrightDatas] = useState([]) + const [nums, setNums] = useState([]) + const [num, setNum] = useState() + + // const requestRightDatas = async () => { + // const res = await dispatch(getZhichaolist()) + // var pattern = /[\u4e00-\u9fa5]*/; + // let d = res.payload.data?.overSpeedList?.filter((item, index) => { + // return /.*[\u4e00-\u9fa5_a-zA-Z]+.*$/.test(item.processingTime) == false + // }) + // console.log(res); + // d.map((item, index) => { + // if (parseInt(item.processingTime.match(/([^.]*)$/)[0]) < 10) { + // return item.processingTime = `${(item.processingTime.match(/^([^.]*)(.[^.]*)/)[0])}.0${parseInt(item.processingTime.match(/([^.]*)$/)[0])}` + // } + // }) + // d.sort((a, b) => b.processingTime.localeCompare(a.processingTime)) + // // setrightDatas(res.payload.data) + // setList(d) + // } + // useEffect(() => { + // const zhichaolist = dispatch(getZhichaolist()).then((res) => { + // setNums(res.payload?.data?.processed) + + // }) + // requestRightDatas() + // }, []) + console.log(list); + const renderBody = () => { + return ( +
+ {list?.map((item, index) => { + return
  • { + setBeijing(index) + setNum(index) + }} onMouseLeave={() => { + setBeijing() + setNum() + }}> + {beijing == index ? : ""} +
    {item.danwei}
    +
    {item.xian}
    +
    {item.xiang}
    +
    {item.cun}
    + {/*
    {item.qiao}
    */} + {/* { + num == index ?
    + +
    + +

    {item.overrunRate ? item.overrunRate + "%" : "--"}

    +

    超限

    +
    +
    +

    车牌号{item.danwei}

    +

    检测点{item.xian}

    +

    处罚{item.xiang}

    +

    日期{item.cun}

    +

    日期{item.qiao}

    +
    +
    : "" + } */} +
  • + }) + + } +
    + ) + } + return ( + <> +
    +

    管养责任单位

    +

    管理人员(人)

    +

    工人(人)

    +

    公益岗位(人)

    + {/*

    桥梁(座)

    */} +
    + + + ) +} +export default Lefttbottoms \ No newline at end of file diff --git a/web/log/development.txt b/web/log/development.txt index 9ec2cc8f..32c5efc3 100644 --- a/web/log/development.txt +++ b/web/log/development.txt @@ -71516,3 +71516,552 @@ 2022-08-12 15:25:11.168 - info: [Router] Inject api: attachment/index 2022-08-12 15:36:12.317 - debug: [FS-LOGGER] Init. 2022-08-12 15:36:12.386 - info: [Router] Inject api: attachment/index +2022-08-25 11:29:58.392 - debug: [FS-LOGGER] Init. +2022-08-25 11:29:58.748 - info: [Router] Inject api: attachment/index +2022-08-25 11:30:29.850 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: -4078, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/department', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + expires: '-1', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'sec-ch-ua-platform': '"Windows"', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (node:events:527:28)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (node:events:527:28)\n' + + ' at Socket.socketErrorListener (node:_http_client:454:9)\n' + + ' at Socket.emit (node:events:527:28)\n' + + ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + + ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + + ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' +} +2022-08-25 11:31:56.051 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: -4078, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/login', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + origin: 'http://localhost:5000', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/signin', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + }, + encoding: null, + followRedirect: true, + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (node:events:527:28)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (node:events:527:28)\n' + + ' at Socket.socketErrorListener (node:_http_client:454:9)\n' + + ' at Socket.emit (node:events:527:28)\n' + + ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + + ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + + ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' +} +2022-08-25 11:32:01.430 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: -4078, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/login', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + origin: 'http://localhost:5000', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/signin', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + }, + encoding: null, + followRedirect: true, + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (node:events:527:28)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (node:events:527:28)\n' + + ' at Socket.socketErrorListener (node:_http_client:454:9)\n' + + ' at Socket.emit (node:events:527:28)\n' + + ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + + ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + + ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' +} +2022-08-25 11:32:13.818 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: -4078, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/department', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + expires: '-1', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'sec-ch-ua-platform': '"Windows"', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (node:events:527:28)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (node:events:527:28)\n' + + ' at Socket.socketErrorListener (node:_http_client:454:9)\n' + + ' at Socket.emit (node:events:527:28)\n' + + ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + + ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + + ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' +} +2022-08-25 11:32:15.439 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: -4078, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/login', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + origin: 'http://localhost:5000', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/signin', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + }, + encoding: null, + followRedirect: true, + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (node:events:527:28)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (node:events:527:28)\n' + + ' at Socket.socketErrorListener (node:_http_client:454:9)\n' + + ' at Socket.emit (node:events:527:28)\n' + + ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + + ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + + ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' +} +2022-08-25 11:33:18.405 - debug: [FS-LOGGER] Init. +2022-08-25 11:33:18.469 - info: [Router] Inject api: attachment/index +2022-08-25 11:33:26.136 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: -4078, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/login', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + origin: 'http://localhost:5000', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/signin', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + }, + encoding: null, + followRedirect: true, + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (node:events:527:28)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (node:events:527:28)\n' + + ' at Socket.socketErrorListener (node:_http_client:454:9)\n' + + ' at Socket.emit (node:events:527:28)\n' + + ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + + ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + + ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' +} +2022-08-25 11:33:29.995 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: -4078, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/login', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + origin: 'http://localhost:5000', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/signin', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + }, + encoding: null, + followRedirect: true, + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (node:events:527:28)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (node:events:527:28)\n' + + ' at Socket.socketErrorListener (node:_http_client:454:9)\n' + + ' at Socket.emit (node:events:527:28)\n' + + ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + + ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + + ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' +} +2022-08-25 11:33:47.119 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: -4078, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/login', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + origin: 'http://localhost:5000', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/signin', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + }, + encoding: null, + followRedirect: true, + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (node:events:527:28)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (node:events:527:28)\n' + + ' at Socket.socketErrorListener (node:_http_client:454:9)\n' + + ' at Socket.emit (node:events:527:28)\n' + + ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + + ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + + ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' +} +2022-08-25 11:38:17.819 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: -4078, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/login', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + origin: 'http://localhost:5000', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/signin', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + }, + encoding: null, + followRedirect: true, + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (node:events:527:28)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (node:events:527:28)\n' + + ' at Socket.socketErrorListener (node:_http_client:454:9)\n' + + ' at Socket.emit (node:events:527:28)\n' + + ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + + ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + + ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' +} +2022-08-25 11:38:38.733 - debug: [FS-LOGGER] Init. +2022-08-25 11:38:38.811 - info: [Router] Inject api: attachment/index From d3bc1cfac9d165d929e563527502d9d5136fead8 Mon Sep 17 00:00:00 2001 From: LUCAS Date: Tue, 30 Aug 2022 14:41:12 +0800 Subject: [PATCH 02/23] =?UTF-8?q?=E5=85=BB=E6=8A=A4-=E4=B8=8A=E6=9C=88?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/.vscode/launch.json | 2 +- .../lib/controllers/roadMaintenance/index.js | 60 +++++++++ api/app/lib/models/road_maintenance.js | 115 ++++++++++++++++++ api/app/lib/models/road_maintenance_cost.js | 110 +++++++++++++++++ api/app/lib/routes/roadMaintenance/index.js | 13 ++ ...各管养责任单位管养汇总表.xlsx | Bin 0 -> 7415 bytes .../工具脚本(无需执行)/dataIn.js | 13 +- .../工具脚本(无需执行)/index.js | 5 + .../养护_字段对应.json | 21 ++++ .../养护_数据字段对应.json | 21 ++++ .../养护_数据库表对应.json | 21 ++++ .../养护_数据脚本对应.sql | 44 +++++++ 12 files changed, 421 insertions(+), 4 deletions(-) create mode 100644 api/app/lib/controllers/roadMaintenance/index.js create mode 100644 api/app/lib/models/road_maintenance.js create mode 100644 api/app/lib/models/road_maintenance_cost.js create mode 100644 api/app/lib/routes/roadMaintenance/index.js create mode 100644 scripts/0.0.1/data/工具脚本(无需执行)/data/养护/南昌县农村公路各管养责任单位管养汇总表.xlsx create mode 100644 scripts/0.0.1/data/工具脚本(无需执行)/养护_字段对应.json create mode 100644 scripts/0.0.1/data/工具脚本(无需执行)/养护_数据字段对应.json create mode 100644 scripts/0.0.1/data/工具脚本(无需执行)/养护_数据库表对应.json create mode 100644 scripts/0.0.1/data/工具脚本(无需执行)/养护_数据脚本对应.sql diff --git a/api/.vscode/launch.json b/api/.vscode/launch.json index d82da15e..eaa8220c 100644 --- a/api/.vscode/launch.json +++ b/api/.vscode/launch.json @@ -14,7 +14,7 @@ }, "args": [ "-p 14000", - "-f http://localhost:4000", + "-f http://localhost:14000", "-g postgres://postgres:123@10.8.30.32:5432/highways4good", "--qnak XuDgkao6cL0HidoMAPnA5OB10Mc_Ew08mpIfRJK5", "--qnsk yewcieZLzKZuDfig0wLZ9if9jKp2P_1jd3CMJPSa", diff --git a/api/app/lib/controllers/roadMaintenance/index.js b/api/app/lib/controllers/roadMaintenance/index.js new file mode 100644 index 00000000..fcb1720e --- /dev/null +++ b/api/app/lib/controllers/roadMaintenance/index.js @@ -0,0 +1,60 @@ +'use strict'; + +'use strict'; +const moment = require('moment'); +const { QueryTypes } = require('sequelize'); + +async function getLastMonthCost(ctx) { + let rslt = []; + try { + const startTime = new Date(moment().startOf('year')), endTime = new Date(moment().endOf('year').valueOf()); + const models = ctx.fs.dc.models; + const costList = await models.RoadMaintenanceCost.findAll({ + where: { + maintenanceDate: { '$between': [startTime, endTime] } + } + }) + if (!costList || !costList.length) { + const dataList = await models.RoadMaintenance.findAll(); + for (var i = 0; i < 12; i++) { + dataList.map(item => { + const { countyHighway, townshipRoad, villageRoad, responsibleUnitForManagementAndMaintenance } = item; + const randomNum = 0.1 * (0.8 + Math.random() / 2); + const dateTime = new Date(moment().month(i)); + + let data = { + countyName: responsibleUnitForManagementAndMaintenance, + roadLengthCounty: countyHighway ? countyHighway * randomNum : 0, + roadLengthTownship: townshipRoad ? townshipRoad * randomNum : 0, + roadLengthVillage: villageRoad ? villageRoad * randomNum : 0, + maintenanceDate: dateTime + } + data.roadCostCounty = data.roadLengthCounty * 15000 / 12, + data.roadCostTownship = data.roadLengthTownship * 7500 / 12, + data.roadCostVillage = data.roadLengthVillage * 3900 / 12; + + rslt.push(data) + + models.RoadMaintenanceCost.create(data) + }) + } + + } else { + rslt = costList + } + + + ctx.status = 200; + ctx.body = rslt; + } catch (error) { + ctx.fs.logger.error(`path: ${ctx.path}, error: ${error}`); + ctx.status = 400; + ctx.body = { + message: typeof error == 'string' ? error : undefined + } + } +} + +module.exports = { + getLastMonthCost, +} \ No newline at end of file diff --git a/api/app/lib/models/road_maintenance.js b/api/app/lib/models/road_maintenance.js new file mode 100644 index 00000000..f960c576 --- /dev/null +++ b/api/app/lib/models/road_maintenance.js @@ -0,0 +1,115 @@ +/* eslint-disable*/ +'use strict'; + +module.exports = dc => { + const DataTypes = dc.ORM; + const sequelize = dc.orm; + const RoadMaintenance = sequelize.define("roadMaintenance", { + id: { + type: DataTypes.INTEGER, + allowNull: false, + defaultValue: null, + comment: null, + primaryKey: true, + field: "id", + autoIncrement: true, + unique: "road_maintenance_id_uindex" + }, + serialNumber: { + type: DataTypes.STRING, + allowNull: true, + defaultValue: null, + comment: "序号", + primaryKey: false, + field: "serial_number", + autoIncrement: false + }, + responsibleUnitForManagementAndMaintenance: { + type: DataTypes.STRING, + allowNull: true, + defaultValue: null, + comment: "管养责任单位", + primaryKey: false, + field: "responsible_unit_for_management_and_maintenance", + autoIncrement: false + }, + maintenanceUnit: { + type: DataTypes.STRING, + allowNull: true, + defaultValue: null, + comment: "养护单位", + primaryKey: false, + field: "maintenance_unit", + autoIncrement: false + }, + management: { + type: DataTypes.STRING, + allowNull: true, + defaultValue: null, + comment: "管理人员", + primaryKey: false, + field: "management", + autoIncrement: false + }, + worker: { + type: DataTypes.STRING, + allowNull: true, + defaultValue: null, + comment: "工人", + primaryKey: false, + field: "worker", + autoIncrement: false + }, + publicWelfarePost: { + type: DataTypes.STRING, + allowNull: true, + defaultValue: null, + comment: "公益岗位", + primaryKey: false, + field: "public_welfare_post", + autoIncrement: false + }, + countyHighway: { + type: DataTypes.STRING, + allowNull: true, + defaultValue: null, + comment: "县道", + primaryKey: false, + field: "county_highway", + autoIncrement: false + }, + townshipRoad: { + type: DataTypes.STRING, + allowNull: true, + defaultValue: null, + comment: "乡道 ", + primaryKey: false, + field: "township_road", + autoIncrement: false + }, + villageRoad: { + type: DataTypes.STRING, + allowNull: true, + defaultValue: null, + comment: "村道", + primaryKey: false, + field: "village_road", + autoIncrement: false + }, + bridge: { + type: DataTypes.STRING, + allowNull: true, + defaultValue: null, + comment: "桥梁 ", + primaryKey: false, + field: "bridge", + autoIncrement: false + } + }, { + tableName: "road_maintenance", + comment: "", + indexes: [] + }); + dc.models.RoadMaintenance = RoadMaintenance; + return RoadMaintenance; +}; \ No newline at end of file diff --git a/api/app/lib/models/road_maintenance_cost.js b/api/app/lib/models/road_maintenance_cost.js new file mode 100644 index 00000000..a17a1612 --- /dev/null +++ b/api/app/lib/models/road_maintenance_cost.js @@ -0,0 +1,110 @@ +/* eslint-disable*/ +'use strict'; + +module.exports = dc => { + const DataTypes = dc.ORM; + const sequelize = dc.orm; + const RoadMaintenanceCost = sequelize.define("roadMaintenanceCost", { + id: { + type: DataTypes.INTEGER, + allowNull: false, + defaultValue: null, + comment: null, + primaryKey: true, + field: "id", + autoIncrement: true, + }, + mId: { + type: DataTypes.INTEGER, + allowNull: true, + defaultValue: null, + comment: "养护id", + primaryKey: false, + field: "mId", + autoIncrement: false + }, + countyName: { + type: DataTypes.STRING, + allowNull: true, + defaultValue: null, + comment: "管养责任单位", + primaryKey: false, + field: "county_name", + autoIncrement: false + }, + + roadLengthCounty: { + type: DataTypes.FLOAT, + allowNull: true, + defaultValue: null, + comment: "养护长度", + primaryKey: false, + field: "road_length_county", + autoIncrement: false + }, + roadCostCounty: { + type: DataTypes.DOUBLE, + allowNull: true, + defaultValue: null, + comment: "养护费用", + primaryKey: false, + field: "road_cost_county", + autoIncrement: false + }, + + + roadLengthVillage: { + type: DataTypes.FLOAT, + allowNull: true, + defaultValue: null, + comment: "养护长度", + primaryKey: false, + field: "road_length_village", + autoIncrement: false + }, + roadCostVillage: { + type: DataTypes.DOUBLE, + allowNull: true, + defaultValue: null, + comment: "养护费用", + primaryKey: false, + field: "road_cost_village", + autoIncrement: false + }, + + + roadLengthTownship: { + type: DataTypes.FLOAT, + allowNull: true, + defaultValue: null, + comment: "养护长度", + primaryKey: false, + field: "road_length_township", + autoIncrement: false + }, + roadCostTownship: { + type: DataTypes.DOUBLE, + allowNull: true, + defaultValue: null, + comment: "养护费用", + primaryKey: false, + field: "road_cost_township", + autoIncrement: false + }, + maintenanceDate: { + type: DataTypes.DATE, + allowNull: true, + defaultValue: null, + comment: "养护日期", + primaryKey: false, + field: "maintenance_date", + autoIncrement: false + }, + }, { + tableName: "road_maintenance_cost", + comment: "", + indexes: [] + }); + dc.models.RoadMaintenanceCost = RoadMaintenanceCost; + return RoadMaintenanceCost; +}; \ No newline at end of file diff --git a/api/app/lib/routes/roadMaintenance/index.js b/api/app/lib/routes/roadMaintenance/index.js new file mode 100644 index 00000000..dfd9e7e7 --- /dev/null +++ b/api/app/lib/routes/roadMaintenance/index.js @@ -0,0 +1,13 @@ +'use strict'; + +const roadMaintenance = require('../../controllers/roadMaintenance'); + +module.exports = function (app, router, opts) { + + app.fs.api.logAttr['GET/road/maintenance/cost/query'] = { content: '获取上月道路养护费用', visible: false }; + router.get('/road/maintenance/cost/query', roadMaintenance.getLastMonthCost); + + // app.fs.api.logAttr['GET/road/maintenance/cost/query'] = { content: '获取上月道路养护费用', visible: false }; + // router.get('/road/maintenance/cost/query', roadMaintenance.getLastMonthCost); + +} \ No newline at end of file diff --git a/scripts/0.0.1/data/工具脚本(无需执行)/data/养护/南昌县农村公路各管养责任单位管养汇总表.xlsx b/scripts/0.0.1/data/工具脚本(无需执行)/data/养护/南昌县农村公路各管养责任单位管养汇总表.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..779bf8701c51ade2d98bb267728539ceaa6ad831 GIT binary patch literal 7415 zcmaKR1yq#X_WsZfLr8Z>OE)5+ARPk|BGS#!9nv7+Py-So-QCg*jdTdoAl)*QfXHv| z_uX~>;=SMhoi%69d*1atv-UoF?S0;7Ybc|jk^lezOn`yYf8x*N6lFA|Bko$`fF=-MqNr$Nt#szPWWFeDaA#eOZnC%^2V9S@_;^GnKx) zxDW`bMpL4&S5UmWJE5st7&FnT9GC;ypB0qUcUcc!eHFRBI{VZmU*+co(7?FOu{ zOo??%o`7+emVN;#Wbgq?%;qE^29w1GZ9;YKE@6YaKhDp@>;*IsjbZN9s<1)EGV!l> zcu2jXOz2#E6~ym_qx%h4!+oLh5;grbqnU3@;)D!I=YJVRHjlpaqxZ!p-%KDI4W7tu zsW8`SwsbqqlppG89F~Mpo&1m$3~1{7hB5yIL*t%bP#I<(G$U-MLIMB?5q>duG}CZ# zbaLe}b9AwI1j-YG zFn$*C1^#ZliIdYm*`6^vg5AXnL|ygGWZYOT@By;lHj#|cmRu&-&j-%o4I1n%P!ak8 zV!L_irtn+dMB_GrMhp8 zFTl(41YwCgVk-#{)_B?Tcsjb+nL0Y!{gW~8)cLf!d4UI~*dymp8HxG(%-Hb~6@BRI zt45O_CU3-};y=z@WfJs@2!EX=x~`&Bvar;$uuwXqun;eTJK@#8<}n(WRocd1vHAV% zQxm%}x8;}B?zP?g74t7cX~QDoc< z%B?%q3j8>1rxZk6Zu>bekn*D_`R0!7E%Ke|OF$)7A#x<|<5-m-zUxpr(T&(;*4ANj z@{{GFywh&a%hKqEXH$F7-rxtgMMXPFS6;p)J&MuP0Z*O;w0Dq7%R3jsIpQ?ZaJ$sF z6{2lo)pmOh2=03fY4|1W3c_Q>h@?RIx5xg@3%~pA|C1v|5IF)EdhCr|eQDrfpu`^U ziWO$KaE27x+Mr^uXx;e4`vwepZi<Zcu|TNq&Nx@L=&}yY!fU6taJM&inRf5!032V$L3kOC&TBPT?C0_+mdrNg~wn zmzR5nn+s&+vFPTG(jg9-w9KcGJn|Q@?-OTHZVuNCnig4^e2cZ4k45& zoHWFi)X=M_qHuwMQupiE`q-O*yTi)Y0bz7ERXZmV^6u`%0>}>^Aq&LZaE?|Q-YQ4+ z9)x1;r&Yx-@$oE(NjfP3K&p#9tuBW6DX-nBKIOItygziWy+{-7C|t4dMVAf+gilW& zdfy(seQ#!$rDET33tptVTom#vzcs2IYY(Vg^L?;vSKX^Q0B~ezd8q1;0QVoi(kzD_fZzc7xJ%>@cp1(;9RU~|8EQ)}`dm)H;W$ivkEXeE zttQ=GJ>*JLr=Mb0!P(5qR|dK+*?kJ5mv4BQ6A(2GH&xUc-=)OENfl{}dy)1$E2^#D zVO@{0!ljQ?4Qc%8ZQO9}fzgsabR=b3cILsk8%hhu{&|N=YC4kV^w#y^{7>I{F(JFI z;OfX_`NcMH!F&ReiCe|tM!A{>N`R8X{Cy6bZdH&H!o;D0mPEcWtUffwhL2x zIc6C>h~sg+Y{fmV6n{zHzjoySF%$h+^XTAPtL{+i>=Kr0lhynviwl_ zEx%aAT%!`5O>z9KPu$y_;SVyI81=B-g7z7F{vFA?_Ll-4j?vW;8QXjfE2egL0U(JH zmc41(9hDO2Yb8rMnM-n7GF`5rc=kMg6OOb}zx`@kyoTP*CmVwB^$8|w&N;HdsIh%W z`_b1kHXm;rzK{C+9U0iF3aTQ?1u*8|zOhJc5MyLPfs}74!FR$M)V}zQ1P5+n=h@`S z6DPlLt%YmmGq24tPR1gK>f@%1M*%A|ojo(eIUiHL5c@sIWFB@y^|9*lTOo={WsVHR z$l_V3DAVD{>D5ZwXMJo?Y)-V<{+Oydl}z6O;7X|m!{;NkDv$w=z5||!4a*kv97GN` z0Q?j!$vjs#4abIBOzE$GI++`zx^)GfGi=4sMRS5$L$|Xcc?vjbp-Ul;dGTrj(5JFa zp6`?~L2$&;K`f^rGgzF@u4d5@Y%{<1LEIs{Z*U{JMQeIHoBu>=Z8|b)7@IK&Z4_oG zAW%XPPeKbXQX~&>EkZ8fWJ|hz!PuPBe9-kg4h7w9M5Q8%L$_2kDlt}HwL*@Yt2wtY zsr-yp{Y<>5*6*go5GSe(Hly38WVJ1~Ea@FUb~>w4|3TCpiG`b0^%ZbnQEs`9AVWsL zj`W+L)wYo9lvP1qG}JzOV>MsXC4*6n&jsQZ&omG(3~}RxoW=b$JL7H=Jv@r(Sy*q5=v`te$S#DCmh7$f{Twtl5{N_Rzacd-5aOUM24>-4J;a~V-nHt7KX^8a^WakaLv zaC7DP>*pT}ONPNva=JWl>4sC3t2HVpKstnbu-_+3fqJ3eIYB7dfC<8q4WJZzlZh@! z^a?GqCpvY_rKNdKYv~mlZR?%)SE@1ok#8HKf^Rod!X+ybRsH-Z)86>uto+!znJ9&^ zD84b5V0V=}iJe<;vp$0VJez5#Jy)a68CFt*7achyo&h)a`2A}V4~30}Y-*(FHuxHg z*S$PAE;TE*K6{+73vk-`+glWB%coC70AiG(6>X$|v=??5VH|RmP<^l3Id)P7X`hGpbZv zWwMSu9ww5TO0UG@a7(9JxKI<9`Omtcqz7QlS;3iYE_Hm7alr)FcHP7`&@q?FoqPg! zl~iut%`Wjdt4;NFAl*=P#E#X~jn)V!*A~$%NOSY zEiP1YB`NVHH%y@vmLzkXVxt5?Hn1OAY1AG~xvi&E69yf7xOECdN#tXmS}Tk zX!=XI8gVAx0Ey9{FNV`jDxe#O>ZYUFIqv)>J*G%0cEx;>v%!k3lhh81nwQl% zVBc0VvLQ5&dPNj8$?M{U_?&ZJClo9R!}J!73Gq4N7pp-ruWiA=F-DTFhBmkz`kKep zIYuM6adrnLO`Wt)ia}4GA!VyP2L8lFWUpKXD|-Du6$zmea4`VPbgUvR+j`8} zp56{3wV}@7l!agwbmogaIK-G!akI$U(VIf%Fko%rK*=stcHlTF_9xk4r}Pw2RllqL z7_bg1K0B+{t1^Pi7=kc|>4CDw_(5TnhaZxu0`=d!2UjZjpf^g~RSUz+9D*;HoT-f+ zR)ZF$gD_miH78LIsSL>7@(ci*(*t{F-#b-?Buq+2$-v%HzO`JV&4)ui5g4N!Uacw7 zqigY9Xxm0yowiFbHH3>GLNwplE6&+s|p zerjiEye;eWT6T>>g>CXJW5&M+#eGAr*$7TurXP@A%{2vUf>a+t*1Y_O9iKzf3HIbt zDMgVCOUl;2e*xztr!k0WTIEm}cezmKS@nMBMAy~9HTYN-@$s<_aSqwJhWer}?^ixz z$Rs4UZk_E=bQ0^FD$Nn9PwP{gC05yN84I&j&;7(Le!e3b`QohmW5_BbI9pd7kNQlj zu=J1~th?-fPJ=2$>m%AlL~`i&sH`64E3F+g86JMN^EmQFUH4JQ>O}}&QF(+5u$~GN zi;!PoK=!npEso~vsV%O7_JEXWhn=VLUaNmQ_S#YQrjjWE4=lIvnSjDyl4Iy*)9+`aPvt|GtY+jHTYhQ$2 zrEBjYgODO&owXZDdw@5Er@!K{K@XG03|QiN-)_6QwXUQEtEEZ2ZyZ$)gge4ZVrmV^ zMhj0SH?WDLW!ojR))6g5xu#_cen_5XY8{>plyk-9=B?`)R|+|kwuzNy$A^CVA43EB zXCKthPFc7Z|6@S2ot3)C$YH&D36<*YAO1R29yM7VT6&>V|84zX9W3>Zqnqc4LwWJ# zx$yM-T-t82M20#Izj!q>@8O}bOSw~Mo;PK0lMTsKfSPip@ZjbT2iDlkObY`qZEvb% zFa&+j()IS#-A%MD9s1<;oxd8~6Q}7-vUe*aMjg)e=87Y8^oFhcC`nLu=yiwqW(WM3 z2jvFrY`pI}*LYXW>vPU?zfQui=Nt48uc*O@T1oPEopiM}aj`H5xw+VYtz7@<zFF>MaletXtdI8@C6Fc8AXeiB)w=T4!{nyrbm&c9_xB6b~&0NbxkPFGWwN`4%gKPZoDE##I;R8htWjLb9FwnEkZZI zWEs2V9Te#dJLbCpiS}U`!Iu;gI*X}~Sx|z3VtH)KbjEU00Z*t+#15`VA>n?=zhXXW z_%VOJhFk%Lu(LsX<^880v9E%u2gm*5veD3OiJ%37EWCpCb!BB+waAIhLN!WpB0<*RH@I+Cw*K)t`mp!9wPu6TSc~Pn{Tecl0ASP%e zUA!g@MvHwkza=Z!D^>P7CmteVUue5W{SZTK;}>3Unj}Cd`azFs`s2CYr_h%_*u;gF z>=rhwIoHO$0HBUVCG z-WKk=VHplSZ+p4aUX`ln3A)20`Blv8`v&QLbUGbFFOCt>`TYR^fcNj{bn~{i_{XqZ z(pv(j^O7Jm0s56n>3O$9RPC2}_ASK^^OHR6I)Tc4@_lZ3j#UwJI0u%oQ?n^|TF*&I z(!d}TExVhae%pRh!Vs*A^kC7;NZphP;EzIDC!nfclnrfg%feNvEuxVPk06v~>IQjAfe%$@I$XPXsd`mCejq~tOr+61GInTcj~x3HLE zBvJ~BWQZ=c2HCjcs=a@n+@5Un;Msj>qj988e%(5Ahbjv6oT4MeQAbk zT-Vu~Q@~?d=cv_sm(WWGY}T~s50y;1rABZ=H86X24e_ZLI$kBY9BRlr=+`aL?tkb` zdXkFoSws#i{>+%^0B_PFuTJVR;H{s2V2`oaE2F{}E}lC6^U(86_6Zr9J7vrwVdq)C_b%@ z+bb*DCC3q>)WRV9EYU2RL8F}g!I3(-v50X0H3X$pSS^^$%x>l zlg6NMP;{>jwtIjn+H^rX(M0F42>F-?xh5qJrs@p_6b>FR_Xs^i1_`*d%#yrK6+Xm! zW``DoH6Jq>@FW5M!d9eK?qmNJDEuIlen|3`EyCfQw};)epQQTj;SAfW*B{z(ul=B{ z>aLiX?YLP1ZiEe66R*Z97Xn(|sRjHYIWI0ook9@;?I%Po|Cf&TQqB?VW&w74t?lh( z;ri;IQh9mO5E!94KfAn*Vq4(gbJNs$5c|yLJ-5~_Mv7Mg`L_sr;;t1>YV49YV(BVH zC`G2PRi7Gvns82(EpIZX7$jns9wKcS<*XmGp4qDaCsJo6$n8}NdFNDKxBkgZt%Jz4 zmI$@Jc#@tkk&~&YTLA=Atrg-9l*B_HV+KtIxxGE5JTVsx`2gl1YZD<~zG0+QaJ+F} zwxtG@bAHr}u=!TYJU~%oPoSslq4f%`s~=_F(wA(w&<~DC3jfvux+yoMrg&q>)9avpoZL+vv&j zE%TyDe6b?9g={?PqqD~knebb8ui7`9uCV0B2L_YN;hsm=MQ@5i>Yn5bb|Z>360#Ix z3;%bE39)?d`mN#gC-8m`=64i1B2xaVBl9Qxei!3+_ya^*{tx`$J&ixn_qztaqt_AW zKY9p%g6|9Hzk?s3{ssOAIsH$b`|9%VJkn@?@%*VZ|4DFPO8A`sit`^U{!3W+ljZ(F z>vxt`qQ6-F>)7=t!~J6TJA(nDJR-d5`k&JHC-i=1_#GNa4)|YrLPHr1kwgFhY{VxJ Lu~#OP|GN7>`=i>y literal 0 HcmV?d00001 diff --git a/scripts/0.0.1/data/工具脚本(无需执行)/dataIn.js b/scripts/0.0.1/data/工具脚本(无需执行)/dataIn.js index 9e5c422c..662e6e6f 100644 --- a/scripts/0.0.1/data/工具脚本(无需执行)/dataIn.js +++ b/scripts/0.0.1/data/工具脚本(无需执行)/dataIn.js @@ -12,8 +12,8 @@ try { const pool = new Pool({ user: 'postgres', host: '10.8.30.32', - // database: 'highways4good', - database: 'highways4good_initd', + database: 'highways4good', + // database: 'highways4good_initd', password: '123', port: 5432, }) @@ -26,6 +26,11 @@ try { await client.query('BEGIN') const fileList = [ + // { + // path: ['./data/养护/南昌县农村公路各管养责任单位管养汇总表.xlsx'], + // n: '养护', + // tableName: 'road_maintenance', + // }, // { // path: ['./data/道路/村道第三方.xls'], // n: '道路', @@ -139,14 +144,16 @@ try { let worksheet = workbook.Sheets[firstSheetName]; let res = XLSX.utils.sheet_to_json(worksheet); const keyMap = require(`./${f.n}_数据库表对应.json`); - console.log(keyMap); + console.log("keyMap:", keyMap); for (let d of res) { let insertStr = `INSERT INTO "${f.tableName}" (`; let insertKeys = (f.defaultKey || []).concat([]); let insertValues = (f.defaultValue || []).concat([]); + for (let k in keyMap) { // 没做判重 let v = d[k]; + console.log(v) if (v) { insertKeys.push(keyMap[k]); diff --git a/scripts/0.0.1/data/工具脚本(无需执行)/index.js b/scripts/0.0.1/data/工具脚本(无需执行)/index.js index f4cf143f..7897c188 100644 --- a/scripts/0.0.1/data/工具脚本(无需执行)/index.js +++ b/scripts/0.0.1/data/工具脚本(无需执行)/index.js @@ -63,6 +63,11 @@ try { // 有手动更改 不要轻易再次执行脚本 const fileList = [ + // { + // path: './data/养护/南昌县农村公路各管养责任单位管养汇总表.xlsx', + // n: '养护', + // tableName: 'road_maintenance' + // }, // { // path: './data/道路/县道第三方.xls', // n: '道路', diff --git a/scripts/0.0.1/data/工具脚本(无需执行)/养护_字段对应.json b/scripts/0.0.1/data/工具脚本(无需执行)/养护_字段对应.json new file mode 100644 index 00000000..17d39172 --- /dev/null +++ b/scripts/0.0.1/data/工具脚本(无需执行)/养护_字段对应.json @@ -0,0 +1,21 @@ +{"序号" : "serialNumber", + + "管养责任单位" : "responsibleUnitForManagementAndMaintenance", + + "养护单位" : "maintenanceUnit", + + "管理人员" : "management", + + "工人" : "worker", + + "公益岗位" : "publicWelfarePost", + + "县道" : "countyHighway", + + "乡道 " : "townshipRoad", + + "村道" : "villageRoad", + + "桥梁 " : "bridge" + + } \ No newline at end of file diff --git a/scripts/0.0.1/data/工具脚本(无需执行)/养护_数据字段对应.json b/scripts/0.0.1/data/工具脚本(无需执行)/养护_数据字段对应.json new file mode 100644 index 00000000..4f995388 --- /dev/null +++ b/scripts/0.0.1/data/工具脚本(无需执行)/养护_数据字段对应.json @@ -0,0 +1,21 @@ +{ "serialNumber":"序号", + + "responsibleUnitForManagementAndMaintenance":"管养责任单位", + + "maintenanceUnit":"养护单位", + + "management":"管理人员", + + "worker":"工人", + + "publicWelfarePost":"公益岗位", + + "countyHighway":"县道", + + "townshipRoad":"乡道 ", + + "villageRoad":"村道", + + "bridge":"桥梁 " + + } \ No newline at end of file diff --git a/scripts/0.0.1/data/工具脚本(无需执行)/养护_数据库表对应.json b/scripts/0.0.1/data/工具脚本(无需执行)/养护_数据库表对应.json new file mode 100644 index 00000000..2891d624 --- /dev/null +++ b/scripts/0.0.1/data/工具脚本(无需执行)/养护_数据库表对应.json @@ -0,0 +1,21 @@ +{"序号" : "serial_number", + + "管养责任单位" : "responsible_unit_for_management_and_maintenance", + + "养护单位" : "maintenance_unit", + + "管理人员" : "management", + + "工人" : "worker", + + "公益岗位" : "public_welfare_post", + + "县道" : "county_Highway", + + "乡道 " : "township_Road", + + "村道" : "village_Road", + + "桥梁 " : "bridge" + + } \ No newline at end of file diff --git a/scripts/0.0.1/data/工具脚本(无需执行)/养护_数据脚本对应.sql b/scripts/0.0.1/data/工具脚本(无需执行)/养护_数据脚本对应.sql new file mode 100644 index 00000000..0aef952d --- /dev/null +++ b/scripts/0.0.1/data/工具脚本(无需执行)/养护_数据脚本对应.sql @@ -0,0 +1,44 @@ + + -- 养护 + create table if not exists "road_maintenance" + ( + id serial not null + ); + + create unique index if not exists road_maintenance_id_uindex + on road_maintenance (id); + + alter table road_maintenance + add constraint road_maintenance_pk + primary key (id); + + alter table road_maintenance add Serial_Number varchar(1024); + comment on column road_maintenance.Serial_Number is '序号'; + + alter table road_maintenance add Responsible_Unit_For_Management_And_Maintenance varchar(1024); + comment on column road_maintenance.Responsible_Unit_For_Management_And_Maintenance is '管养责任单位'; + + alter table road_maintenance add Maintenance_Unit varchar(1024); + comment on column road_maintenance.Maintenance_Unit is '养护单位'; + + alter table road_maintenance add Management varchar(1024); + comment on column road_maintenance.Management is '管理人员'; + + alter table road_maintenance add Worker varchar(1024); + comment on column road_maintenance.Worker is '工人'; + + alter table road_maintenance add Public_Welfare_Post varchar(1024); + comment on column road_maintenance.Public_Welfare_Post is '公益岗位'; + + alter table road_maintenance add County_Highway varchar(1024); + comment on column road_maintenance.County_Highway is '县道'; + + alter table road_maintenance add Township_Road varchar(1024); + comment on column road_maintenance.Township_Road is '乡道 '; + + alter table road_maintenance add Village_Road varchar(1024); + comment on column road_maintenance.Village_Road is '村道'; + + alter table road_maintenance add Bridge varchar(1024); + comment on column road_maintenance.Bridge is '桥梁 '; + \ No newline at end of file From 28212810c39318eea2d24989a589138feb168526 Mon Sep 17 00:00:00 2001 From: LUCAS Date: Tue, 30 Aug 2022 17:28:42 +0800 Subject: [PATCH 03/23] =?UTF-8?q?=E5=85=BB=E6=8A=A4=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/controllers/roadMaintenance/index.js | 99 +++++++++++++++++-- api/app/lib/routes/roadMaintenance/index.js | 10 +- 2 files changed, 101 insertions(+), 8 deletions(-) diff --git a/api/app/lib/controllers/roadMaintenance/index.js b/api/app/lib/controllers/roadMaintenance/index.js index fcb1720e..91d99cd4 100644 --- a/api/app/lib/controllers/roadMaintenance/index.js +++ b/api/app/lib/controllers/roadMaintenance/index.js @@ -5,22 +5,38 @@ const moment = require('moment'); const { QueryTypes } = require('sequelize'); async function getLastMonthCost(ctx) { + const { fourceUpdate } = ctx.query; let rslt = []; try { const startTime = new Date(moment().startOf('year')), endTime = new Date(moment().endOf('year').valueOf()); const models = ctx.fs.dc.models; const costList = await models.RoadMaintenanceCost.findAll({ where: { - maintenanceDate: { '$between': [startTime, endTime] } + maintenanceDate: { '$between': [startTime, endTime] }, + countyName: { $not: '南昌县*' } } }) - if (!costList || !costList.length) { + if (!costList || !costList.length || fourceUpdate) { const dataList = await models.RoadMaintenance.findAll(); + if (fourceUpdate) { + await models.RoadMaintenanceCost.destroy({ where: { id: { $not: null } } }); + } for (var i = 0; i < 12; i++) { + const dateTime = new Date(moment().month(i)); + + let nanChang = { + countyName: '南昌县*', + roadLengthCounty: 0, + roadLengthTownship: 0, + roadLengthVillage: 0, + roadCostCounty: 0, + roadCostTownship: 0, + roadCostVillage: 0, + maintenanceDate: dateTime + }; dataList.map(item => { const { countyHighway, townshipRoad, villageRoad, responsibleUnitForManagementAndMaintenance } = item; const randomNum = 0.1 * (0.8 + Math.random() / 2); - const dateTime = new Date(moment().month(i)); let data = { countyName: responsibleUnitForManagementAndMaintenance, @@ -29,14 +45,21 @@ async function getLastMonthCost(ctx) { roadLengthVillage: villageRoad ? villageRoad * randomNum : 0, maintenanceDate: dateTime } - data.roadCostCounty = data.roadLengthCounty * 15000 / 12, - data.roadCostTownship = data.roadLengthTownship * 7500 / 12, - data.roadCostVillage = data.roadLengthVillage * 3900 / 12; + data.roadCostCounty = typeof data.roadLengthCounty == 'number' && !isNaN(data.roadLengthCounty) ? data.roadLengthCounty * 15000 / 12 : 0, + data.roadCostTownship = typeof data.roadLengthTownship == 'number' && !isNaN(data.roadLengthTownship) ? data.roadLengthTownship * 7500 / 12 : 0, + data.roadCostVillage = typeof data.roadLengthVillage == 'number' && !isNaN(data.roadLengthVillage) ? data.roadLengthVillage * 3900 / 12 : 0; rslt.push(data) + nanChang.roadLengthCounty += data.roadLengthCounty; + nanChang.roadLengthTownship += data.roadLengthTownship; + nanChang.roadLengthVillage += data.roadLengthVillage; + nanChang.roadCostCounty += data.roadCostCounty; + nanChang.roadCostTownship += data.roadCostTownship; + nanChang.roadCostVillage += data.roadCostVillage; models.RoadMaintenanceCost.create(data) }) + models.RoadMaintenanceCost.create(nanChang) } } else { @@ -55,6 +78,70 @@ async function getLastMonthCost(ctx) { } } +async function getConcatData(ctx) { + try { + let startTime = new Date(moment().startOf('year')), + endTime = new Date(moment().endOf('month')); + + if (moment().year() == 2022) { + startTime = new Date(moment().startOf('year').month(3)) + } + const models = ctx.fs.dc.models; + const costList = await models.RoadMaintenanceCost.findAll({ + where: { + maintenanceDate: { '$between': [startTime, endTime] }, + countyName: '南昌县*' + }, + order: [['maintenanceDate', 'DESC']] + }) + ctx.status = 200; + ctx.body = costList; + } catch (error) { + ctx.fs.logger.error(`path: ${ctx.path}, error: ${error}`); + ctx.status = 400; + ctx.body = { + message: typeof error == 'string' ? error : undefined + } + } +} + +async function getRoadMaintenanceList(ctx) { + try { + const models = ctx.fs.dc.models; + const list = await models.RoadMaintenance.findAll(); + ctx.status = 200; + ctx.body = list; + } catch (error) { + ctx.fs.logger.error(`path: ${ctx.path}, error: ${error}`); + ctx.status = 400; + ctx.body = { + message: typeof error == 'string' ? error : undefined + } + } +} + +async function updateRoadMaintenanceList(ctx) { + try { + const data = ctx.request.body; + const models = ctx.fs.dc.models; + // const list = await models.RoadMaintenance.findAll(); + await models.RoadMaintenance.update(data, { where: { id: data.id } }) + + ctx.status = 200; + ctx.body = {message}; + } catch (error) { + ctx.fs.logger.error(`path: ${ctx.path}, error: ${error}`); + ctx.status = 400; + ctx.body = { + message: typeof error == 'string' ? error : undefined + } + } +} + + module.exports = { getLastMonthCost, + getConcatData, + getRoadMaintenanceList, + updateRoadMaintenanceList, } \ No newline at end of file diff --git a/api/app/lib/routes/roadMaintenance/index.js b/api/app/lib/routes/roadMaintenance/index.js index dfd9e7e7..5df95bc0 100644 --- a/api/app/lib/routes/roadMaintenance/index.js +++ b/api/app/lib/routes/roadMaintenance/index.js @@ -7,7 +7,13 @@ module.exports = function (app, router, opts) { app.fs.api.logAttr['GET/road/maintenance/cost/query'] = { content: '获取上月道路养护费用', visible: false }; router.get('/road/maintenance/cost/query', roadMaintenance.getLastMonthCost); - // app.fs.api.logAttr['GET/road/maintenance/cost/query'] = { content: '获取上月道路养护费用', visible: false }; - // router.get('/road/maintenance/cost/query', roadMaintenance.getLastMonthCost); + app.fs.api.logAttr['GET/road/maintenance/cost/nanchang/query'] = { content: '获取南昌县道路养护费用', visible: false }; + router.get('/road/maintenance/cost/nanchang/query', roadMaintenance.getConcatData); + + app.fs.api.logAttr['GET/road/maintenance'] = { content: '获取南昌县道路养护数据', visible: false }; + router.get('/road/maintenance', roadMaintenance.getRoadMaintenanceList); + + app.fs.api.logAttr['POST/road/maintenance'] = { content: '更新南昌县道路养护数据', visible: false }; + router.post('/road/maintenance', roadMaintenance.updateRoadMaintenanceList); } \ No newline at end of file From 6ba6d1e7b640b3192cb04a0dc780570a49b92169 Mon Sep 17 00:00:00 2001 From: LUCAS Date: Wed, 31 Aug 2022 09:09:46 +0800 Subject: [PATCH 04/23] =?UTF-8?q?=E9=94=99=E8=AF=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/controllers/roadMaintenance/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/lib/controllers/roadMaintenance/index.js b/api/app/lib/controllers/roadMaintenance/index.js index 91d99cd4..dc2c4f48 100644 --- a/api/app/lib/controllers/roadMaintenance/index.js +++ b/api/app/lib/controllers/roadMaintenance/index.js @@ -128,7 +128,7 @@ async function updateRoadMaintenanceList(ctx) { await models.RoadMaintenance.update(data, { where: { id: data.id } }) ctx.status = 200; - ctx.body = {message}; + ctx.body = {message:'编辑成功'}; } catch (error) { ctx.fs.logger.error(`path: ${ctx.path}, error: ${error}`); ctx.status = 400; From 487ecc0223d60956a18b0fc66259c49d6d41146f Mon Sep 17 00:00:00 2001 From: LUCAS Date: Wed, 31 Aug 2022 09:38:59 +0800 Subject: [PATCH 05/23] =?UTF-8?q?=E9=81=93=E8=B7=AF=E5=85=BB=E6=8A=A4?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=A1=A8=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../schema/2.init_road_maintenance_cost.sql | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 scripts/0.0.1/schema/2.init_road_maintenance_cost.sql diff --git a/scripts/0.0.1/schema/2.init_road_maintenance_cost.sql b/scripts/0.0.1/schema/2.init_road_maintenance_cost.sql new file mode 100644 index 00000000..8d521bcd --- /dev/null +++ b/scripts/0.0.1/schema/2.init_road_maintenance_cost.sql @@ -0,0 +1,23 @@ + +-- ---------------------------- +-- Table structure for road_maintenance_cost +-- ---------------------------- +DROP TABLE IF EXISTS "public"."road_maintenance_cost"; +CREATE TABLE "public"."road_maintenance_cost" ( + "id" int4 NOT NULL DEFAULT nextval('road_maintenance_cost_id_seq'::regclass), + "mId" int4, + "county_name" varchar(15) COLLATE "pg_catalog"."default", + "road_length_county" float8, + "road_cost_county" numeric(10,2), + "road_length_village" float8, + "road_cost_village" numeric(10,2), + "road_length_township" float8, + "road_cost_township" numeric(10,2), + "maintenance_date" timestamptz(6) +) +; + +-- ---------------------------- +-- Foreign Keys structure for table road_maintenance_cost +-- ---------------------------- +ALTER TABLE "public"."road_maintenance_cost" ADD CONSTRAINT "road_maintenance_cost_mId_fkey" FOREIGN KEY ("mId") REFERENCES "public"."road_maintenance" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION; From 7b83013067cf543c95d9fb0a32dfe0e543a6c443 Mon Sep 17 00:00:00 2001 From: wangyue Date: Wed, 31 Aug 2022 20:55:52 +0800 Subject: [PATCH 06/23] =?UTF-8?q?=E5=89=8D=E5=8F=B0=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/log/development.log | 30 + api/package.json | 4 +- .../components/highways/highwaysdata.js | 107 +- .../fillion/components/highwaysTable.js | 388 +- .../footer/conserve/left/left-bottom.js | 10 +- .../footer/conserve/left/left-center.js | 442 +- .../footer/conserve/left/left-top.js | 377 +- .../footer/leadership/centerleft/daolu.js | 1 + .../footer/leadership/right/right-bottom.js | 2 +- web/log/development.txt | 65625 +++------------- web/package.json | 2 +- 11 files changed, 12016 insertions(+), 54972 deletions(-) diff --git a/api/log/development.log b/api/log/development.log index 9f131542..b8dbaae9 100644 --- a/api/log/development.log +++ b/api/log/development.log @@ -1,3 +1,4 @@ +<<<<<<< Updated upstream 2021-06-11 09:24:57.968 - debug: [FS-LOGGER] Init. 2021-06-11 09:24:58.371 - info: [FS-ATTACHMENT] Inject attachment mw into router. 2021-06-11 09:24:58.371 - info: [FS-AUTH] Inject auth and api mv into router. @@ -11077,3 +11078,32 @@ headers: {} 2022-08-12 15:35:49.622 - debug: [FS-LOGGER] Init. 2022-08-12 15:35:49.700 - info: [FS-ATTACHMENT] Inject attachment mw into router. 2022-08-12 15:35:49.700 - info: [FS-AUTH] Inject auth and api mv into router. +======= +2022-08-25 16:36:38.540 - debug: [FS-LOGGER] Init. +2022-08-25 16:36:38.625 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-25 16:36:38.626 - info: [FS-AUTH] Inject auth and api mv into router. +2022-08-25 16:59:51.659 - debug: [FS-LOGGER] Init. +2022-08-25 16:59:51.742 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-25 16:59:51.742 - info: [FS-AUTH] Inject auth and api mv into router. +2022-08-26 11:12:28.406 - debug: [FS-LOGGER] Init. +2022-08-26 11:12:28.488 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-26 11:12:28.489 - info: [FS-AUTH] Inject auth and api mv into router. +2022-08-29 16:04:37.717 - debug: [FS-LOGGER] Init. +2022-08-29 16:04:38.471 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-29 16:04:38.471 - info: [FS-AUTH] Inject auth and api mv into router. +2022-08-29 16:12:00.460 - debug: [FS-LOGGER] Init. +2022-08-29 16:12:00.541 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-29 16:12:00.541 - info: [FS-AUTH] Inject auth and api mv into router. +2022-08-30 09:43:41.776 - debug: [FS-LOGGER] Init. +2022-08-30 09:43:42.448 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-30 09:43:42.448 - info: [FS-AUTH] Inject auth and api mv into router. +>>>>>>> Stashed changes +<<<<<<< Updated upstream +2022-08-30 16:36:05.846 - debug: [FS-LOGGER] Init. +2022-08-30 16:36:05.939 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-30 16:36:05.939 - info: [FS-AUTH] Inject auth and api mv into router. +2022-08-30 16:36:13.025 - debug: [FS-LOGGER] Init. +2022-08-30 16:36:13.105 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-30 16:36:13.105 - info: [FS-AUTH] Inject auth and api mv into router. +======= +>>>>>>> Stashed changes diff --git a/api/package.json b/api/package.json index 29272131..dabf4b39 100644 --- a/api/package.json +++ b/api/package.json @@ -5,8 +5,8 @@ "main": "server.js", "scripts": { "test": "set DEBUG=true&&\"node_modules/.bin/mocha\" --harmony --reporter spec app/test/*.test.js", - "start": "set NODE_ENV=development&&node server -p 4000 -g postgres://postgres://postgres:123@10.8.30.32:5432/highways4good -f http://localhost:14000 --qnak XuDgkao6cL0HidoMAPnA5OB10Mc_Ew08mpIfRJK5 --qnsk yewcieZLzKZuDfig0wLZ9if9jKp2P_1jd3CMJPSa --qnbkt dev-highways4good --qndmn http://rfkimpwbb.hn-bkt.clouddn.com", - "start:linux": "export NODE_ENV=development&&node server -p 4000 -g postgres://FashionAdmin:123456@10.8.30.39:5432/pm1", + "start": "set NODE_ENV=development&&node server -p 4001 -g postgres://postgres://postgres:123@10.8.30.32:5432/highways4good -f http://localhost:14000 --qnak XuDgkao6cL0HidoMAPnA5OB10Mc_Ew08mpIfRJK5 --qnsk yewcieZLzKZuDfig0wLZ9if9jKp2P_1jd3CMJPSa --qnbkt dev-highways4good --qndmn http://rfkimpwbb.hn-bkt.clouddn.com", + "start:linux": "export NODE_ENV=development&&node server -p 4001 -g postgres://FashionAdmin:123456@10.8.30.39:5432/pm1", "automate": "sequelize-automate -c sequelize-automate.config.js" }, "author": "", diff --git a/web/client/src/sections/fillion/components/highways/highwaysdata.js b/web/client/src/sections/fillion/components/highways/highwaysdata.js index 70d10754..d948dc7f 100644 --- a/web/client/src/sections/fillion/components/highways/highwaysdata.js +++ b/web/client/src/sections/fillion/components/highways/highwaysdata.js @@ -1,14 +1,14 @@ import React, { useEffect, useState } from 'react'; import { connect } from 'react-redux'; import { Form, Spin, Table } from 'antd'; -import { ModalForm, ProForm, ProFormText,ProFormSelect } from '@ant-design/pro-form'; -import { putOperaTional,putHighways,putShippingList } from "../../actions/infor" -import _ from 'lodash' +import { ModalForm, ProForm, ProFormText, ProFormSelect } from '@ant-design/pro-form'; +import { putOperaTional, putHighways } from "../../actions/infor" +import _ from 'lodash' const HightModal = (props) => { - const { visible, onVisibleChange, typecard, rewkeys, recortd, dispatch, setRecortd,setDelet } = props - const [success,setSuccess]=useState() - + const { visible, onVisibleChange, typecard, rewkeys, recortd, dispatch, setRecortd, setDelet } = props + const [success, setSuccess] = useState() + useEffect(() => { return () => { setRecortd() @@ -26,69 +26,62 @@ const HightModal = (props) => { onFinish={(values) => { if (rewkeys === 'passenger') { setDelet(values) - const query = { ...values, id:recortd?.id } - dispatch(putOperaTional(query)).then((res) => { - setSuccess(res.success) - }) - return true - - } if (rewkeys === 'freight') { - setDelet(values) - const query = { ...values, id:recortd?.id } - dispatch(putShippingList(query)).then((res) => { - setSuccess(res.success) - }) - return true - + const query = { ...values, id: recortd?.id } + dispatch(putOperaTional(query)).then((res) => { + setSuccess(res.success) + }) + return true + } if (rewkeys === 'highways') { setDelet(values) - - const query = { ...values, id:recortd?.id } + + const query = { ...values, id: recortd?.id } dispatch(putHighways(query)).then((res) => { setSuccess(res.success) }) return true - - } - + + } + }} initialValues={recortd} > {/* {typecard == 'compile' ? */} - - - { - // return event.target.value.replace(/\D/g,'') - // } - ]} - - /> + + + { + // return event.target.value.replace(/\D/g,'') + // } + ]} + + /> - - {/* : + + {/* : vfdscfd } */} diff --git a/web/client/src/sections/fillion/components/highwaysTable.js b/web/client/src/sections/fillion/components/highwaysTable.js index cc47a244..f27c9d08 100644 --- a/web/client/src/sections/fillion/components/highwaysTable.js +++ b/web/client/src/sections/fillion/components/highwaysTable.js @@ -1,37 +1,69 @@ -import React, { useEffect, useState,useRef } from 'react'; +import React, { useEffect, useState, useRef } from 'react'; import { connect } from 'react-redux'; import { Spin, Button, Popconfirm, Badge } from 'antd'; import ProTable from '@ant-design/pro-table'; import './protable.less' import { getHighways } from "../actions/infor" import HightModal from './highways/highwaysdata'; +import Guanli from './highways/guanli'; const HigwaysTable = (props) => { const { dispatch, user, } = props const [rowSelected, setRowSelected] = useState([]) + const [modalVisible, setModalVisible] = useState(false); const [counts, setCounts] = useState()//shuju const [modalVisibleyilan, setModalVisibleyilan] = useState(false); + const [modalVisibleyilans, setModalVisibleyilans] = useState(false); const [modalRecord, setModalRecord] = useState(); const [typecard, setTypecard] = useState(); const [recortd, setRecortd] = useState() const [sitename, setSitename] = useState()//桥梁名称 const [delet, setDelet] = useState() + const [activeKey, setActiveKey] = useState('tab1'); + const [whichofits, setWhichofits] = useState('qiaoliang') + const [differentiate, setDifferentiate] = useState('bridge') const ref = useRef() - useEffect(() => { ref.current.reload() }, [ delet]) -//打开弹窗 -const hightModal = (type, record) => { - setModalVisibleyilan(true); - // setModalType(type); - if (type == 'edit') { - setModalRecord(record); - } else { - setModalRecord(null); + useEffect(() => { ref.current.reload() }, [delet]) + //打开弹窗 + const hightModal = (type, record) => { + setModalVisibleyilan(true); + // setModalType(type); + if (type == 'edit') { + setModalRecord(record); + } else { + setModalRecord(null); + } } -} - const columns = - [ + const deldatas = (id) => { // 工程 + const query = { + projectId: id + } + // dispatch(delProject(query)).then((res) => { + // setDelet(res) + // }) + } + const openModal = (type, record) => { + setModalVisible(true); + // setModalType(type); + if (type == 'edit') { + setModalRecord(record); + } else { + setModalRecord(null); + } + } + const yilanModal = (type, record) => { + setModalVisibleyilans(true); + // setModalType(type); + if (type == 'edit') { + setModalRecord(record); + } else { + setModalRecord(null); + } + } + const columns = { + tab1: [ { title: '类型', dataIndex: 'placeName', @@ -45,7 +77,7 @@ const hightModal = (type, record) => { setSitename(value.currentTarget.value) }, placeholder: '请输入类型进行搜索', - getPopupContainer: (triggerNode) => triggerNode.parentNode, + }, render: (dom, record) => { return record.name @@ -74,32 +106,219 @@ const hightModal = (type, record) => { fixed: 'right', render: (dom, record) => { return
    } }, - + + ], tab2: [ + { + title: '管养责单位', + dataIndex: 'placeName', + fixed: 'left', + width: 120, + options: 1, + backgroundColor: "#ffffff", + fieldProps: { + onChange: (value, cs) => { + setSitename(value.currentTarget.value) + }, + placeholder: '请输入项目名称进行搜索', + + }, + render: (dom, record) => { + return record.entryName + }, + }, + { + title: '养护单位', + search: false, + dataIndex: 'time1', + valueType: 'dateRange', + + // fixed: 'left', + width: 120, + render: (dom, record) => { + return record.projectMileage + }, + fieldProps: { + getPopupContainer: (triggerNode) => triggerNode.parentNode, + } + }, + { + title: '管理人员(人)', + search: false, + dataIndex: 'time2', + valueType: 'dateRange', + // align: 'right', + width: 120, + render: (dom, record) => { + return record.investment + }, + fieldProps: { + getPopupContainer: (triggerNode) => triggerNode.parentNode, + } + }, + { + title: '工人(人)', + search: false, + dataIndex: 'time3', + valueType: 'dateRange', + + + + width: 120, + render: (dom, record) => { + return record.buildUnit + }, + fieldProps: { + getPopupContainer: (triggerNode) => triggerNode.parentNode, + } + }, { + title: '公益岗位(人)', + search: false, + dataIndex: 'time4', + valueType: 'dateRange', + + + width: 120, + render: (dom, record) => { + return record.constructionControlUnit + }, + fieldProps: { + getPopupContainer: (triggerNode) => triggerNode.parentNode, + } + }, { + title: '县道(km)', + search: false, + dataIndex: 'time5', + valueType: 'dateRange', + + + width: 120, + render: (dom, record) => { + return record.designUnit + }, + fieldProps: { + getPopupContainer: (triggerNode) => triggerNode.parentNode, + } + }, { + title: '乡道(km)', + search: false, + dataIndex: 'time6', + valueType: 'dateRange', + + + width: 120, + render: (dom, record) => { + return record.constructionUnit + }, + fieldProps: { + getPopupContainer: (triggerNode) => triggerNode.parentNode, + } + }, { + title: '村道(km)', + search: false, + dataIndex: 'time7', + valueType: 'dateRange', + + + width: 120, + render: (dom, record) => { + return record.supervisorAndSupervisor + }, + fieldProps: { + getPopupContainer: (triggerNode) => triggerNode.parentNode, + } + }, { + title: '桥梁(座)', + search: false, + dataIndex: 'time8', + valueType: 'dateRange', + + + width: 120, + render: (dom, record) => { + return record.projectProgress + }, + fieldProps: { + getPopupContainer: (triggerNode) => triggerNode.parentNode, + } + }, + { + title: '操作', + dataIndex: 'creatTime', + valueType: 'dateTimeRange', + hideInSearch: true, + width: 160, + fixed: 'right', + render: (dom, record) => { + return
    { deldatas(record.id) }}> + +
    + + } + }, + { + key: "direction", + hideInTable: true, + dataIndex: "direction", + order: 6, + renderFormItem: (item, { type, defaultRender, ...rest }, form, record) => { + return ( +
    + {/* */} +
    + + + ); + }, + }, ] + } + return ( + -
    + {/*
    { finishedProductTable = c; }} style={{ width: "100% ", overflow: "auto", height: '760px' }} rowKey='id' onReset={(v) => { - setSitename('') + setSitename('') }} // rowSelection={{ // selectedRowKeys: rowSelected, @@ -109,10 +328,10 @@ const hightModal = (type, record) => { // }} columns={columns} - dataSource={counts || []} + dataSource={counts || []} request={async (params) => { const query = { - name:sitename + name: sitename } setRowSelected([]); const res = await dispatch(getHighways(query)); @@ -123,8 +342,99 @@ const hightModal = (type, record) => { } }} > -
    - {modalVisibleyilan ?
    */} +
    + setActiveKey(key), + items: [ + { + key: 'tab1', + label: { + setWhichofits('qiaoliang') + setDifferentiate('bridge') + }}>设施统计{activeKey === 'tab1'}, + }, + { + key: 'tab2', + label: { + setWhichofits('gongcheng') + setDifferentiate('project') + }}>管理养护{activeKey === 'tab2'}, + }, + + ], + }, + }} + form={{ + submitter: whichofits == "qiaoliang" ? false : true + }} + scroll={{ x: 800 }} + options={false} + ref={c => { finishedProductTable = c; }} + style={{ width: "100% ", overflow: "auto", height: '760px' }} + rowKey='id' + onReset={(v) => { + setSitename('') + }} + // rowSelection={{ + // selectedRowKeys: rowSelected, + // onChange: (selectedRowKeys) => { + // setRowSelected(selectedRowKeys); + // }, + // }} + columns={columns[activeKey]} + + dataSource={counts || []} + request={async (params) => { + if (whichofits == 'qiaoliang') { + const query = { + name: sitename + } + setRowSelected([]); + const res = await dispatch(getHighways(query)); + setCounts(res.payload.data) + return { + ...res, + total: res.payload.data ? res.payload.data.count : 0 + } + } if (whichofits == 'gongcheng') { + const query = { + type: 'bridge', + entryName: sitename + } + setRowSelected([]); + const res = await dispatch(getProject(query)); + setCounts("") + return { + ...res, + // total: res.payload.data ? res.payload.data.count : 0 + } + } + + }} + search={{ + defaultCollapsed: false, + optionRender: (searchConfig, formProps, dom) => [ + ...dom.reverse(), + // whichofits == "qiaoliang" ? "" : { props.exports(rowSelected, differentiate) }}> + // + // + ], + }} + + > + +
    + {modalVisibleyilan ? { setRecortd={setRecortd} setDelet={setDelet} /> : ''} + {modalVisibleyilans ? : ''}
    ) } +const date = { + "bridgeCode": "桥梁代码", + "bridgeName": "桥梁名称", + "centralStation": "中心桩号", + "crossingFigureType": "跨越地物类型", + "crossingFigureName": "跨越地物名称", + "natureOfCharges": "收费性质", + "rampCode": "匝道编码", + "sectionType": "路段类型", + "crossingFigureType1": "跨越地物类型1", + "crossingFigureName1": "跨越地物名称1", + "originalBridgeCode": "原桥梁代码", + "whetherWideRoadAndNarrowBridge": "是否宽路窄桥", +} function mapStateToProps(state) { const { auth, depMessage } = state; const pakData = (dep) => { diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/left-bottom.js b/web/client/src/sections/quanju/containers/footer/conserve/left/left-bottom.js index 5e08c669..76bfebf3 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/left-bottom.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/left-bottom.js @@ -1,6 +1,7 @@ import React from 'react' import Module from '../../../public/module' import PieChart from '../chart/pie-chart'; +import Lefttbottoms from "./Lb" let color = [ "rgba(7,185,254,1)", @@ -28,13 +29,13 @@ const LeftBottom = (props) => { } }) - let colorList = value?.map(c =>c.colorList) - let underColorList = value?.map(c =>c.underColorList) + let colorList = value?.map(c => c.colorList) + let underColorList = value?.map(c => c.underColorList) return ( <> - { textLeft={'20%'} numLeft={'14.5%'} underColorList={underColorList} - /> + /> */} + ) diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js index 17c8cdce..c76911e2 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js @@ -1,239 +1,243 @@ import { Col, Row } from 'antd' import React from 'react' -import { useEffect, useRef } from 'react' +import { useEffect, useRef, useState } from 'react' import Module from '../../../public/module' import * as echarts from 'echarts'; +import ZheXian from "./zhexin" +import PieChart from "./shituzujian" +import Lunbo from './lunbo'; const LeftCenter = (props) => { const style = { height: "31%", marginTop: "3%" } - const chartRef = useRef(null); - const { roadData } = props - const data = roadData?.greenMileage || {} - const grad = Object.keys(data).map(g => g + '级可绿化里程') || [] - const value = Object.values(data)?.map(s => s.canBeGreen.toFixed(3)) - let totalData = value?.reduce((pre, cur) => Number(pre) + Number(cur), 0) || 0 - let max = Math.max.apply(Math, value) + 10 || 0 + // const chartRef = useState(); + // const { roadData } = props + const [flag, setFlag] = useState(true) + // const [fles, setFles] = useState(true) + // console.log(roadData); + // useEffect(() => { + // let chartInstance = echarts.init(chartRef.current); + // let colorArray = [ + // { + // top: "#07B9FE", + // bottom: "#10274B", + // }, + // { + // top: "#1978E5", + // bottom: " #10274B", + // }, + // { + // top: "#1978E5", + // bottom: "#10274B", + // }, + // ]; + // // let xData = (function () { + // // var data = []; + // // for (var i = 1; i < 13; i++) { + // // data.push(i + "月份"); + // // } + // // return data; + // // })(); + // const option = { + // // backgroundColor: "#344b58", + // title: { + // x: "4%", - useEffect(() => { - let chartInstance = echarts.init(chartRef.current); - let colorArray = [ - { - top: "#07B9FE", - bottom: "#10274B", - }, - { - top: "#1978E5", - bottom: " #10274B", - }, - { - top: "#1978E5", - bottom: "#10274B", - }, - ]; - const option = { - tooltip: { - show: true, - trigger: "axis", - axisPointer: { - type: "none", - }, - formatter: "{b}:{c}", - }, - grid: { - left: "5%", - top: "12%", - right: "1%", - bottom: "8%", - width: '100%', - containLabel: true, - }, - - xAxis: { - type: "value", - show: true, - position: "bottom", - axisTick: { - show: true, - interval: 2, - lineStyle: { - color: "rgba(176,215,255,0.25)", - // type: "dashed", - }, - }, - axisLine: { - show: false, - lineStyle: { - color: "rgba(216,240,255,0.8000)", - }, - }, - axisLabel: { - interval: 2 - }, - - splitLine: { - show: true, - lineStyle: { - color: "rgba(176,215,255,0.25)", - type: "dashed", - }, - }, - }, - yAxis: [ - { - type: "category", - axisTick: { - show: false, - alignWithLabel: false, - length: 5, - }, - splitLine: { - //网格线 - show: false, - }, - inverse: true, //排序 - axisLine: { - show: false, - lineStyle: { - color: "rgba(176,215,255,0.8)", - }, - }, - zlevel: 100, - data: grad, - }, - { - type: "category", - axisTick: { - show: false, - alignWithLabel: false, - length: 5, - }, - splitLine: { - //网格线 - show: false, - }, - axisLabel: { - show: true, - backgroundColor: { - image: '/assets/images/quanju/kelvhua_bdbg.png', - }, - width: 70, - height: 22, - color: '#D8F0FF', - margin: 40, - verticalAlign: 'middle', - align: 'center', - textShadowColor: '#1AD0FF', - textShadowBlur: 6, - fontSize: 14 - // formatter:(f) =>{console.log('f:',f);} - }, - inverse: true, //排序 - axisLine: { - show: false, - lineStyle: { - color: "rgba(176,215,255,0.8)", - }, - - }, - data: value, - }, - ], - series: [ - { - name: '背景', - type: "bar", - barWidth: 3, - barGap: "100%", - barCategoryGap: "50%", - color: "#15356E", - data: [max, max, max], - tooltip: { - show: false, - }, - }, - { - name: "", - type: "bar", - zlevel: 1, - barWidth: 3, - barGap: "-100%", - barCategoryGap: "50%", - data: value, - label: { - show: true, - position: 'right', // 位置 - fontSize: 12, - lineHeight: 13, - distance: -2, - verticalAlign: "middle", - formatter: [ - '{a| }', - ].join(''), // 这里是数据展示的时候显示的数据 - rich: { - a: { - backgroundColor: { - image: '/assets/images/quanju/circle2.png' - }, - width: 15, - height: 15, - align: 'left', - verticalAlign: "center", - } - } - }, - itemStyle: { - normal: { - show: true, - color: function (params) { - return { - type: "linear", - colorStops: [ - { - offset: 0, - color: colorArray[params.dataIndex].bottom, - }, - { - offset: 1, - color: colorArray[params.dataIndex].top, - }, - - - ], - // globalCoord: false, - }; - }, - barBorderRadius: 70, - borderWidth: 0, - borderColor: "#333", - }, - }, - emphasis: { - disabled: true //禁止移入柱子改变颜色 - } - }, - ], - }; - chartInstance.setOption(option); - window.addEventListener('resize', () => { - if (chartInstance) { - chartInstance.resize() - } - }) - }, [roadData]); + // textStyle: { + // color: "#fff", + // fontSize: "22", + // }, + // subtextStyle: { + // color: "#90979c", + // fontSize: "16", + // }, + // }, + // tooltip: { + // trigger: "axis", + // axisPointer: { + // type: "shadow", + // textStyle: { + // color: "#fff", + // }, + // }, + // formatter: function (params) { //在此处直接用 formatter 属性 + // // console.log(params) // 打印数据 + // var showdata = params[0]; + // // 根据自己的需求返回数据 + // return ` + //
    时间:12452
    + //
    数据:12121次/分
    + // ` + // } + // }, + // grid: { + // borderWidth: 0, + // top: 50, + // bottom: 20, + // right: 20, + // left: 60, + // textStyle: { + // color: "#fff", + // }, + // }, + // legend: { + // x: "60%", + // top: "5%", + // textStyle: { + // color: "#90979c", + // }, + // show: false, + // // data: ["女", "男", "平均"], + // }, + // calculable: true, + // xAxis: [ + // { + // type: "category", + // axisLine: { + // lineStyle: { + // color: "rgba(216,240,255,0.8)", + // }, + // }, + // splitLine: { + // show: false, + // }, + // axisTick: { + // show: false, + // }, + // splitArea: { + // show: false, + // }, + // axisLabel: { + // interval: 0, + // }, + // data: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], + // }, + // ], + // yAxis: [ + // { + // type: "value", + // splitLine: { + // show: true, + // lineStyle: { + // color: "rgba(176,215,255,0.2500)", + // type: "dashed", + // }, + // }, + // axisLine: { + // lineStyle: { + // color: "rgba(216,240,255,0.800)", + // }, + // }, + // axisTick: { + // show: false, + // }, + // axisLabel: { + // interval: 0, + // }, + // splitArea: { + // show: false, + // }, + // }, + // ], + // series: [ + // { + // name: "男", + // type: "bar", + // stack: "总量", + // itemStyle: { + // normal: { + // color: { + // type: "linear", + // x: 0, + // y: 0, + // x2: 0, + // y2: 1, + // colorStops: [ + // { + // offset: 0, + // color: "rgba(0,213,255)", // 0% 处的颜色 + // }, + // { + // offset: 1, + // color: "rgba(0,213,255,0.2)", // 100% 处的颜色 + // }, + // ], + // global: false, // 缺省为 false + // }, + // barBorderRadius: 0, + // }, + // }, + // data: [ + // 1036, 3693, 2962, 3810, 2519, 1915, 1748, 4675, 6209, 4323, 2865, 4298, + // ], + // }, + // { + // name: "总数", + // type: "line", + // symbolSize: 10, + // symbol: "circle", + // itemStyle: { + // normal: { + // color: "#1978E5", + // barBorderRadius: 0, + // label: { + // show: true, + // position: "top", + // textStyle: { + // color: "#D8F0FF", + // }, + // formatter: function (p) { + // return p.value > 0 ? p.value : ""; + // }, + // }, + // }, + // }, + // lineStyle: { + // normal: { + // width: 2, + // color: "#1978E5", + // }, + // }, + // data: flag ? [ + // 1036, 3693, 2962, 3810, 2519, 1915, 1748, 4675, 6209, 4323, 2865, 4298, + // ] : "", + // }, + // ], + // }; + // chartInstance.setOption(option); + // window.addEventListener('resize', () => { + // if (chartInstance) { + // chartInstance.resize() + // } + // }) + // }, [flag]); return ( <> - - +
    { + setFlag(false) + console.log(flag); + }} style={{ position: "absolute", top: "38%", left: "80%", width: "50px", height: "20px", background: "linear-gradient(270deg, rgba(15,74,159,0) 0%, rgba(17,75,160,0.95) 100%)", float: "right", textAlign: "center", zIndex: 100, marginRight: "4%", borderLeft: "solid 2px #6E7A83" }} > + {/* */} +

    累计

    +
    { + setFlag(true) + console.log(flag); + }} style={{ position: "absolute", width: "50px", left: "60%", top: "38%", height: "20px", background: "linear-gradient(270deg, rgba(15,74,159,0) 0%, rgba(17,75,160,0.95) 100%)", float: "right", textAlign: "center", zIndex: 100, marginRight: "2%", borderLeft: "solid 2px #6E7A83", }}> + {/* */} +

    本月

    + {/* icon 可绿化里程总数 {totalData.toFixed(3) || 0} - -
    - +
    */} + {/*
    */} + {/* */} + { + flag ? : + }
    ) diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/left-top.js b/web/client/src/sections/quanju/containers/footer/conserve/left/left-top.js index 944fdf81..23cacd8d 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/left-top.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/left-top.js @@ -2,201 +2,202 @@ import React, { useEffect, useRef } from 'react'; import Module from '../../../public/module' import * as echarts from 'echarts'; import { Badge, Spin } from 'antd'; +import Leftbottom from "./lunbozujian" const LeftTop = (props) => { - const seasonChartRef = useRef(null); + // const seasonChartRef = useRef(null); - const frequentlyChartRef = useRef(null); - const { roadData,loading } = props - let total = roadData?.curingPeriod?.frequent + roadData?.curingPeriod?.season - useEffect(() => { - let chartInstance = echarts.init(seasonChartRef.current); - const seasonOption = { - tooltip: { - show: true - }, - title: [ - { - text: "季节性", - x: "center", - top: "55%", - textStyle: { - color: "#E9F7FF", - fontSize: 14, - }, - }, - { - text: roadData?.curingPeriod?.season || 0, - x: "center", - y: "35%", - textStyle: { - fontSize: "30", - color: "#FFFFFF", - fontFamily: "YouSheBiaoTiHei", - }, - }, - ], - polar: { - radius: ["60%", "68%"], - center: ["50%", "50%"], - }, - grid: { - left: "5%", - top: "12%", - right: "1%", - bottom: "8%", - containLabel: true, - }, - angleAxis: { - max: total || 0, - show: false, - }, - radiusAxis: { - type: "category", - show: true, - axisLabel: { - show: false, - }, - axisLine: { - show: false, - }, - axisTick: { - show: false, - }, - }, - series: [ - { - name: "", - type: "bar", - roundCap: true, - barWidth: 30, - showBackground: true, - data: [{ value: roadData?.curingPeriod?.season || 0, name: '季节性' }], - coordinateSystem: "polar", - itemStyle: { - normal: { - color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [ - { - offset: 0, - color: "#AAC8FF", - }, - { - offset: 1, - color: "#0041BB", - }, - ]), - }, - }, - }, - ], - }; - chartInstance.setOption(seasonOption); - window.addEventListener('resize', () => { - if (chartInstance) { - chartInstance.resize() - } - }) + // const frequentlyChartRef = useRef(null); + // const { roadData, loading } = props + // let total = roadData?.curingPeriod?.frequent + roadData?.curingPeriod?.season + // useEffect(() => { + // let chartInstance = echarts.init(seasonChartRef.current); + // const seasonOption = { + // tooltip: { + // show: true + // }, + // title: [ + // { + // text: "季节性", + // x: "center", + // top: "55%", + // textStyle: { + // color: "#E9F7FF", + // fontSize: 14, + // }, + // }, + // { + // text: roadData?.curingPeriod?.season || 0, + // x: "center", + // y: "35%", + // textStyle: { + // fontSize: "30", + // color: "#FFFFFF", + // fontFamily: "YouSheBiaoTiHei", + // }, + // }, + // ], + // polar: { + // radius: ["60%", "68%"], + // center: ["50%", "50%"], + // }, + // grid: { + // left: "5%", + // top: "12%", + // right: "1%", + // bottom: "8%", + // containLabel: true, + // }, + // angleAxis: { + // max: total || 0, + // show: false, + // }, + // radiusAxis: { + // type: "category", + // show: true, + // axisLabel: { + // show: false, + // }, + // axisLine: { + // show: false, + // }, + // axisTick: { + // show: false, + // }, + // }, + // series: [ + // { + // name: "", + // type: "bar", + // roundCap: true, + // barWidth: 30, + // showBackground: true, + // data: [{ value: roadData?.curingPeriod?.season || 0, name: '季节性' }], + // coordinateSystem: "polar", + // itemStyle: { + // normal: { + // color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [ + // { + // offset: 0, + // color: "#AAC8FF", + // }, + // { + // offset: 1, + // color: "#0041BB", + // }, + // ]), + // }, + // }, + // }, + // ], + // }; + // chartInstance.setOption(seasonOption); + // window.addEventListener('resize', () => { + // if (chartInstance) { + // chartInstance.resize() + // } + // }) - }, [roadData]) - useEffect(() => { - let chartInstance = echarts.init(frequentlyChartRef.current); + // }, [roadData]) + // useEffect(() => { + // let chartInstance = echarts.init(frequentlyChartRef.current); - const frequentlyOption = { - tooltip: { - show: true, - trigger: "item", - }, - title: [ - { - text: "经常性", - x: "center", - top: "55%", - textStyle: { - color: "#E9F7FF", - fontSize: 14, - }, - }, - { - text: roadData?.curingPeriod?.frequent || 0, - x: "center", - y: "35%", - textStyle: { - fontSize: "30", - color: "#FFFFFF", - fontFamily: "YouSheBiaoTiHei", - }, - }, - ], - polar: { - radius: ["60%", "68%"], - center: ["50%", "50%"], - }, - grid: { - left: "10%", - top: "12%", - right: "1%", - bottom: "8%", - width: '70%', - containLabel: true, - }, - angleAxis: { - max: total || 0, - show: false, - }, - radiusAxis: { - type: "category", - show: true, - axisLabel: { - show: false, - }, - axisLine: { - show: false, - }, - axisTick: { - show: false, - }, - }, - series: [ - { - name: "", - type: "bar", - roundCap: true, - barWidth: 30, - showBackground: true, - data: [{ value: roadData?.curingPeriod?.frequent || 0, name: '经常性' }], - coordinateSystem: "polar", - itemStyle: { - normal: { - color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [ - { - offset: 0, - color: "#C5EFFF", - }, - { - offset: 1, - color: "#07B9FE", - }, - ]), - }, - }, - }, + // const frequentlyOption = { + // tooltip: { + // show: true, + // trigger: "item", + // }, + // title: [ + // { + // text: "经常性", + // x: "center", + // top: "55%", + // textStyle: { + // color: "#E9F7FF", + // fontSize: 14, + // }, + // }, + // { + // text: roadData?.curingPeriod?.frequent || 0, + // x: "center", + // y: "35%", + // textStyle: { + // fontSize: "30", + // color: "#FFFFFF", + // fontFamily: "YouSheBiaoTiHei", + // }, + // }, + // ], + // polar: { + // radius: ["60%", "68%"], + // center: ["50%", "50%"], + // }, + // grid: { + // left: "10%", + // top: "12%", + // right: "1%", + // bottom: "8%", + // width: '70%', + // containLabel: true, + // }, + // angleAxis: { + // max: total || 0, + // show: false, + // }, + // radiusAxis: { + // type: "category", + // show: true, + // axisLabel: { + // show: false, + // }, + // axisLine: { + // show: false, + // }, + // axisTick: { + // show: false, + // }, + // }, + // series: [ + // { + // name: "", + // type: "bar", + // roundCap: true, + // barWidth: 30, + // showBackground: true, + // data: [{ value: roadData?.curingPeriod?.frequent || 0, name: '经常性' }], + // coordinateSystem: "polar", + // itemStyle: { + // normal: { + // color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [ + // { + // offset: 0, + // color: "#C5EFFF", + // }, + // { + // offset: 1, + // color: "#07B9FE", + // }, + // ]), + // }, + // }, + // }, - ], - }; - chartInstance.setOption(frequentlyOption); - window.addEventListener('resize', () => { - if (chartInstance) { - chartInstance.resize() - } - }) - }, [roadData]) + // ], + // }; + // chartInstance.setOption(frequentlyOption); + // window.addEventListener('resize', () => { + // if (chartInstance) { + // chartInstance.resize() + // } + // }) + // }, [roadData]) const style = { height: "31%", marginTop: "3%" } return ( - -
    + + {/*
    @@ -216,8 +217,12 @@ const LeftTop = (props) => { top: '66%', zIndex: 999 }} /> -
    - +
    */} + {/*
    */} + + + {/*
    */} + ) } export default LeftTop \ No newline at end of file diff --git a/web/client/src/sections/quanju/containers/footer/leadership/centerleft/daolu.js b/web/client/src/sections/quanju/containers/footer/leadership/centerleft/daolu.js index 166ca965..661981a4 100644 --- a/web/client/src/sections/quanju/containers/footer/leadership/centerleft/daolu.js +++ b/web/client/src/sections/quanju/containers/footer/leadership/centerleft/daolu.js @@ -4,6 +4,7 @@ import { getRoadmaintain, getdaolutongji } from "../../../../actions/example" import moment from 'moment' import Hua from "./hudong" import { Spin } from 'antd' +import Lunbo from "../right" const Right = (props) => { const { dispatch } = props diff --git a/web/client/src/sections/quanju/containers/footer/leadership/right/right-bottom.js b/web/client/src/sections/quanju/containers/footer/leadership/right/right-bottom.js index 5c9894be..a5c5af5c 100644 --- a/web/client/src/sections/quanju/containers/footer/leadership/right/right-bottom.js +++ b/web/client/src/sections/quanju/containers/footer/leadership/right/right-bottom.js @@ -36,7 +36,7 @@ const Rightbottom = (props) => { }) requestRightDatas() }, []) - // console.log(list); + console.log(list); const renderBody = () => { return (
    diff --git a/web/log/development.txt b/web/log/development.txt index 32c5efc3..494f7ca4 100644 --- a/web/log/development.txt +++ b/web/log/development.txt @@ -1,47 +1,41 @@ -<<<<<<< HEAD -2022-03-11 15:24:58.542 - debug: [FS-LOGGER] Init. -2022-03-11 15:24:58.796 - info: [Router] Inject api: attachment/index -2022-03-11 15:31:30.837 - error: [FS-ERRHD] +2022-08-26 10:37:28.641 - error: [FS-ERRHD] { - message: 'Error: connect ECONNREFUSED 127.0.0.1:4100', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', syscall: 'connect', - address: '127.0.0.1', - port: 4100 + address: '10.8.30.157', + port: 9119 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://127.0.0.1:4100/project/login', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '127.0.0.1:4100', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '" Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', - 'content-type': 'application/json', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', - origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh,zh-CN;q=0.9,en-US;q=0.8,en;q=0.7', - cookie: 'Hm_lvt_47cbd117ffe2172b90dbe53c3f3b2f1c=1644892216,1646099503; SL_GWPT_Show_Hide_tmp=undefined; SL_G_WPT_TO=zh; SL_wptGlobTipTmp=undefined; Hm_lpvt_47cbd117ffe2172b90dbe53c3f3b2f1c=1646804937; pepToken=8c365488-ac71-4de6-acf4-43d4fe7eabef' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"654321","p":"456"}', + method: 'GET', + body: '[object Object]', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -49,61 +43,58 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:4100\n' + - ' at new RequestError (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\fs-anxin-cloud4.0-master\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\fs-anxin-cloud4.0-master\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\fs-anxin-cloud4.0-master\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\fs-anxin-cloud4.0-master\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\fs-anxin-cloud4.0-master\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:428:9)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + ' at Socket.emit (events.js:314:20)\n' + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-03-11 15:31:32.866 - error: [FS-ERRHD] +2022-08-26 10:37:28.646 - error: [FS-ERRHD] { - message: 'Error: connect ECONNREFUSED 127.0.0.1:4100', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', syscall: 'connect', - address: '127.0.0.1', - port: 4100 + address: '10.8.30.157', + port: 9119 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://127.0.0.1:4100/project/login', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '127.0.0.1:4100', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '" Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', - 'content-type': 'application/json', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', - origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh,zh-CN;q=0.9,en-US;q=0.8,en;q=0.7', - cookie: 'Hm_lvt_47cbd117ffe2172b90dbe53c3f3b2f1c=1644892216,1646099503; SL_GWPT_Show_Hide_tmp=undefined; SL_G_WPT_TO=zh; SL_wptGlobTipTmp=undefined; Hm_lpvt_47cbd117ffe2172b90dbe53c3f3b2f1c=1646804937; pepToken=8c365488-ac71-4de6-acf4-43d4fe7eabef' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"654321","p":"456"}', + method: 'GET', + body: '[object Object]', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -111,55 +102,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:4100\n' + - ' at new RequestError (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\fs-anxin-cloud4.0-master\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\fs-anxin-cloud4.0-master\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\fs-anxin-cloud4.0-master\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\fs-anxin-cloud4.0-master\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\fs-anxin-cloud4.0-master\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:428:9)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + ' at Socket.emit (events.js:314:20)\n' + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-03-11 15:32:47.799 - debug: [FS-LOGGER] Init. -2022-03-11 15:32:47.982 - info: [Router] Inject api: attachment/index -2022-03-11 15:39:07.350 - error: [FS-ERRHD] +2022-08-26 10:37:28.649 - error: [FS-ERRHD] { - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', syscall: 'connect', - address: '127.0.0.1', - port: 14000 + address: '10.8.30.157', + port: 9119 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://127.0.0.1:14000/enterprises/undefined/members?token=136621db-739e-4817-bbc8-1e48a047178e', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '127.0.0.1:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"', - expires: '-1', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', + expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/example/e1', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh,zh-CN;q=0.9,en-US;q=0.8,en;q=0.7', - cookie: 'Hm_lvt_47cbd117ffe2172b90dbe53c3f3b2f1c=1644892216,1646099503; SL_GWPT_Show_Hide_tmp=undefined; SL_G_WPT_TO=zh; SL_wptGlobTipTmp=undefined; Hm_lpvt_47cbd117ffe2172b90dbe53c3f3b2f1c=1646804937; pepToken=8c365488-ac71-4de6-acf4-43d4fe7eabef' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -172,53 +161,58 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\fs-anxin-cloud4.0-master\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\fs-anxin-cloud4.0-master\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\fs-anxin-cloud4.0-master\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\fs-anxin-cloud4.0-master\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\fs-anxin-cloud4.0-master\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:428:9)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + ' at Socket.emit (events.js:314:20)\n' + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-04-26 16:22:38.937 - debug: [FS-LOGGER] Init. -2022-04-26 16:22:38.994 - info: [Router] Inject api: attachment/index -2022-04-26 16:24:14.763 - error: [FS-ERRHD] +2022-08-26 10:37:28.652 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://127.0.0.1:14000/login', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '127.0.0.1:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'content-length': '55', - expires: '-1', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', - 'content-type': 'application/json', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', accept: '*/*', - origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', + method: 'GET', + body: '[object Object]', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -226,129 +220,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\智慧应急\\trunk\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\智慧应急\\trunk\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\智慧应急\\trunk\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\智慧应急\\trunk\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\智慧应急\\trunk\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-04-26 16:25:48.770 - debug: [FS-LOGGER] Init. -2022-04-26 16:25:48.822 - info: [Router] Inject api: attachment/index -2022-04-27 08:22:44.239 - debug: [FS-LOGGER] Init. -2022-04-27 08:22:44.315 - info: [Router] Inject api: attachment/index -2022-04-28 14:05:23.315 - debug: [FS-LOGGER] Init. -2022-04-28 14:05:23.386 - info: [Router] Inject api: attachment/index -2022-04-29 09:11:40.683 - debug: [FS-LOGGER] Init. -2022-04-29 09:11:40.748 - info: [Router] Inject api: attachment/index -2022-04-29 11:18:28.238 - debug: [FS-LOGGER] Init. -2022-04-29 11:18:28.589 - info: [Router] Inject api: attachment/index -2022-04-29 15:29:15.850 - debug: [FS-LOGGER] Init. -2022-04-29 15:29:15.905 - info: [Router] Inject api: attachment/index -2022-04-29 17:47:10.734 - debug: [FS-LOGGER] Init. -2022-04-29 17:47:11.075 - info: [Router] Inject api: attachment/index -2022-05-05 08:24:36.443 - debug: [FS-LOGGER] Init. -2022-05-05 08:24:36.516 - info: [Router] Inject api: attachment/index -2022-05-05 08:26:00.485 - debug: [FS-LOGGER] Init. -2022-05-05 08:26:00.535 - info: [Router] Inject api: attachment/index -2022-05-05 11:18:26.949 - debug: [FS-LOGGER] Init. -2022-05-05 11:18:26.999 - info: [Router] Inject api: attachment/index -2022-05-05 11:21:27.396 - debug: [FS-LOGGER] Init. -2022-05-05 11:21:27.445 - info: [Router] Inject api: attachment/index -2022-05-05 14:03:43.946 - debug: [FS-LOGGER] Init. -2022-05-05 14:03:44.000 - info: [Router] Inject api: attachment/index -2022-05-05 14:25:10.162 - debug: [FS-LOGGER] Init. -2022-05-05 14:25:10.211 - info: [Router] Inject api: attachment/index -2022-05-05 15:00:00.205 - debug: [FS-LOGGER] Init. -2022-05-05 15:00:00.257 - info: [Router] Inject api: attachment/index -2022-05-05 15:34:21.861 - debug: [FS-LOGGER] Init. -2022-05-05 15:34:22.269 - info: [Router] Inject api: attachment/index -2022-05-05 15:41:59.674 - debug: [FS-LOGGER] Init. -2022-05-05 15:41:59.728 - info: [Router] Inject api: attachment/index -2022-05-05 16:27:48.108 - debug: [FS-LOGGER] Init. -2022-05-05 16:27:48.161 - info: [Router] Inject api: attachment/index -2022-05-05 17:16:49.579 - debug: [FS-LOGGER] Init. -2022-05-05 17:16:49.631 - info: [Router] Inject api: attachment/index -2022-05-06 08:35:09.722 - debug: [FS-LOGGER] Init. -2022-05-06 08:35:09.792 - info: [Router] Inject api: attachment/index -2022-05-06 09:01:25.138 - debug: [FS-LOGGER] Init. -2022-05-06 09:01:25.188 - info: [Router] Inject api: attachment/index -2022-05-06 09:37:38.434 - debug: [FS-LOGGER] Init. -2022-05-06 09:37:38.489 - info: [Router] Inject api: attachment/index -2022-05-06 13:33:53.162 - debug: [FS-LOGGER] Init. -2022-05-06 13:33:53.219 - info: [Router] Inject api: attachment/index -<<<<<<< .mine2022-05-13 13:58:14.928 - debug: [FS-LOGGER] Init. -2022-05-13 13:58:14.991 - info: [Router] Inject api: attachment/index -2022-05-14 08:29:29.594 - debug: [FS-LOGGER] Init. -2022-05-14 08:29:29.674 - info: [Router] Inject api: attachment/index -2022-05-14 09:22:50.473 - debug: [FS-LOGGER] Init. -2022-05-14 09:22:50.524 - info: [Router] Inject api: attachment/index -2022-05-14 09:23:24.744 - debug: [FS-LOGGER] Init. -2022-05-14 09:23:24.796 - info: [Router] Inject api: attachment/index -2022-05-14 09:51:41.277 - debug: [FS-LOGGER] Init. -2022-05-14 09:51:41.353 - info: [Router] Inject api: attachment/index -2022-05-14 10:24:41.265 - debug: [FS-LOGGER] Init. -2022-05-14 10:24:41.338 - info: [Router] Inject api: attachment/index -2022-05-14 14:06:18.857 - debug: [FS-LOGGER] Init. -2022-05-14 14:06:18.911 - info: [Router] Inject api: attachment/index -2022-05-15 08:49:57.570 - debug: [FS-LOGGER] Init. -2022-05-15 08:49:57.646 - info: [Router] Inject api: attachment/index -2022-05-15 11:13:26.408 - debug: [FS-LOGGER] Init. -2022-05-15 11:13:26.463 - info: [Router] Inject api: attachment/index -2022-05-16 08:28:04.125 - debug: [FS-LOGGER] Init. -2022-05-16 08:28:04.201 - info: [Router] Inject api: attachment/index -2022-05-16 17:52:59.089 - debug: [FS-LOGGER] Init. -2022-05-16 17:52:59.158 - info: [Router] Inject api: attachment/index -=======2022-05-13 15:46:53.227 - debug: [FS-LOGGER] Init. -2022-05-13 15:46:53.689 - info: [Router] Inject api: attachment/index -2022-05-14 08:58:22.936 - debug: [FS-LOGGER] Init. -2022-05-14 08:58:23.401 - info: [Router] Inject api: attachment/index -2022-05-15 13:16:42.604 - debug: [FS-LOGGER] Init. -2022-05-15 13:16:42.972 - info: [Router] Inject api: attachment/index -2022-05-16 08:31:34.989 - debug: [FS-LOGGER] Init. -2022-05-16 08:31:35.060 - info: [Router] Inject api: attachment/index ->>>>>>> .theirs2022-05-17 09:54:54.160 - debug: [FS-LOGGER] Init. -2022-05-17 09:54:54.208 - info: [Router] Inject api: attachment/index -2022-05-17 11:40:21.594 - debug: [FS-LOGGER] Init. -2022-05-17 11:40:21.645 - info: [Router] Inject api: attachment/index -2022-05-17 14:11:48.280 - debug: [FS-LOGGER] Init. -2022-05-17 14:11:48.333 - info: [Router] Inject api: attachment/index -2022-05-17 14:15:25.955 - debug: [FS-LOGGER] Init. -2022-05-17 14:15:26.002 - info: [Router] Inject api: attachment/index -2022-05-17 14:38:52.872 - debug: [FS-LOGGER] Init. -2022-05-17 14:38:52.920 - info: [Router] Inject api: attachment/index -2022-05-17 14:53:55.485 - debug: [FS-LOGGER] Init. -2022-05-17 14:53:55.532 - info: [Router] Inject api: attachment/index -2022-05-17 15:33:04.384 - error: [FS-ERRHD] +2022-08-26 10:37:28.655 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=f8c80199-4602-44e5-94ab-53eaef30a42d', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -361,43 +279,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 15:33:04.388 - error: [FS-ERRHD] +2022-08-26 10:37:28.660 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=f8c80199-4602-44e5-94ab-53eaef30a42d', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -410,43 +338,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 15:33:04.391 - error: [FS-ERRHD] +2022-08-26 10:37:49.710 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=f8c80199-4602-44e5-94ab-53eaef30a42d', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -459,43 +397,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 15:33:04.392 - error: [FS-ERRHD] +2022-08-26 10:37:49.712 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=f8c80199-4602-44e5-94ab-53eaef30a42d', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -508,43 +456,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 15:33:04.393 - error: [FS-ERRHD] +2022-08-26 10:37:49.714 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=f8c80199-4602-44e5-94ab-53eaef30a42d', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -557,43 +515,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 15:33:04.395 - error: [FS-ERRHD] +2022-08-26 10:37:50.708 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=f8c80199-4602-44e5-94ab-53eaef30a42d', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -606,43 +574,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:06:14.007 - error: [FS-ERRHD] +2022-08-26 10:37:50.713 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -655,43 +633,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:06:14.009 - error: [FS-ERRHD] +2022-08-26 10:37:50.723 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -704,43 +692,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:06:14.012 - error: [FS-ERRHD] +2022-08-26 10:37:50.726 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -753,43 +751,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:07:58.429 - error: [FS-ERRHD] +2022-08-26 10:37:50.728 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -802,42 +810,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketOnEnd (node:_http_client:466:9)\n' + - ' at Socket.emit (node:events:538:35)\n' + - ' at endReadableNT (node:internal/streams/readable:1345:12)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:07:58.431 - error: [FS-ERRHD] +2022-08-26 10:37:50.730 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -850,42 +869,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketOnEnd (node:_http_client:466:9)\n' + - ' at Socket.emit (node:events:538:35)\n' + - ' at endReadableNT (node:internal/streams/readable:1345:12)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:07:58.432 - error: [FS-ERRHD] +2022-08-26 10:38:11.756 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -898,43 +928,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:07:58.433 - error: [FS-ERRHD] +2022-08-26 10:38:11.759 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -947,42 +987,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketOnEnd (node:_http_client:466:9)\n' + - ' at Socket.emit (node:events:538:35)\n' + - ' at endReadableNT (node:internal/streams/readable:1345:12)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' -} -2022-05-17 16:07:58.434 - error: [FS-ERRHD] + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-08-26 10:38:11.772 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -995,43 +1046,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:07:58.436 - error: [FS-ERRHD] +2022-08-26 10:38:11.776 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/road_manage?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1044,43 +1105,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.088 - error: [FS-ERRHD] +2022-08-26 10:38:11.782 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1093,43 +1164,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.090 - error: [FS-ERRHD] +2022-08-26 10:38:11.785 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1142,43 +1223,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.091 - error: [FS-ERRHD] +2022-08-26 10:40:34.849 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1191,43 +1282,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.092 - error: [FS-ERRHD] +2022-08-26 10:40:34.862 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1240,43 +1341,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.093 - error: [FS-ERRHD] +2022-08-26 10:40:34.865 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1289,43 +1400,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.094 - error: [FS-ERRHD] +2022-08-26 10:40:34.867 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1338,43 +1459,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.095 - error: [FS-ERRHD] +2022-08-26 10:40:34.869 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1387,43 +1518,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.096 - error: [FS-ERRHD] +2022-08-26 10:40:34.882 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1436,43 +1577,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.097 - error: [FS-ERRHD] +2022-08-26 10:40:56.442 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1485,43 +1636,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.099 - error: [FS-ERRHD] +2022-08-26 10:40:56.450 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1534,43 +1695,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.100 - error: [FS-ERRHD] +2022-08-26 10:40:56.455 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/road_manage?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1583,43 +1754,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.101 - error: [FS-ERRHD] +2022-08-26 10:40:56.459 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1632,43 +1813,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.102 - error: [FS-ERRHD] +2022-08-26 10:40:56.462 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1681,43 +1872,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.103 - error: [FS-ERRHD] +2022-08-26 10:40:56.465 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1730,43 +1931,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.104 - error: [FS-ERRHD] +2022-08-26 10:41:19.309 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1779,43 +1990,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.105 - error: [FS-ERRHD] +2022-08-26 10:41:19.322 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1828,43 +2049,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.106 - error: [FS-ERRHD] +2022-08-26 10:41:19.325 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1877,43 +2108,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:10:22.107 - error: [FS-ERRHD] +2022-08-26 10:41:19.327 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1926,43 +2167,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.901 - error: [FS-ERRHD] +2022-08-26 10:41:19.329 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -1975,43 +2226,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.903 - error: [FS-ERRHD] +2022-08-26 10:41:19.354 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2024,43 +2285,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.904 - error: [FS-ERRHD] +2022-08-26 10:41:40.332 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2073,43 +2344,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.905 - error: [FS-ERRHD] +2022-08-26 10:41:40.364 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/road_manage?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2122,43 +2403,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.906 - error: [FS-ERRHD] +2022-08-26 10:41:40.367 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2171,43 +2462,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.907 - error: [FS-ERRHD] +2022-08-26 10:41:40.369 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2220,43 +2521,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.908 - error: [FS-ERRHD] +2022-08-26 10:41:40.372 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2269,43 +2580,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.909 - error: [FS-ERRHD] +2022-08-26 10:41:40.380 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2318,43 +2639,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.910 - error: [FS-ERRHD] +2022-08-26 10:42:02.497 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2367,43 +2698,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.911 - error: [FS-ERRHD] +2022-08-26 10:42:02.511 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2416,43 +2757,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.912 - error: [FS-ERRHD] +2022-08-26 10:42:02.514 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2465,43 +2816,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.913 - error: [FS-ERRHD] +2022-08-26 10:42:02.516 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2514,43 +2875,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.915 - error: [FS-ERRHD] +2022-08-26 10:42:02.519 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2563,43 +2934,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.916 - error: [FS-ERRHD] +2022-08-26 10:42:02.521 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2612,43 +2993,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.916 - error: [FS-ERRHD] +2022-08-26 10:42:23.548 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2661,43 +3052,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.917 - error: [FS-ERRHD] +2022-08-26 10:42:23.582 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/road_manage?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2710,43 +3111,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.918 - error: [FS-ERRHD] +2022-08-26 10:42:23.585 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2759,43 +3170,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.920 - error: [FS-ERRHD] +2022-08-26 10:42:23.587 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2808,43 +3229,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.920 - error: [FS-ERRHD] +2022-08-26 10:42:23.589 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2857,43 +3288,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.921 - error: [FS-ERRHD] +2022-08-26 10:42:23.591 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2906,43 +3347,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.923 - error: [FS-ERRHD] +2022-08-26 10:42:45.732 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -2955,43 +3406,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.924 - error: [FS-ERRHD] +2022-08-26 10:42:45.746 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -3004,43 +3465,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.924 - error: [FS-ERRHD] +2022-08-26 10:42:45.748 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -3053,43 +3524,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.925 - error: [FS-ERRHD] +2022-08-26 10:42:45.751 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -3102,43 +3583,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.926 - error: [FS-ERRHD] +2022-08-26 10:42:45.753 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -3151,43 +3642,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.927 - error: [FS-ERRHD] +2022-08-26 10:42:45.762 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -3200,43 +3701,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:20:21.928 - error: [FS-ERRHD] +2022-08-26 10:43:06.778 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -3249,43 +3760,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:21:43.012 - error: [FS-ERRHD] +2022-08-26 10:43:06.794 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -3298,43 +3819,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:21:43.013 - error: [FS-ERRHD] +2022-08-26 10:43:06.811 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -3347,43 +3878,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:21:43.015 - error: [FS-ERRHD] +2022-08-26 10:43:13.876 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.170:14000/daily/report/data/statistic?token=2cde2c86-170d-4a77-8061-b866b8ac3fe1', + url: 'http://10.8.30.157:9119/road_manage?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.170:14000', + host: '10.8.30.157:9119', connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/middleground', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -3396,63 +3937,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (node:events:526:28)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\飞鸿哥项目\\新建文件夹\\应急项目副本\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (node:events:526:28)\n' + - ' at Socket.socketErrorListener (node:_http_client:442:9)\n' + - ' at Socket.emit (node:events:526:28)\n' + - ' at emitErrorNT (node:internal/streams/destroy:157:8)\n' + - ' at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n' + - ' at processTicksAndRejections (node:internal/process/task_queues:83:21)' + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-05-17 16:57:45.161 - debug: [FS-LOGGER] Init. -2022-05-17 16:57:45.214 - info: [Router] Inject api: attachment/index -2022-07-18 17:40:02.934 - debug: [FS-LOGGER] Init. -2022-07-18 17:40:02.984 - info: [Router] Inject api: attachment/index -2022-07-19 09:38:20.086 - debug: [FS-LOGGER] Init. -2022-07-19 09:38:20.998 - info: [Router] Inject api: attachment/index -<<<<<<< HEAD -2022-07-21 15:22:04.942 - debug: [FS-LOGGER] Init. -2022-07-21 15:22:05.542 - info: [Router] Inject api: attachment/index -2022-07-21 17:03:00.480 - debug: [FS-LOGGER] Init. -2022-07-21 17:03:01.177 - info: [Router] Inject api: attachment/index -2022-07-21 18:12:39.625 - error: [FS-ERRHD] +2022-08-26 10:43:13.880 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 10.8.30.157:8439', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', cause: { - errno: -4039, + errno: 'ETIMEDOUT', code: 'ETIMEDOUT', syscall: 'connect', address: '10.8.30.157', - port: 8439 + port: 9119 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.157:8439/enterprises/undefined/members?token=215ed57a-8244-4523-b2ed-5a6b12b51711', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '10.8.30.157:8439', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - expires: '-1', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', + expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -3465,130 +3996,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:8439\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -======= -2022-07-20 19:15:55.678 - debug: [FS-LOGGER] Init. -2022-07-20 19:15:56.118 - info: [Router] Inject api: attachment/index -<<<<<<< Updated upstream ->>>>>>> 65cf2722eec21e1d07ce958f4298eec7ae620c85 -<<<<<<< Updated upstream -======= -<<<<<<< Updated upstream ->>>>>>> Stashed changes -<<<<<<< HEAD -2022-07-25 16:13:26.719 - debug: [FS-LOGGER] Init. -2022-07-25 16:26:39.904 - error: [FS-ERRHD] -======= -<<<<<<< Updated upstream -======= -======= -<<<<<<< Updated upstream ->>>>>>> Stashed changes ->>>>>>> Stashed changes -======= -2022-07-23 15:27:04.168 - debug: [FS-LOGGER] Init. -2022-07-23 15:27:04.699 - info: [Router] Inject api: attachment/index -2022-07-23 16:53:59.811 - error: [FS-ERRHD] -<<<<<<< Updated upstream ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 -======= -<<<<<<< Updated upstream ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 -======= -======= -2022-07-25 15:13:42.256 - debug: [FS-LOGGER] Init. -2022-07-25 15:13:42.320 - info: [Router] Inject api: attachment/index -2022-07-25 15:38:44.180 - error: [FS-ERRHD] ->>>>>>> Stashed changes ->>>>>>> Stashed changes ->>>>>>> Stashed changes +2022-08-26 10:43:13.882 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, -<<<<<<< Updated upstream -<<<<<<< HEAD - url: 'https://3024-117-90-36-177.jp.ngrok.io/build/road_state?token=677d4484-e448-4fa6-b944-3a19f5e4b62d', -======= - url: 'https://3024-117-90-36-177.jp.ngrok.io/road?token=5daa3b44-d8d1-4902-a92d-1a4895094480&level=%E6%9D%91', ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 -======= -<<<<<<< Updated upstream -<<<<<<< HEAD - url: 'https://3024-117-90-36-177.jp.ngrok.io/build/road_state?token=677d4484-e448-4fa6-b944-3a19f5e4b62d', -======= - url: 'https://3024-117-90-36-177.jp.ngrok.io/road?token=5daa3b44-d8d1-4902-a92d-1a4895094480&level=%E6%9D%91', ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 -======= -<<<<<<< Updated upstream - url: 'https://3024-117-90-36-177.jp.ngrok.io/road?token=5daa3b44-d8d1-4902-a92d-1a4895094480&level=%E6%9D%91', -======= - url: 'https://3024-117-90-36-177.jp.ngrok.io/bridge?token=98d387e9-72b0-40aa-aa19-d59fc939b5ff', ->>>>>>> Stashed changes ->>>>>>> Stashed changes ->>>>>>> Stashed changes + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', -<<<<<<< HEAD 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '677d4484-e448-4fa6-b944-3a19f5e4b62d', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', -======= - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', -<<<<<<< Updated upstream -======= -<<<<<<< Updated upstream ->>>>>>> Stashed changes -<<<<<<< HEAD - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= -<<<<<<< Updated upstream -======= -======= -<<<<<<< Updated upstream ->>>>>>> Stashed changes ->>>>>>> Stashed changes - referer: 'http://localhost:5000/fillion/transportation', -======= - referer: 'http://localhost:5000/fillion/bridge', ->>>>>>> Stashed changes - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 }, encoding: null, followRedirect: true, @@ -3601,167 +4055,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + -<<<<<<< Updated upstream -======= -<<<<<<< Updated upstream ->>>>>>> Stashed changes -<<<<<<< HEAD + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-25 16:26:58.908 - error: [FS-ERRHD] -======= -<<<<<<< Updated upstream -======= -======= -<<<<<<< Updated upstream ->>>>>>> Stashed changes ->>>>>>> Stashed changes - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:458:9)\n' + - ' at TLSSocket.emit (events.js:326:22)\n' + - ' at endReadableNT (_stream_readable.js:1241:12)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -<<<<<<< Updated upstream -2022-07-25 10:26:07.826 - error: [FS-ERRHD] -<<<<<<< Updated upstream ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 -======= -<<<<<<< Updated upstream ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 -======= -======= -2022-07-25 17:02:36.573 - debug: [FS-LOGGER] Init. -2022-07-25 17:04:02.936 - debug: [FS-LOGGER] Init. -2022-07-25 17:37:34.307 - error: [FS-ERRHD] ->>>>>>> Stashed changes ->>>>>>> Stashed changes ->>>>>>> Stashed changes +2022-08-26 10:45:27.843 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, -<<<<<<< Updated upstream -<<<<<<< HEAD - url: 'https://3024-117-90-36-177.jp.ngrok.io/build/road_state?token=677d4484-e448-4fa6-b944-3a19f5e4b62d', -======= - url: 'https://3024-117-90-36-177.jp.ngrok.io/road?token=5daa3b44-d8d1-4902-a92d-1a4895094480&level=%E5%8E%BF', ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 -======= -<<<<<<< Updated upstream -<<<<<<< HEAD - url: 'https://3024-117-90-36-177.jp.ngrok.io/build/road_state?token=677d4484-e448-4fa6-b944-3a19f5e4b62d', -======= - url: 'https://3024-117-90-36-177.jp.ngrok.io/road?token=5daa3b44-d8d1-4902-a92d-1a4895094480&level=%E5%8E%BF', ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 -======= -<<<<<<< Updated upstream - url: 'https://3024-117-90-36-177.jp.ngrok.io/road?token=5daa3b44-d8d1-4902-a92d-1a4895094480&level=%E5%8E%BF', -======= - url: 'https://3024-117-90-36-177.jp.ngrok.io/department?token=9fd08492-433d-4ddf-ad83-bfd864e63bfc', ->>>>>>> Stashed changes ->>>>>>> Stashed changes ->>>>>>> Stashed changes + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', -<<<<<<< Updated upstream -======= -<<<<<<< Updated upstream ->>>>>>> Stashed changes -<<<<<<< HEAD - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '677d4484-e448-4fa6-b944-3a19f5e4b62d', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', -======= -<<<<<<< Updated upstream -======= -======= -<<<<<<< Updated upstream ->>>>>>> Stashed changes ->>>>>>> Stashed changes - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -<<<<<<< Updated upstream ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 -======= -<<<<<<< Updated upstream ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 -======= -======= 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '9fd08492-433d-4ddf-ad83-bfd864e63bfc', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', ->>>>>>> Stashed changes ->>>>>>> Stashed changes ->>>>>>> Stashed changes accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', -<<<<<<< Updated upstream -======= -<<<<<<< Updated upstream ->>>>>>> Stashed changes -<<<<<<< HEAD - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= -<<<<<<< Updated upstream -======= -======= -<<<<<<< Updated upstream ->>>>>>> Stashed changes ->>>>>>> Stashed changes - referer: 'http://localhost:5000/fillion/transportation', -======= - referer: 'http://localhost:5000/fillion/promotional', ->>>>>>> Stashed changes - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 }, encoding: null, followRedirect: true, @@ -3774,100 +4114,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + -<<<<<<< Updated upstream -======= -<<<<<<< Updated upstream ->>>>>>> Stashed changes -<<<<<<< HEAD + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-25 17:10:33.214 - error: [FS-ERRHD] -======= -<<<<<<< Updated upstream -======= -======= -<<<<<<< Updated upstream ->>>>>>> Stashed changes ->>>>>>> Stashed changes - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:458:9)\n' + - ' at TLSSocket.emit (events.js:326:22)\n' + - ' at endReadableNT (_stream_readable.js:1241:12)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -<<<<<<< Updated upstream -2022-07-25 11:28:13.352 - error: [FS-ERRHD] -======= -2022-07-25 19:22:34.962 - error: [FS-ERRHD] ->>>>>>> Stashed changes +2022-08-26 10:45:27.846 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, -<<<<<<< Updated upstream - url: 'https://3024-117-90-36-177.jp.ngrok.io/road?token=df45f1e7-883c-4a06-85aa-cf985043c25f&level=%E5%8E%BF', -======= - url: 'https://3024-117-90-36-177.jp.ngrok.io/department?token=9fd08492-433d-4ddf-ad83-bfd864e63bfc', ->>>>>>> Stashed changes + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', -<<<<<<< Updated upstream - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '9fd08492-433d-4ddf-ad83-bfd864e63bfc', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', ->>>>>>> Stashed changes accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', -<<<<<<< Updated upstream - referer: 'http://localhost:5000/fillion/transportation', -======= - referer: 'http://localhost:5000/fillion/promotional', ->>>>>>> Stashed changes + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -3880,91 +4173,58 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + -<<<<<<< Updated upstream - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:458:9)\n' + - ' at TLSSocket.emit (events.js:326:22)\n' + - ' at endReadableNT (_stream_readable.js:1241:12)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -<<<<<<< Updated upstream -2022-07-25 15:46:29.372 - error: [FS-ERRHD] -======= -2022-07-26 14:17:21.455 - error: [FS-ERRHD] ->>>>>>> Stashed changes +2022-08-26 10:45:27.860 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, -<<<<<<< Updated upstream - url: 'https://3024-117-90-36-177.jp.ngrok.io/road?token=df45f1e7-883c-4a06-85aa-cf985043c25f', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'content-length': '1887', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/transportation', -======= - url: 'https://3024-117-90-36-177.jp.ngrok.io/publicity?token=f5dae5cd-d101-43ba-89bd-3289a3ce5870', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'f5dae5cd-d101-43ba-89bd-3289a3ce5870', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/promotional', ->>>>>>> Stashed changes + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, -<<<<<<< Updated upstream - method: 'PUT', - body: '{"routeName":"袁渡-进贤文港","routeCode":"X943360121","sectionNo":"005","townshipCode":"360121200000","startingPlaceName":"桥","startStation":"1.849","categoryOfStartingPointAndDividingPoint":"非界点","stopPlaceName":"堤顶","categoryOfDeadCenterAndDividingPoint":"非界点","stopStation":"2.051","sectionType":"双向","serialNumberOfOriginalSection":"你换个","routeLevel":"不能同房","natureOfRoadSection":"正常路段","completionTime":"2003-01","reconstructionTime":"2018-12","natureOfConstruction":"重建","landforms":"平原","natureOfCharges":"非收费","numberOfCulverts":"0","technicalLevel":"三级公路","pavementType":"沥青混凝土","pavementWidth":"6.5","subgradeWidth":"7.5","laneCharacteristics":"双车道","whetherItIsOpenToTrafficInSunnyOrRainyDays":"是","designSpeedPerHour":"30","urbanManagementSectionOrNot":"否","managementAndMaintenanceUnit":"11101360121南昌市南昌县交通局","roadAdministrationUnit":"南昌县交通运输局","alimentation":"列养","sourceOfListedMaintenanceFunds":"燃油税","curingTime":"经常性","greeningMileage":"0.202","greeningMileaged":"0.202","plannedFundCategory":"其它","plannedYear":"2019","planDocumentNo":"赣路县字(2019)14号","planItemUniqueCode":"2018360121005","plannedProjectRouteCode":"X943360121","planProjectName":"黄马-桐源","plannedProjectType":"县道升级改造","completionStatus":"未完工","yearOfCompletion":"2020","reportingUnit":"361011000南昌市交通局","reasonForChange":"无变更","changeTime":"2020-11","whetherMaintenanceManagedHighway":"否","remarks":"2016路网调整","routeCodeOfLastYear":"X943360121","routeNameOfLastYear":"袁渡-进贤文港","startingStationOfLastYear":"1.849","lastYearsEndingPointStakeNumber":"2.051","graphicMileage":"0.202","chainageMileage":"0.202","districtcounty":"南昌县","locationCity":"南昌市","roadId":2800}', -======= method: 'GET', body: '[object Object]', ->>>>>>> Stashed changes simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -3972,76 +4232,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + -<<<<<<< Updated upstream - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:458:9)\n' + - ' at TLSSocket.emit (events.js:326:22)\n' + - ' at endReadableNT (_stream_readable.js:1241:12)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -<<<<<<< Updated upstream -2022-07-25 15:52:40.728 - error: [FS-ERRHD] -======= -2022-07-26 14:17:27.274 - error: [FS-ERRHD] ->>>>>>> Stashed changes +2022-08-26 10:45:27.864 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, -<<<<<<< Updated upstream - url: 'https://3024-117-90-36-177.jp.ngrok.io/road?token=df45f1e7-883c-4a06-85aa-cf985043c25f&level=%E5%8E%BF', -======= - url: 'https://3024-117-90-36-177.jp.ngrok.io/department?token=f5dae5cd-d101-43ba-89bd-3289a3ce5870', ->>>>>>> Stashed changes + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', -<<<<<<< Updated upstream - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'f5dae5cd-d101-43ba-89bd-3289a3ce5870', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', ->>>>>>> Stashed changes accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', -<<<<<<< Updated upstream - referer: 'http://localhost:5000/fillion/transportation', -======= - referer: 'http://localhost:5000/fillion/promotional', ->>>>>>> Stashed changes + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -4054,91 +4291,58 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + -<<<<<<< Updated upstream - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:458:9)\n' + - ' at TLSSocket.emit (events.js:326:22)\n' + - ' at endReadableNT (_stream_readable.js:1241:12)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -<<<<<<< Updated upstream -2022-07-25 16:01:11.229 - error: [FS-ERRHD] -======= -2022-07-26 14:28:18.208 - error: [FS-ERRHD] ->>>>>>> Stashed changes +2022-08-26 10:45:27.866 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, -<<<<<<< Updated upstream - url: 'https://3024-117-90-36-177.jp.ngrok.io/road?token=df45f1e7-883c-4a06-85aa-cf985043c25f', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'content-length': '1621', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/transportation', -======= - url: 'https://3024-117-90-36-177.jp.ngrok.io/publicity?token=f5dae5cd-d101-43ba-89bd-3289a3ce5870', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'f5dae5cd-d101-43ba-89bd-3289a3ce5870', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/promotional', ->>>>>>> Stashed changes + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, -<<<<<<< Updated upstream - method: 'PUT', - body: '{"categoryOfDeadCenterAndDividingPoint":"非界点","stopStation":"2.051","sectionType":"双向","serialNumberOfOriginalSection":"你和","natureOfRoadSection":"正常路段","completionTime":"2003-01","reconstructionTime":"2018-12","natureOfConstruction":"重建","landforms":"平原","natureOfCharges":"非收费","numberOfCulverts":"0","technicalLevel":"三级公路","pavementType":"沥青混凝土","pavementWidth":"6.5","subgradeWidth":"7.5","laneCharacteristics":"双车道","whetherItIsOpenToTrafficInSunnyOrRainyDays":"是","designSpeedPerHour":"30","urbanManagementSectionOrNot":"否","managementAndMaintenanceUnit":"11101360121南昌市南昌县交通局","roadAdministrationUnit":"南昌县交通运输局","alimentation":"列养","sourceOfListedMaintenanceFunds":"燃油税","curingTime":"经常性","greeningMileage":"0.202","greeningMileaged":"0.202","plannedFundCategory":"其它","plannedYear":"2019","planDocumentNo":"赣路县字(2019)14号","planItemUniqueCode":"2018360121005","plannedProjectRouteCode":"X943360121","planProjectName":"黄马-桐源","plannedProjectType":"县道升级改造","completionStatus":"未完工","yearOfCompletion":"2020","reportingUnit":"361011000南昌市交通局","reasonForChange":"无变更","changeTime":"2020-11","whetherMaintenanceManagedHighway":"否","remarks":"2016路网调整","routeCodeOfLastYear":"X943360121","routeNameOfLastYear":"袁渡-进贤文港","startingStationOfLastYear":"1.849","lastYearsEndingPointStakeNumber":"2.051","graphicMileage":"0.202","chainageMileage":"0.202","districtcounty":"南昌县","locationCity":"南昌市","roadId":2800}', -======= method: 'GET', body: '[object Object]', ->>>>>>> Stashed changes simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -4146,76 +4350,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + -<<<<<<< Updated upstream - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:458:9)\n' + - ' at TLSSocket.emit (events.js:326:22)\n' + - ' at endReadableNT (_stream_readable.js:1241:12)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -<<<<<<< Updated upstream -2022-07-25 16:11:10.293 - error: [FS-ERRHD] -======= -2022-07-26 14:41:20.032 - error: [FS-ERRHD] ->>>>>>> Stashed changes +2022-08-26 10:45:27.869 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, -<<<<<<< Updated upstream - url: 'https://3024-117-90-36-177.jp.ngrok.io/department?token=df45f1e7-883c-4a06-85aa-cf985043c25f', -======= - url: 'https://3024-117-90-36-177.jp.ngrok.io/department?token=f5dae5cd-d101-43ba-89bd-3289a3ce5870', ->>>>>>> Stashed changes + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', -<<<<<<< Updated upstream - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'f5dae5cd-d101-43ba-89bd-3289a3ce5870', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', ->>>>>>> Stashed changes accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', -<<<<<<< Updated upstream - referer: 'http://localhost:5000/fillion/transportation', -======= - referer: 'http://localhost:5000/fillion/promotional', ->>>>>>> Stashed changes + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -4228,46 +4409,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + -<<<<<<< Updated upstream - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:458:9)\n' + - ' at TLSSocket.emit (events.js:326:22)\n' + - ' at endReadableNT (_stream_readable.js:1241:12)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-25 16:14:44.623 - error: [FS-ERRHD] +2022-08-26 10:45:48.871 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/road?token=df45f1e7-883c-4a06-85aa-cf985043c25f&level=%E5%8E%BF', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/transportation', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -4280,53 +4468,58 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:458:9)\n' + - ' at TLSSocket.emit (events.js:326:22)\n' + - ' at endReadableNT (_stream_readable.js:1241:12)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-25 16:20:37.830 - error: [FS-ERRHD] +2022-08-26 10:45:48.887 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/road?token=df45f1e7-883c-4a06-85aa-cf985043c25f', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'content-length': '1803', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - expires: '-1', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', + expires: '-1', accept: '*/*', - origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/transportation', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'PUT', - body: '{"routeName":"袁渡-进贤文港草草草草","routeCode":"X943360121","sectionNo":"004","townshipCode":"360121200000","startingPlaceName":"桥口","startStation":"1.051","categoryOfStartingPointAndDividingPoint":"非界点","stopPlaceName":"桥","categoryOfDeadCenterAndDividingPoint":"非界点","stopStation":"1.849","sectionType":"双向","natureOfRoadSection":"正常路段","completionTime":"2019-11","natureOfConstruction":"新建","landforms":"微丘","natureOfCharges":"非收费","numberOfCulverts":"0","technicalLevel":"三级公路","pavementType":"沥青混凝土","pavementWidth":"6.5","subgradeWidth":"7.5","laneCharacteristics":"双车道","whetherItIsOpenToTrafficInSunnyOrRainyDays":"是","designSpeedPerHour":"30","urbanManagementSectionOrNot":"否","managementAndMaintenanceUnit":"11101360121南昌市南昌县交通局","roadAdministrationUnit":"南昌县交通运输局","alimentation":"列养","sourceOfListedMaintenanceFunds":"其他","curingTime":"经常性","greeningMileage":"0.798","greeningMileaged":"0.798","plannedFundCategory":"其它","plannedYear":"2019","planDocumentNo":"赣路县字(2019)14号","planItemUniqueCode":"2018360121005","plannedProjectRouteCode":"X943360121","planProjectName":"黄马-桐源","plannedProjectType":"县道升级改造","completionStatus":"未完工","yearOfCompletion":"2020","reportingUnit":"361011211南昌县交通局","reasonForChange":"无变更","changeTime":"2020-11","whetherMaintenanceManagedHighway":"否","remarks":"新增道路","routeCodeOfLastYear":"X943360121","routeNameOfLastYear":"袁渡-进贤文港","startingStationOfLastYear":"1.051","lastYearsEndingPointStakeNumber":"1.849","graphicMileage":"0.802","chainageMileage":"0.798","districtcounty":"南昌县","locationCity":"南昌市","level":"县","roadId":2799}', + method: 'GET', + body: '[object Object]', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -4334,64 +4527,58 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:458:9)\n' + - ' at TLSSocket.emit (events.js:326:22)\n' + - ' at endReadableNT (_stream_readable.js:1241:12)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-25 17:13:48.396 - error: [FS-ERRHD] ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 +2022-08-26 10:45:48.920 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/login', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'content-length': '55', -<<<<<<< HEAD - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', -======= 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 - 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', - origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', -<<<<<<< HEAD - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', + method: 'GET', + body: '[object Object]', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -4399,80 +4586,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + -<<<<<<< HEAD + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-25 19:33:14.728 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 18.177.60.68:443', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '18.177.60.68', - port: 443 -======= - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:458:9)\n' + - ' at TLSSocket.emit (events.js:326:22)\n' + - ' at endReadableNT (_stream_readable.js:1241:12)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-25 17:20:38.059 - debug: [FS-LOGGER] Init. -2022-07-25 17:20:38.539 - info: [Router] Inject api: attachment/index -2022-07-26 08:24:40.399 - error: [FS-ERRHD] +2022-08-26 10:45:48.923 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', cause: { errno: 'ETIMEDOUT', code: 'ETIMEDOUT', syscall: 'connect', - address: '10.8.30.7', - port: 14000 ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 + address: '10.8.30.157', + port: 9119 }, error: { '$ref': '$["cause"]' }, options: { jar: false, -<<<<<<< HEAD - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://10.8.30.157:9119/road_manage?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -4485,47 +4645,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.60.68:443\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-25 19:44:17.724 - error: [FS-ERRHD] +2022-08-26 10:45:48.925 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -4538,46 +4704,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-25 21:31:50.491 - error: [FS-ERRHD] +2022-08-26 10:45:48.929 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -4590,46 +4763,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 09:31:23.413 - error: [FS-ERRHD] +2022-08-26 10:46:09.921 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -4642,46 +4822,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 09:45:24.340 - error: [FS-ERRHD] +2022-08-26 10:46:09.936 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/build/road_state?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -4694,46 +4881,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 14:03:06.926 - error: [FS-ERRHD] +2022-08-26 10:46:10.981 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -4746,46 +4940,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 14:13:08.793 - error: [FS-ERRHD] +2022-08-26 10:46:10.996 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/build/road_state?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -4798,46 +4999,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 14:22:55.765 - error: [FS-ERRHD] +2022-08-26 10:46:10.999 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -4850,46 +5058,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 14:28:54.441 - error: [FS-ERRHD] +2022-08-26 10:46:11.003 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -4902,46 +5117,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 14:31:44.233 - error: [FS-ERRHD] +2022-08-26 10:46:11.005 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -4954,44 +5176,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:05:17.376 - error: [FS-ERRHD] +2022-08-26 10:46:11.012 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5006,44 +5235,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:25:47.595 - error: [FS-ERRHD] +2022-08-26 10:46:32.019 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5058,44 +5294,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:26:54.234 - error: [FS-ERRHD] +2022-08-26 10:46:32.036 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5110,44 +5353,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:31:38.399 - error: [FS-ERRHD] +2022-08-26 10:46:32.039 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5162,44 +5412,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:32:47.830 - error: [FS-ERRHD] +2022-08-26 10:46:37.136 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5214,44 +5471,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:32:53.702 - error: [FS-ERRHD] +2022-08-26 10:46:37.152 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5266,44 +5530,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:33:31.989 - error: [FS-ERRHD] +2022-08-26 10:46:37.155 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5318,44 +5589,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:34:30.724 - error: [FS-ERRHD] +2022-08-26 10:46:37.158 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5370,45 +5648,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:37:40.347 - error: [FS-ERRHD] +2022-08-26 10:46:37.160 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5423,44 +5707,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:37:56.314 - error: [FS-ERRHD] +2022-08-26 10:46:37.168 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5475,44 +5766,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:39:01.155 - error: [FS-ERRHD] +2022-08-26 10:46:58.181 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5527,44 +5825,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:45:51.476 - error: [FS-ERRHD] +2022-08-26 10:46:58.214 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5579,44 +5884,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:46:42.295 - error: [FS-ERRHD] +2022-08-26 10:46:58.220 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5631,44 +5943,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:46:49.635 - error: [FS-ERRHD] +2022-08-26 10:47:22.475 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5683,44 +6002,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:49:05.976 - error: [FS-ERRHD] +2022-08-26 10:47:22.490 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5735,45 +6061,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:49:59.409 - error: [FS-ERRHD] +2022-08-26 10:47:22.493 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5788,44 +6120,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:50:02.336 - error: [FS-ERRHD] +2022-08-26 10:47:22.496 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5840,44 +6179,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:50:44.803 - error: [FS-ERRHD] +2022-08-26 10:47:22.498 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5892,44 +6238,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:50:55.510 - error: [FS-ERRHD] +2022-08-26 10:47:22.506 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5944,44 +6297,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:51:02.542 - error: [FS-ERRHD] +2022-08-26 10:47:43.520 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/conserve/statistic?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -5996,44 +6356,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:51:38.453 - error: [FS-ERRHD] +2022-08-26 10:47:43.536 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/conserve/statistic?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6048,44 +6415,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:52:12.135 - error: [FS-ERRHD] +2022-08-26 10:47:43.539 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6100,44 +6474,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:52:30.917 - error: [FS-ERRHD] +2022-08-26 10:52:08.875 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6152,44 +6533,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:52:51.557 - error: [FS-ERRHD] +2022-08-26 10:52:08.880 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6204,96 +6592,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:55:53.353 - error: [FS-ERRHD] +2022-08-26 10:52:08.882 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 15:56:21.605 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6308,44 +6651,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:57:51.983 - error: [FS-ERRHD] +2022-08-26 10:52:08.885 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6360,44 +6710,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:57:59.909 - error: [FS-ERRHD] +2022-08-26 10:52:08.887 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6412,44 +6769,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:58:07.737 - error: [FS-ERRHD] +2022-08-26 10:52:08.890 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6464,44 +6828,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:58:39.343 - error: [FS-ERRHD] +2022-08-26 10:52:29.922 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6516,44 +6887,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:59:44.352 - error: [FS-ERRHD] +2022-08-26 10:52:29.924 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6568,44 +6946,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:00:13.758 - error: [FS-ERRHD] +2022-08-26 10:52:29.927 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6620,44 +7005,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:00:29.556 - error: [FS-ERRHD] +2022-08-26 10:52:29.930 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6672,44 +7064,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:02:49.458 - error: [FS-ERRHD] +2022-08-26 10:52:29.932 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6724,44 +7123,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:03:11.150 - error: [FS-ERRHD] +2022-08-26 10:52:29.936 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/road_manage?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6776,44 +7182,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:03:55.054 - error: [FS-ERRHD] +2022-08-26 10:53:43.899 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6828,44 +7241,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:06:27.365 - error: [FS-ERRHD] +2022-08-26 10:53:43.913 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6880,44 +7300,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:06:57.285 - error: [FS-ERRHD] +2022-08-26 10:53:43.915 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6932,44 +7359,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:10:37.727 - error: [FS-ERRHD] +2022-08-26 10:53:43.917 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -6984,44 +7418,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:12:12.006 - error: [FS-ERRHD] +2022-08-26 10:53:43.919 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -7036,44 +7477,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:13:19.972 - error: [FS-ERRHD] +2022-08-26 10:53:43.960 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -7088,44 +7536,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:17:03.477 - error: [FS-ERRHD] +2022-08-26 10:54:04.954 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/conserve/statistic?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -7140,44 +7595,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:17:23.022 - error: [FS-ERRHD] +2022-08-26 10:54:04.967 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -7192,44 +7654,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:19:46.467 - error: [FS-ERRHD] +2022-08-26 10:54:04.970 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -7244,44 +7713,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:21:04.386 - error: [FS-ERRHD] +2022-08-26 10:54:04.972 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/road_manage?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -7296,44 +7772,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:23:37.276 - error: [FS-ERRHD] +2022-08-26 10:54:04.974 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -7348,45 +7831,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:24:34.917 - error: [FS-ERRHD] +2022-08-26 10:54:05.015 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -7401,44 +7890,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:25:28.568 - error: [FS-ERRHD] +2022-08-26 11:03:21.096 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -7453,44 +7949,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:25:53.881 - error: [FS-ERRHD] +2022-08-26 11:03:21.108 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -7505,46 +8008,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:27:36.001 - error: [FS-ERRHD] +2022-08-26 11:03:21.110 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -7557,45 +8067,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:27:53.545 - error: [FS-ERRHD] +2022-08-26 11:03:21.113 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -7610,46 +8126,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:28:00.553 - error: [FS-ERRHD] +2022-08-26 11:03:21.115 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -7662,46 +8185,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:28:23.515 - error: [FS-ERRHD] +2022-08-26 11:03:21.117 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -7714,46 +8244,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:28:46.863 - error: [FS-ERRHD] +2022-08-26 11:03:42.148 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -7766,46 +8303,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:40:55.481 - error: [FS-ERRHD] +2022-08-26 11:03:42.160 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/road_manage?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -7818,46 +8362,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:58:09.728 - error: [FS-ERRHD] +2022-08-26 11:03:42.164 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -7870,46 +8421,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:58:50.269 - error: [FS-ERRHD] +2022-08-26 11:03:42.167 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -7922,46 +8480,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:59:09.075 - error: [FS-ERRHD] +2022-08-26 11:03:42.175 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -7974,46 +8539,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:59:38.062 - error: [FS-ERRHD] +2022-08-26 11:03:42.179 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8026,46 +8598,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:59:56.784 - error: [FS-ERRHD] +2022-08-26 11:04:01.650 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8078,46 +8657,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:59:58.544 - error: [FS-ERRHD] +2022-08-26 11:04:01.678 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8130,46 +8716,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:00:19.330 - error: [FS-ERRHD] +2022-08-26 11:04:01.693 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8182,46 +8775,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:00:20.986 - error: [FS-ERRHD] +2022-08-26 11:04:01.696 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8234,46 +8834,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:00:23.433 - error: [FS-ERRHD] +2022-08-26 11:04:01.698 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8286,46 +8893,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:00:39.942 - error: [FS-ERRHD] +2022-08-26 11:04:01.709 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8338,46 +8952,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:00:39.946 - error: [FS-ERRHD] +2022-08-26 11:04:22.698 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8390,46 +9011,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:00:41.684 - error: [FS-ERRHD] +2022-08-26 11:04:22.730 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', + headers: { + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8442,46 +9070,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:00:41.685 - error: [FS-ERRHD] +2022-08-26 11:04:22.745 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8494,46 +9129,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:01:00.953 - error: [FS-ERRHD] +2022-08-26 11:04:22.748 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/road_manage?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8546,46 +9188,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:03:05.868 - error: [FS-ERRHD] +2022-08-26 11:04:22.750 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8598,46 +9247,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:05:04.867 - error: [FS-ERRHD] +2022-08-26 11:04:22.760 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8650,46 +9306,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:05:26.206 - error: [FS-ERRHD] +2022-08-26 11:04:43.747 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8702,46 +9365,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:05:36.978 - error: [FS-ERRHD] +2022-08-26 11:04:43.763 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8754,46 +9424,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:06:00.888 - error: [FS-ERRHD] +2022-08-26 11:04:43.778 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8806,46 +9483,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:06:10.106 - error: [FS-ERRHD] +2022-08-26 11:04:43.780 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8858,46 +9542,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:06:15.381 - error: [FS-ERRHD] +2022-08-26 11:04:43.794 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8910,46 +9601,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:06:16.545 - error: [FS-ERRHD] +2022-08-26 11:04:43.809 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -8962,46 +9660,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:06:39.726 - error: [FS-ERRHD] +2022-08-26 11:05:04.794 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/transportation/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -9014,46 +9719,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:06:48.057 - error: [FS-ERRHD] +2022-08-26 11:05:04.809 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -9066,46 +9778,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:07:26.215 - error: [FS-ERRHD] +2022-08-26 11:05:04.825 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/manage/overspeed?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -9118,46 +9837,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:08:00.257 - error: [FS-ERRHD] +2022-08-26 11:05:04.829 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/build/road_state?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -9170,46 +9896,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:09:26.353 - error: [FS-ERRHD] +2022-08-26 11:05:04.841 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/road_manage?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -9222,47 +9955,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:09:52.959 - error: [FS-ERRHD] +2022-08-26 11:05:04.857 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/conserve/statistic?token=2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '2c7bab74-3aea-40a2-bdd7-b6b232f99d8b', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -9275,51 +10014,60 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:10:11.506 - error: [FS-ERRHD] +2022-08-26 11:09:38.026 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/login', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'content-length': '55', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.63', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:4000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/signin', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -9327,51 +10075,60 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:10:25.777 - error: [FS-ERRHD] +2022-08-26 11:10:05.791 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ETIMEDOUT', + code: 'ETIMEDOUT', + syscall: 'connect', + address: '10.8.30.157', + port: 9119 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9119/login', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9119', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'content-length': '55', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.63', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:4000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:4000/signin', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -9379,46 +10136,62 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:13:41.089 - error: [FS-ERRHD] +2022-08-26 11:12:52.829 - debug: [FS-LOGGER] Init. +2022-08-26 11:12:53.127 - info: [Router] Inject api: attachment/index +2022-08-26 11:17:00.275 - debug: [FS-LOGGER] Init. +2022-08-26 11:17:00.339 - info: [Router] Inject api: attachment/index +2022-08-26 11:18:33.149 - debug: [FS-LOGGER] Init. +2022-08-26 11:18:33.212 - info: [Router] Inject api: attachment/index +2022-08-29 15:59:06.957 - debug: [FS-LOGGER] Init. +2022-08-29 15:59:09.627 - info: [Router] Inject api: attachment/index +2022-08-29 16:03:07.691 - debug: [FS-LOGGER] Init. +2022-08-29 16:03:07.748 - info: [Router] Inject api: attachment/index +2022-08-29 16:03:58.503 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/department', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + expires: '-1', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'sec-ch-ua-platform': '"Windows"', - expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -9431,51 +10204,60 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:14:18.023 - error: [FS-ERRHD] +2022-08-29 16:04:00.035 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/login', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/signin', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -9483,51 +10265,60 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:14:46.577 - error: [FS-ERRHD] +2022-08-29 16:04:05.293 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/login', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/signin', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -9535,51 +10326,60 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:14:59.928 - error: [FS-ERRHD] +2022-08-29 16:04:51.310 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/login', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/signin', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -9587,51 +10387,60 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:15:57.071 - error: [FS-ERRHD] +2022-08-29 16:04:55.608 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/login', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/signin', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -9639,51 +10448,62 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:15:59.349 - error: [FS-ERRHD] +2022-08-29 16:05:19.475 - debug: [FS-LOGGER] Init. +2022-08-29 16:05:19.533 - info: [Router] Inject api: attachment/index +2022-08-29 16:05:45.284 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/conserve/statistic?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/login', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/signin', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -9691,52 +10511,60 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:17:19.019 - error: [FS-ERRHD] +2022-08-29 16:05:51.725 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/login', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/signin', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -9744,51 +10572,60 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:17:25.934 - error: [FS-ERRHD] +2022-08-29 16:06:28.136 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/login', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'content-length': '55', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/signin', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -9796,44 +10633,52 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:17:30.086 - error: [FS-ERRHD] +2022-08-29 16:07:56.401 - debug: [FS-LOGGER] Init. +2022-08-29 16:07:56.455 - info: [Router] Inject api: attachment/index +2022-08-29 16:08:20.540 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/department', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', + expires: '-1', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'sec-ch-ua-platform': '"Windows"', - expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -9848,46 +10693,52 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:18:01.836 - error: [FS-ERRHD] +2022-08-29 16:08:30.434 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/department', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + expires: '-1', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'sec-ch-ua-platform': '"Windows"', - expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -9900,51 +10751,60 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:18:07.556 - error: [FS-ERRHD] +2022-08-29 16:08:31.837 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/login', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/signin', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -9952,51 +10812,62 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:18:41.436 - error: [FS-ERRHD] +2022-08-29 16:10:14.964 - debug: [FS-LOGGER] Init. +2022-08-29 16:10:15.035 - info: [Router] Inject api: attachment/index +2022-08-29 16:10:54.687 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 10.8.30.157:9118', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.8.30.157', + port: 9118 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9118/login', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9118', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'content-length': '55', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/signin', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -10004,44 +10875,47 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 10.8.30.157:9118\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:18:54.267 - error: [FS-ERRHD] +2022-08-29 16:12:16.813 - debug: [FS-LOGGER] Init. +2022-08-29 16:12:16.871 - info: [Router] Inject api: attachment/index +2022-08-30 09:03:26.970 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: read ECONNRESET', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -10056,44 +10930,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: read ECONNRESET\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:19:09.210 - error: [FS-ERRHD] +2022-08-30 09:03:35.424 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -10108,44 +10989,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:22:58.898 - error: [FS-ERRHD] +2022-08-30 09:03:35.439 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -10160,44 +11048,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:23:14.668 - error: [FS-ERRHD] +2022-08-30 09:03:35.445 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -10212,44 +11107,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:25:18.074 - error: [FS-ERRHD] +2022-08-30 09:03:35.449 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -10264,44 +11166,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:28:20.415 - error: [FS-ERRHD] +2022-08-30 09:03:35.455 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -10316,44 +11225,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:36:52.345 - error: [FS-ERRHD] +2022-08-30 09:03:35.468 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -10368,44 +11284,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:45:59.315 - error: [FS-ERRHD] +2022-08-30 09:03:35.473 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -10420,44 +11343,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:49:54.833 - error: [FS-ERRHD] +2022-08-30 09:03:35.478 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -10472,46 +11402,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:04:39.532 - error: [FS-ERRHD] +2022-08-30 09:03:35.489 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -10524,46 +11461,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:04:40.707 - error: [FS-ERRHD] +2022-08-30 09:03:37.328 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -10576,44 +11520,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:04:40.709 - error: [FS-ERRHD] +2022-08-30 09:03:37.332 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -10628,44 +11579,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:22:09.664 - error: [FS-ERRHD] +2022-08-30 09:03:37.335 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -10680,46 +11638,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:28:27.382 - error: [FS-ERRHD] +2022-08-30 09:04:09.582 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -10732,46 +11697,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:28:27.388 - error: [FS-ERRHD] +2022-08-30 09:04:09.611 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -10784,44 +11756,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:28:27.389 - error: [FS-ERRHD] +2022-08-30 09:04:09.617 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -10836,44 +11815,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:28:27.393 - error: [FS-ERRHD] +2022-08-30 09:04:09.621 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -10888,44 +11874,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:30:02.537 - error: [FS-ERRHD] +2022-08-30 09:04:09.624 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -10940,46 +11933,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:30:17.508 - error: [FS-ERRHD] +2022-08-30 09:04:09.632 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -10992,46 +11992,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:31:24.966 - error: [FS-ERRHD] +2022-08-30 09:04:09.636 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11044,46 +12051,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:38:09.356 - error: [FS-ERRHD] +2022-08-30 09:04:09.640 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11096,46 +12110,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:40:43.928 - error: [FS-ERRHD] +2022-08-30 09:04:09.644 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11148,44 +12169,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:40:43.962 - error: [FS-ERRHD] +2022-08-30 09:04:11.171 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -11200,46 +12228,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:40:43.964 - error: [FS-ERRHD] +2022-08-30 09:04:11.175 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11252,46 +12287,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:44:00.820 - error: [FS-ERRHD] +2022-08-30 09:04:11.179 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11304,44 +12346,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:44:01.004 - error: [FS-ERRHD] +2022-08-30 09:04:28.300 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -11356,46 +12405,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:45:32.505 - error: [FS-ERRHD] +2022-08-30 09:04:28.316 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11408,46 +12464,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:45:32.510 - error: [FS-ERRHD] +2022-08-30 09:04:28.322 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11460,46 +12523,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:46:12.458 - error: [FS-ERRHD] +2022-08-30 09:04:28.328 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11512,46 +12582,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:46:12.467 - error: [FS-ERRHD] +2022-08-30 09:04:28.333 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11564,46 +12641,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:46:12.470 - error: [FS-ERRHD] +2022-08-30 09:04:28.344 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11616,46 +12700,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 18:58:58.706 - error: [FS-ERRHD] +2022-08-30 09:04:28.348 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11668,47 +12759,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:04:12.892 - error: [FS-ERRHD] +2022-08-30 09:04:28.353 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11721,44 +12818,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:04:23.109 - error: [FS-ERRHD] +2022-08-30 09:04:28.358 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -11773,46 +12877,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:04:23.112 - error: [FS-ERRHD] +2022-08-30 09:04:29.796 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11825,46 +12936,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:05:25.304 - error: [FS-ERRHD] +2022-08-30 09:04:29.803 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11877,46 +12995,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:05:38.379 - error: [FS-ERRHD] +2022-08-30 09:04:29.812 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11929,46 +13054,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:10:03.259 - error: [FS-ERRHD] +2022-08-30 09:04:55.900 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -11981,46 +13113,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:14:35.006 - error: [FS-ERRHD] +2022-08-30 09:04:55.910 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -12033,46 +13172,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:17:34.476 - error: [FS-ERRHD] +2022-08-30 09:04:55.916 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -12085,46 +13231,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:21:01.435 - error: [FS-ERRHD] +2022-08-30 09:04:55.920 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -12137,46 +13290,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:28:11.552 - error: [FS-ERRHD] +2022-08-30 09:04:55.923 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -12189,46 +13349,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:29:18.090 - error: [FS-ERRHD] +2022-08-30 09:04:55.931 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -12241,46 +13408,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:29:18.094 - error: [FS-ERRHD] +2022-08-30 09:04:55.934 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': [32m'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -12293,44 +13467,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:29:18.095 - error: [FS-ERRHD] +2022-08-30 09:04:55.937 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -12345,46 +13526,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:29:18.096 - error: [FS-ERRHD] +2022-08-30 09:04:55.943 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -12397,46 +13585,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:29:18.097 - error: [FS-ERRHD] +2022-08-30 09:04:56.823 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -12449,46 +13644,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:29:18.102 - error: [FS-ERRHD] +2022-08-30 09:04:56.828 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -12501,44 +13703,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:29:18.103 - error: [FS-ERRHD] +2022-08-30 09:04:56.831 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -12553,46 +13762,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:29:18.105 - error: [FS-ERRHD] +2022-08-30 09:06:14.711 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -12605,46 +13821,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:30:14.980 - error: [FS-ERRHD] +2022-08-30 09:06:14.728 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -12657,44 +13880,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:30:14.984 - error: [FS-ERRHD] +2022-08-30 09:06:14.731 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -12709,46 +13939,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:32:33.799 - error: [FS-ERRHD] +2022-08-30 09:06:14.735 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -12761,46 +13998,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:35:26.957 - error: [FS-ERRHD] +2022-08-30 09:06:14.739 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -12813,44 +14057,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:38:37.150 - error: [FS-ERRHD] +2022-08-30 09:06:14.752 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -12865,46 +14116,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:42:43.011 - error: [FS-ERRHD] +2022-08-30 09:06:14.757 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -12917,46 +14175,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:44:42.076 - error: [FS-ERRHD] +2022-08-30 09:06:14.761 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -12969,44 +14234,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:44:43.835 - error: [FS-ERRHD] +2022-08-30 09:06:14.766 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -13021,44 +14293,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:44:43.837 - error: [FS-ERRHD] +2022-08-30 09:06:16.088 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -13073,46 +14352,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:44:43.928 - error: [FS-ERRHD] +2022-08-30 09:06:16.092 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13125,46 +14411,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:44:43.930 - error: [FS-ERRHD] +2022-08-30 09:06:16.094 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13177,46 +14470,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:45:20.980 - error: [FS-ERRHD] +2022-08-30 09:07:44.110 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13229,46 +14529,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:45:21.134 - error: [FS-ERRHD] +2022-08-30 09:07:44.126 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13281,46 +14588,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:46:00.276 - error: [FS-ERRHD] +2022-08-30 09:07:44.136 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13333,46 +14647,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:56:04.523 - error: [FS-ERRHD] +2022-08-30 09:07:44.142 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13385,46 +14706,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:56:14.460 - error: [FS-ERRHD] +2022-08-30 09:07:44.147 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13437,46 +14765,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:57:23.977 - error: [FS-ERRHD] +2022-08-30 09:07:44.201 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13489,46 +14824,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:58:21.654 - error: [FS-ERRHD] +2022-08-30 09:07:44.206 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13541,46 +14883,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:58:22.025 - error: [FS-ERRHD] +2022-08-30 09:07:44.210 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13593,46 +14942,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:58:25.060 - error: [FS-ERRHD] +2022-08-30 09:07:44.216 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13645,46 +15001,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:58:32.062 - error: [FS-ERRHD] +2022-08-30 09:07:44.767 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13697,52 +15060,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:58:32.631 - error: [FS-ERRHD] +2022-08-30 09:07:44.772 - error: [FS-ERRHD] { - message: 'Error: Client network socket disconnected before secure TLS connection was established', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - code: 'ECONNRESET', - path: null, - host: '3024-117-90-36-177.jp.ngrok.io', - port: 443, - localAddress: undefined + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13755,47 +15119,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: Client network socket disconnected before secure TLS connection was established\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:58:34.124 - error: [FS-ERRHD] +2022-08-30 09:07:44.777 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13808,47 +15178,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:58:39.189 - error: [FS-ERRHD] +2022-08-30 09:08:54.550 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13861,52 +15237,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:58:40.516 - error: [FS-ERRHD] +2022-08-30 09:08:54.560 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 18.177.0.235:443', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: -4039, - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '18.177.0.235', - port: 443 + address: '127.0.0.1', + port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13919,53 +15296,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.0.235:443\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:58:43.081 - error: [FS-ERRHD] +2022-08-30 09:08:54.568 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 18.177.0.235:443', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: -4039, - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '18.177.0.235', - port: 443 + address: '127.0.0.1', + port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -13978,53 +15355,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.0.235:443\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:58:53.110 - error: [FS-ERRHD] +2022-08-30 09:08:54.571 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 18.177.0.235:443', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: -4039, - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '18.177.0.235', - port: 443 + address: '127.0.0.1', + port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14037,53 +15414,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.0.235:443\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:58:57.096 - error: [FS-ERRHD] +2022-08-30 09:08:54.574 - error: [FS-ERRHD] { - message: 'Error: Client network socket disconnected before secure TLS connection was established', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - code: 'ECONNRESET', - path: null, - host: '3024-117-90-36-177.jp.ngrok.io', - port: 443, - localAddress: undefined + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14096,47 +15473,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: Client network socket disconnected before secure TLS connection was established\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:58:59.070 - error: [FS-ERRHD] +2022-08-30 09:08:54.582 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14149,46 +15532,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:58:59.675 - error: [FS-ERRHD] +2022-08-30 09:08:54.587 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14201,52 +15591,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:59:00.238 - error: [FS-ERRHD] +2022-08-30 09:08:54.590 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 18.177.53.48:443', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: -4039, - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '18.177.53.48', - port: 443 + address: '127.0.0.1', + port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14259,53 +15650,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.53.48:443\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:59:18.733 - error: [FS-ERRHD] +2022-08-30 09:08:54.594 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 18.177.53.48:443', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: -4039, - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '18.177.53.48', - port: 443 + address: '127.0.0.1', + port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14318,53 +15709,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.53.48:443\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:59:18.735 - error: [FS-ERRHD] +2022-08-30 09:08:55.713 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 18.177.53.48:443', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: -4039, - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '18.177.53.48', - port: 443 + address: '127.0.0.1', + port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14377,47 +15768,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.53.48:443\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:59:24.071 - error: [FS-ERRHD] +2022-08-30 09:08:55.720 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14430,44 +15827,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:59:24.830 - error: [FS-ERRHD] +2022-08-30 09:08:55.725 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -14482,44 +15886,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:59:26.949 - error: [FS-ERRHD] +2022-08-30 09:11:51.102 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/conserve/statistic?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -14534,46 +15945,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 19:59:32.149 - error: [FS-ERRHD] +2022-08-30 09:11:51.121 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14586,46 +16004,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:08:54.658 - error: [FS-ERRHD] +2022-08-30 09:11:51.125 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14638,46 +16063,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:13:54.930 - error: [FS-ERRHD] +2022-08-30 09:11:51.130 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14690,46 +16122,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:15:40.794 - error: [FS-ERRHD] +2022-08-30 09:11:51.134 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14742,46 +16181,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:17:26.854 - error: [FS-ERRHD] +2022-08-30 09:11:51.142 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14794,46 +16240,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:23:21.899 - error: [FS-ERRHD] +2022-08-30 09:11:51.146 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14846,46 +16299,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:26:55.570 - error: [FS-ERRHD] +2022-08-30 09:11:51.149 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14898,46 +16358,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:28:43.543 - error: [FS-ERRHD] +2022-08-30 09:11:51.152 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -14950,46 +16417,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:28:44.700 - error: [FS-ERRHD] +2022-08-30 09:11:52.109 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -15002,46 +16476,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:28:44.704 - error: [FS-ERRHD] +2022-08-30 09:11:52.114 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -15054,46 +16535,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:28:44.707 - error: [FS-ERRHD] +2022-08-30 09:11:52.117 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -15106,46 +16594,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:31:33.345 - error: [FS-ERRHD] +2022-08-30 09:12:08.426 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -15158,44 +16653,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:32:12.538 - error: [FS-ERRHD] +2022-08-30 09:12:08.443 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -15210,44 +16712,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:33:07.854 - error: [FS-ERRHD] +2022-08-30 09:12:08.454 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -15262,44 +16771,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:34:11.067 - error: [FS-ERRHD] +2022-08-30 09:12:08.459 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -15314,46 +16830,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:34:12.705 - error: [FS-ERRHD] +2022-08-30 09:12:08.465 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -15366,46 +16889,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:34:12.706 - error: [FS-ERRHD] +2022-08-30 09:12:08.473 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -15418,46 +16948,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:35:20.149 - error: [FS-ERRHD] +2022-08-30 09:12:08.477 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -15470,45 +17007,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:35:35.882 - error: [FS-ERRHD] +2022-08-30 09:12:08.482 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -15523,46 +17066,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:36:12.902 - error: [FS-ERRHD] +2022-08-30 09:12:08.486 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -15575,44 +17125,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:37:54.674 - error: [FS-ERRHD] +2022-08-30 09:12:24.968 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -15627,46 +17184,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:39:51.831 - error: [FS-ERRHD] +2022-08-30 09:12:24.980 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -15679,46 +17243,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:41:18.189 - error: [FS-ERRHD] +2022-08-30 09:12:24.985 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -15731,44 +17302,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:41:55.589 - error: [FS-ERRHD] +2022-08-30 09:12:24.989 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/build/road_state?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -15783,46 +17361,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:43:58.004 - error: [FS-ERRHD] +2022-08-30 09:12:24.993 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -15835,44 +17420,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:44:09.699 - error: [FS-ERRHD] +2022-08-30 09:12:25.002 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -15887,44 +17479,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:44:25.521 - error: [FS-ERRHD] +2022-08-30 09:12:25.006 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -15939,46 +17538,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:44:59.643 - error: [FS-ERRHD] +2022-08-30 09:12:25.009 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -15991,46 +17597,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:46:12.533 - error: [FS-ERRHD] +2022-08-30 09:12:25.013 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -16043,46 +17656,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:46:12.537 - error: [FS-ERRHD] +2022-08-30 09:12:25.408 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -16095,44 +17715,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:46:15.642 - error: [FS-ERRHD] +2022-08-30 09:12:25.413 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -16147,46 +17774,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:46:51.662 - error: [FS-ERRHD] +2022-08-30 09:12:25.420 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -16199,46 +17833,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:47:34.958 - error: [FS-ERRHD] +2022-08-30 09:13:50.344 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -16251,45 +17892,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:48:57.031 - error: [FS-ERRHD] +2022-08-30 09:13:50.354 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -16304,44 +17951,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:48:59.933 - error: [FS-ERRHD] +2022-08-30 09:13:50.361 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -16356,44 +18010,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:49:29.672 - error: [FS-ERRHD] +2022-08-30 09:13:50.365 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -16408,46 +18069,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:49:29.687 - error: [FS-ERRHD] +2022-08-30 09:13:50.368 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -16460,46 +18128,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:52:41.535 - error: [FS-ERRHD] +2022-08-30 09:13:50.377 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -16512,46 +18187,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:56:42.627 - error: [FS-ERRHD] +2022-08-30 09:13:50.384 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -16564,44 +18246,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 20:57:44.721 - error: [FS-ERRHD] +2022-08-30 09:13:50.390 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -16616,46 +18305,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:02:33.291 - error: [FS-ERRHD] +2022-08-30 09:13:50.398 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -16668,46 +18364,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:07:13.391 - error: [FS-ERRHD] +2022-08-30 09:13:51.214 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -16720,44 +18423,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:07:15.767 - error: [FS-ERRHD] +2022-08-30 09:13:51.220 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -16772,46 +18482,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:07:15.769 - error: [FS-ERRHD] +2022-08-30 09:13:51.226 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -16824,46 +18541,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:08:04.134 - error: [FS-ERRHD] +2022-08-30 09:14:22.351 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -16876,44 +18600,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:14:19.167 - error: [FS-ERRHD] +2022-08-30 09:14:22.373 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -16928,44 +18659,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:16:32.432 - error: [FS-ERRHD] +2022-08-30 09:14:22.378 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -16980,46 +18718,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:32:21.786 - error: [FS-ERRHD] +2022-08-30 09:14:22.383 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17032,46 +18777,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:32:41.558 - error: [FS-ERRHD] +2022-08-30 09:14:22.388 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17084,46 +18836,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:33:36.605 - error: [FS-ERRHD] +2022-08-30 09:14:22.402 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17136,46 +18895,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:42:10.394 - error: [FS-ERRHD] +2022-08-30 09:14:22.407 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17188,46 +18954,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:45:22.643 - error: [FS-ERRHD] +2022-08-30 09:14:22.414 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17240,46 +19013,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:46:23.136 - error: [FS-ERRHD] +2022-08-30 09:14:22.421 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17292,46 +19072,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:48:34.964 - error: [FS-ERRHD] +2022-08-30 09:14:23.519 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17344,46 +19131,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:50:02.409 - error: [FS-ERRHD] +2022-08-30 09:14:23.523 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17396,46 +19190,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:50:51.822 - error: [FS-ERRHD] +2022-08-30 09:14:23.528 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17448,46 +19249,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:50:53.115 - error: [FS-ERRHD] +2022-08-30 09:15:12.394 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17500,46 +19308,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:53:27.667 - error: [FS-ERRHD] +2022-08-30 09:15:12.456 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17552,46 +19367,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:55:28.463 - error: [FS-ERRHD] +2022-08-30 09:15:12.463 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17604,47 +19426,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:55:37.153 - error: [FS-ERRHD] +2022-08-30 09:15:12.467 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17657,46 +19485,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:57:25.485 - error: [FS-ERRHD] +2022-08-30 09:15:12.471 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17709,46 +19544,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 21:57:36.148 - error: [FS-ERRHD] +2022-08-30 09:15:12.489 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17761,46 +19603,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:00:43.357 - error: [FS-ERRHD] +2022-08-30 09:15:12.492 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17813,47 +19662,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:00:50.962 - error: [FS-ERRHD] +2022-08-30 09:15:12.496 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17866,46 +19721,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:02:19.314 - error: [FS-ERRHD] +2022-08-30 09:15:12.507 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17918,46 +19780,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:02:53.027 - error: [FS-ERRHD] +2022-08-30 09:15:14.048 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -17970,46 +19839,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:03:15.054 - error: [FS-ERRHD] +2022-08-30 09:15:14.051 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18022,46 +19898,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:03:23.393 - error: [FS-ERRHD] +2022-08-30 09:15:14.054 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18074,46 +19957,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:03:27.269 - error: [FS-ERRHD] +2022-08-30 09:16:00.684 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18126,46 +20016,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:04:27.760 - error: [FS-ERRHD] +2022-08-30 09:16:00.697 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18178,46 +20075,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:04:29.375 - error: [FS-ERRHD] +2022-08-30 09:16:00.701 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18230,46 +20134,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:04:35.922 - error: [FS-ERRHD] +2022-08-30 09:16:00.707 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18282,46 +20193,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:04:40.266 - error: [FS-ERRHD] +2022-08-30 09:16:00.715 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18334,46 +20252,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:04:49.383 - error: [FS-ERRHD] +2022-08-30 09:16:00.725 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18386,46 +20311,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:08:06.879 - error: [FS-ERRHD] +2022-08-30 09:16:00.732 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18438,46 +20370,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:10:26.322 - error: [FS-ERRHD] +2022-08-30 09:16:00.737 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18490,46 +20429,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:10:51.475 - error: [FS-ERRHD] +2022-08-30 09:16:00.743 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18542,46 +20488,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:11:40.375 - error: [FS-ERRHD] +2022-08-30 09:16:02.799 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18594,46 +20547,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:11:57.822 - error: [FS-ERRHD] +2022-08-30 09:16:02.804 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18646,46 +20606,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:13:02.792 - error: [FS-ERRHD] +2022-08-30 09:16:02.808 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18698,46 +20665,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:15:37.545 - error: [FS-ERRHD] +2022-08-30 09:17:15.654 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18750,46 +20724,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:15:53.416 - error: [FS-ERRHD] +2022-08-30 09:17:15.670 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18802,46 +20783,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:16:00.837 - error: [FS-ERRHD] +2022-08-30 09:17:15.675 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18854,46 +20842,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:16:44.550 - error: [FS-ERRHD] +2022-08-30 09:17:15.680 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18906,46 +20901,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:19:17.435 - error: [FS-ERRHD] +2022-08-30 09:17:15.683 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -18958,52 +20960,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:19:24.642 - error: [FS-ERRHD] +2022-08-30 09:17:15.693 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 18.176.183.3:443', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: -4039, - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '18.176.183.3', - port: 443 + address: '127.0.0.1', + port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -19016,47 +21019,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.176.183.3:443\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:19:37.245 - error: [FS-ERRHD] +2022-08-30 09:17:15.697 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -19069,53 +21078,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:19:38.483 - error: [FS-ERRHD] +2022-08-30 09:17:15.701 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 18.176.183.3:443', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: -4039, - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '18.176.183.3', - port: 443 + address: '127.0.0.1', + port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -19128,53 +21137,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.176.183.3:443\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:19:45.708 - error: [FS-ERRHD] +2022-08-30 09:17:15.705 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 18.177.0.235:443', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: -4039, - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '18.177.0.235', - port: 443 + address: '127.0.0.1', + port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -19187,47 +21196,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.0.235:443\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:19:54.873 - error: [FS-ERRHD] +2022-08-30 09:17:17.042 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -19240,46 +21255,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:20:05.128 - error: [FS-ERRHD] +2022-08-30 09:17:17.048 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -19292,47 +21314,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 22:20:17.088 - error: [FS-ERRHD] +2022-08-30 09:17:17.051 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -19345,44 +21373,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-27 08:52:53.296 - error: [FS-ERRHD] +2022-08-30 09:17:41.615 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -19397,44 +21432,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-27 08:55:02.416 - error: [FS-ERRHD] +2022-08-30 09:17:41.636 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -19449,44 +21491,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-27 09:02:58.014 - error: [FS-ERRHD] +2022-08-30 09:17:41.639 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -19501,44 +21550,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-27 09:16:10.592 - error: [FS-ERRHD] +2022-08-30 09:17:41.643 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -19553,44 +21609,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-27 09:22:21.685 - error: [FS-ERRHD] +2022-08-30 09:17:41.648 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -19605,44 +21668,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-27 10:17:42.286 - error: [FS-ERRHD] +2022-08-30 09:17:41.660 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -19657,66 +21727,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-27 10:43:25.730 - debug: [FS-LOGGER] Init. -2022-07-27 10:58:49.630 - error: [FS-ERRHD] +2022-08-30 09:17:41.665 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=8b9717fe-80d5-48a4-a364-d78045b3d249', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '10.8.30.7:14000', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '8b9717fe-80d5-48a4-a364-d78045b3d249', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', -======= - url: 'http://10.8.30.7:14000/road?token=3de82f98-253d-4ebd-a444-eff69920459b&level=%E5%8E%BF', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', -<<<<<<< HEAD - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' -======= - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 }, encoding: null, followRedirect: true, @@ -19729,48 +21786,13 @@ transform2xxOnly: false }, response: undefined, -<<<<<<< HEAD - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketOnEnd (_http_client.js:485:9)\n' + - ' at Socket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 10:58:49.634 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=8b9717fe-80d5-48a4-a364-d78045b3d249', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '8b9717fe-80d5-48a4-a364-d78045b3d249', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + ' at Socket.emit (events.js:314:20)\n' + @@ -19778,45 +21800,39 @@ ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 08:24:50.233 - error: [FS-ERRHD] +2022-08-30 09:17:41.671 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '10.8.30.7', + address: '127.0.0.1', port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.7:14000/department?token=3de82f98-253d-4ebd-a444-eff69920459b', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '10.8.30.7:14000', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 + expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', -<<<<<<< HEAD - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' -======= - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 }, encoding: null, followRedirect: true, @@ -19829,48 +21845,13 @@ transform2xxOnly: false }, response: undefined, -<<<<<<< HEAD - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketOnEnd (_http_client.js:485:9)\n' + - ' at Socket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 11:03:27.808 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + ' at Socket.emit (events.js:314:20)\n' + @@ -19878,45 +21859,39 @@ ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 08:24:50.640 - error: [FS-ERRHD] +2022-08-30 09:17:41.674 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '10.8.30.7', + address: '127.0.0.1', port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.7:14000/road?token=3de82f98-253d-4ebd-a444-eff69920459b&level=%E5%8E%BF', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '10.8.30.7:14000', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 + expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', -<<<<<<< HEAD - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' -======= - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 }, encoding: null, followRedirect: true, @@ -19929,49 +21904,13 @@ transform2xxOnly: false }, response: undefined, -<<<<<<< HEAD - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 11:03:27.813 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + ' at Socket.emit (events.js:314:20)\n' + @@ -19979,45 +21918,39 @@ ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 08:31:48.455 - error: [FS-ERRHD] +2022-08-30 09:17:42.920 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '10.8.30.7', + address: '127.0.0.1', port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.7:14000/department?token=3de82f98-253d-4ebd-a444-eff69920459b', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '10.8.30.7:14000', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 + expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', -<<<<<<< HEAD - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' -======= - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 }, encoding: null, followRedirect: true, @@ -20030,29 +21963,13 @@ transform2xxOnly: false }, response: undefined, -<<<<<<< HEAD - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + ' at Socket.emit (events.js:314:20)\n' + @@ -20060,38 +21977,39 @@ ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 08:31:48.847 - error: [FS-ERRHD] +2022-08-30 09:17:42.925 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '10.8.30.7', + address: '127.0.0.1', port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.7:14000/road?token=3de82f98-253d-4ebd-a444-eff69920459b&level=%E5%8E%BF', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '10.8.30.7:14000', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', + expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/transportation', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -20104,13 +22022,13 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + ' at Socket.emit (events.js:314:20)\n' + @@ -20118,38 +22036,39 @@ ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 08:33:03.454 - error: [FS-ERRHD] +2022-08-30 09:17:42.930 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '10.8.30.7', + address: '127.0.0.1', port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.7:14000/vehicle?token=3de82f98-253d-4ebd-a444-eff69920459b', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '10.8.30.7:14000', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', + expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/operational', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -20162,13 +22081,13 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + ' at Socket.emit (events.js:314:20)\n' + @@ -20176,38 +22095,39 @@ ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 08:33:05.740 - error: [FS-ERRHD] +2022-08-30 09:20:49.047 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '10.8.30.7', + address: '127.0.0.1', port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.7:14000/vehicle/specific?token=3de82f98-253d-4ebd-a444-eff69920459b&%E5%87%BA%E7%A7%9F%E8%BD%A6', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '10.8.30.7:14000', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', + expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/operational', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -20220,13 +22140,13 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + ' at Socket.emit (events.js:314:20)\n' + @@ -20234,38 +22154,39 @@ ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 08:33:06.536 - error: [FS-ERRHD] +2022-08-30 09:20:49.059 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '10.8.30.7', + address: '127.0.0.1', port: 14000 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.7:14000/vehicle/specific?token=3de82f98-253d-4ebd-a444-eff69920459b&%E5%8D%B1%E8%B4%A7', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '10.8.30.7:14000', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', + expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/operational', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -20278,24 +22199,13 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + -======= -<<<<<<< Updated upstream ->>>>>>> Stashed changes - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + ' at Socket.emit (events.js:314:20)\n' + @@ -20303,56 +22213,39 @@ ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -<<<<<<< Updated upstream -======= -<<<<<<< Updated upstream -2022-07-25 16:14:44.623 - error: [FS-ERRHD] -======= -2022-07-26 15:14:20.784 - error: [FS-ERRHD] ->>>>>>> Stashed changes +2022-08-30 09:20:49.067 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, -<<<<<<< Updated upstream - url: 'https://3024-117-90-36-177.jp.ngrok.io/road?token=df45f1e7-883c-4a06-85aa-cf985043c25f&level=%E5%8E%BF', -======= - url: 'https://3024-117-90-36-177.jp.ngrok.io/department?token=f5dae5cd-d101-43ba-89bd-3289a3ce5870', ->>>>>>> Stashed changes + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', -<<<<<<< Updated upstream - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'f5dae5cd-d101-43ba-89bd-3289a3ce5870', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', ->>>>>>> Stashed changes accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', -<<<<<<< Updated upstream - referer: 'http://localhost:5000/fillion/transportation', -======= - referer: 'http://localhost:5000/fillion/promotional', ->>>>>>> Stashed changes + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -20365,93 +22258,58 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + -<<<<<<< Updated upstream - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:458:9)\n' + - ' at TLSSocket.emit (events.js:326:22)\n' + - ' at endReadableNT (_stream_readable.js:1241:12)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -<<<<<<< Updated upstream -2022-07-25 16:20:37.830 - error: [FS-ERRHD] -======= -2022-07-26 15:50:24.375 - debug: [FS-LOGGER] Init. -2022-07-26 16:01:57.214 - debug: [FS-LOGGER] Init. -2022-07-26 16:04:55.264 - error: [FS-ERRHD] ->>>>>>> Stashed changes +2022-08-30 09:20:49.070 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, -<<<<<<< Updated upstream - url: 'https://3024-117-90-36-177.jp.ngrok.io/road?token=df45f1e7-883c-4a06-85aa-cf985043c25f', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'content-length': '1803', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/transportation', -======= - url: 'https://3024-117-90-36-177.jp.ngrok.io/publicity?token=f5dae5cd-d101-43ba-89bd-3289a3ce5870', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'f5dae5cd-d101-43ba-89bd-3289a3ce5870', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/promotional', ->>>>>>> Stashed changes + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, -<<<<<<< Updated upstream - method: 'PUT', - body: '{"routeName":"袁渡-进贤文港草草草草","routeCode":"X943360121","sectionNo":"004","townshipCode":"360121200000","startingPlaceName":"桥口","startStation":"1.051","categoryOfStartingPointAndDividingPoint":"非界点","stopPlaceName":"桥","categoryOfDeadCenterAndDividingPoint":"非界点","stopStation":"1.849","sectionType":"双向","natureOfRoadSection":"正常路段","completionTime":"2019-11","natureOfConstruction":"新建","landforms":"微丘","natureOfCharges":"非收费","numberOfCulverts":"0","technicalLevel":"三级公路","pavementType":"沥青混凝土","pavementWidth":"6.5","subgradeWidth":"7.5","laneCharacteristics":"双车道","whetherItIsOpenToTrafficInSunnyOrRainyDays":"是","designSpeedPerHour":"30","urbanManagementSectionOrNot":"否","managementAndMaintenanceUnit":"11101360121南昌市南昌县交通局","roadAdministrationUnit":"南昌县交通运输局","alimentation":"列养","sourceOfListedMaintenanceFunds":"其他","curingTime":"经常性","greeningMileage":"0.798","greeningMileaged":"0.798","plannedFundCategory":"其它","plannedYear":"2019","planDocumentNo":"赣路县字(2019)14号","planItemUniqueCode":"2018360121005","plannedProjectRouteCode":"X943360121","planProjectName":"黄马-桐源","plannedProjectType":"县道升级改造","completionStatus":"未完工","yearOfCompletion":"2020","reportingUnit":"361011211南昌县交通局","reasonForChange":"无变更","changeTime":"2020-11","whetherMaintenanceManagedHighway":"否","remarks":"新增道路","routeCodeOfLastYear":"X943360121","routeNameOfLastYear":"袁渡-进贤文港","startingStationOfLastYear":"1.051","lastYearsEndingPointStakeNumber":"1.849","graphicMileage":"0.802","chainageMileage":"0.798","districtcounty":"南昌县","locationCity":"南昌市","level":"县","roadId":2799}', -======= method: 'GET', body: '[object Object]', ->>>>>>> Stashed changes simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -20459,105 +22317,58 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + -<<<<<<< Updated upstream - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:458:9)\n' + - ' at TLSSocket.emit (events.js:326:22)\n' + - ' at endReadableNT (_stream_readable.js:1241:12)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -<<<<<<< Updated upstream -2022-07-25 17:13:48.396 - error: [FS-ERRHD] -<<<<<<< Updated upstream ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 -======= -======= -2022-07-26 16:06:51.862 - error: [FS-ERRHD] ->>>>>>> Stashed changes ->>>>>>> Stashed changes +2022-08-30 09:20:49.073 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, -<<<<<<< Updated upstream - url: 'https://3024-117-90-36-177.jp.ngrok.io/login', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'content-length': '55', -<<<<<<< HEAD - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', -======= - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', -======= - url: 'https://3024-117-90-36-177.jp.ngrok.io/department?token=f5dae5cd-d101-43ba-89bd-3289a3ce5870', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'f5dae5cd-d101-43ba-89bd-3289a3ce5870', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/promotional', ->>>>>>> Stashed changes + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', -<<<<<<< HEAD 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 }, encoding: null, followRedirect: true, -<<<<<<< Updated upstream - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', -======= method: 'GET', body: '[object Object]', ->>>>>>> Stashed changes simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -20565,91 +22376,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + -<<<<<<< Updated upstream -<<<<<<< HEAD + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-25 19:33:14.728 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 18.177.60.68:443', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '18.177.60.68', - port: 443 -======= -======= -<<<<<<< Updated upstream ->>>>>>> Stashed changes - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:458:9)\n' + - ' at TLSSocket.emit (events.js:326:22)\n' + - ' at endReadableNT (_stream_readable.js:1241:12)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -<<<<<<< Updated upstream -2022-07-25 17:20:38.059 - debug: [FS-LOGGER] Init. -2022-07-25 17:20:38.539 - info: [Router] Inject api: attachment/index -2022-07-26 08:24:40.399 - error: [FS-ERRHD] +2022-08-30 09:20:49.085 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', - address: '10.8.30.7', + address: '127.0.0.1', port: 14000 ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 }, error: { '$ref': '$["cause"]' }, options: { jar: false, -<<<<<<< HEAD - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -20664,45 +22435,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.60.68:443\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-25 19:44:17.724 - error: [FS-ERRHD] +2022-08-30 09:20:49.090 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -20717,44 +22494,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-25 21:31:50.491 - error: [FS-ERRHD] +2022-08-30 09:20:49.093 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -20769,44 +22553,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 09:31:23.413 - error: [FS-ERRHD] +2022-08-30 09:20:49.098 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -20821,44 +22612,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 09:45:24.340 - error: [FS-ERRHD] +2022-08-30 09:20:50.615 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/build/road_state?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -20873,44 +22671,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 14:03:06.926 - error: [FS-ERRHD] +2022-08-30 09:20:50.618 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -20925,44 +22730,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 14:13:08.793 - error: [FS-ERRHD] +2022-08-30 09:20:50.621 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/build/road_state?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -20977,44 +22789,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 14:22:55.765 - error: [FS-ERRHD] +2022-08-30 09:21:18.333 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -21029,44 +22848,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 14:28:54.441 - error: [FS-ERRHD] +2022-08-30 09:21:18.351 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -21081,44 +22907,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 14:31:44.233 - error: [FS-ERRHD] +2022-08-30 09:21:18.355 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -21133,46 +22966,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:05:17.376 - error: [FS-ERRHD] +2022-08-30 09:21:18.359 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21185,46 +23025,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:25:47.595 - error: [FS-ERRHD] +2022-08-30 09:21:18.363 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21237,46 +23084,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:26:54.234 - error: [FS-ERRHD] +2022-08-30 09:21:18.374 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21289,46 +23143,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:31:38.399 - error: [FS-ERRHD] +2022-08-30 09:21:18.380 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21341,46 +23202,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:32:47.830 - error: [FS-ERRHD] +2022-08-30 09:21:18.384 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21393,46 +23261,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:32:53.702 - error: [FS-ERRHD] +2022-08-30 09:21:18.390 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21445,46 +23320,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:33:31.989 - error: [FS-ERRHD] +2022-08-30 09:21:22.623 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21497,46 +23379,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:34:30.724 - error: [FS-ERRHD] +2022-08-30 09:21:22.630 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21549,47 +23438,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:37:40.347 - error: [FS-ERRHD] +2022-08-30 09:21:22.633 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21602,46 +23497,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:37:56.314 - error: [FS-ERRHD] +2022-08-30 09:22:35.474 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21654,46 +23556,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:39:01.155 - error: [FS-ERRHD] +2022-08-30 09:22:35.488 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21706,46 +23615,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:45:51.476 - error: [FS-ERRHD] +2022-08-30 09:22:35.499 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21758,46 +23674,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:46:42.295 - error: [FS-ERRHD] +2022-08-30 09:22:35.506 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21810,46 +23733,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:46:49.635 - error: [FS-ERRHD] +2022-08-30 09:22:35.511 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21862,46 +23792,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:49:05.976 - error: [FS-ERRHD] +2022-08-30 09:22:35.562 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21914,47 +23851,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:49:59.409 - error: [FS-ERRHD] +2022-08-30 09:22:35.566 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -21967,46 +23910,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:50:02.336 - error: [FS-ERRHD] +2022-08-30 09:22:35.569 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22019,46 +23969,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:50:44.803 - error: [FS-ERRHD] +2022-08-30 09:22:35.574 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22071,46 +24028,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:50:55.510 - error: [FS-ERRHD] +2022-08-30 09:23:30.785 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22123,46 +24087,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:51:02.542 - error: [FS-ERRHD] +2022-08-30 09:23:30.807 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/conserve/statistic?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22175,46 +24146,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:51:38.453 - error: [FS-ERRHD] +2022-08-30 09:23:30.811 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/conserve/statistic?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22227,46 +24205,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:52:12.135 - error: [FS-ERRHD] +2022-08-30 09:23:30.814 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22279,46 +24264,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:52:30.917 - error: [FS-ERRHD] +2022-08-30 09:23:30.819 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22331,46 +24323,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:52:51.557 - error: [FS-ERRHD] +2022-08-30 09:23:30.831 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22383,46 +24382,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:55:53.353 - error: [FS-ERRHD] +2022-08-30 09:23:30.834 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22435,46 +24441,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:56:21.605 - error: [FS-ERRHD] +2022-08-30 09:23:30.839 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22487,46 +24500,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:57:51.983 - error: [FS-ERRHD] +2022-08-30 09:23:30.843 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22539,46 +24559,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:57:59.909 - error: [FS-ERRHD] +2022-08-30 09:23:32.898 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22591,46 +24618,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:58:07.737 - error: [FS-ERRHD] +2022-08-30 09:23:32.902 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22643,46 +24677,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:58:39.343 - error: [FS-ERRHD] +2022-08-30 09:23:32.908 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22695,46 +24736,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 15:59:44.352 - error: [FS-ERRHD] +2022-08-30 09:23:54.422 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22747,46 +24795,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:00:13.758 - error: [FS-ERRHD] +2022-08-30 09:23:54.439 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22799,46 +24854,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:00:29.556 - error: [FS-ERRHD] +2022-08-30 09:23:54.442 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22851,46 +24913,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:02:49.458 - error: [FS-ERRHD] +2022-08-30 09:23:54.445 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22903,46 +24972,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:03:11.150 - error: [FS-ERRHD] +2022-08-30 09:23:54.448 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -22955,46 +25031,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:03:55.054 - error: [FS-ERRHD] +2022-08-30 09:23:54.456 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -23007,46 +25090,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:06:27.365 - error: [FS-ERRHD] +2022-08-30 09:23:54.459 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -23059,46 +25149,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:06:57.285 - error: [FS-ERRHD] +2022-08-30 09:23:54.462 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -23111,46 +25208,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:10:37.727 - error: [FS-ERRHD] +2022-08-30 09:23:54.467 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -23163,46 +25267,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:12:12.006 - error: [FS-ERRHD] +2022-08-30 09:24:52.495 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -23215,46 +25326,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:13:19.972 - error: [FS-ERRHD] +2022-08-30 09:24:52.515 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -23267,46 +25385,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:17:03.477 - error: [FS-ERRHD] +2022-08-30 09:24:52.524 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/conserve/statistic?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -23319,46 +25444,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:17:23.022 - error: [FS-ERRHD] +2022-08-30 09:24:52.528 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -23371,46 +25503,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:19:46.467 - error: [FS-ERRHD] +2022-08-30 09:24:52.534 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -23423,46 +25562,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:21:04.386 - error: [FS-ERRHD] +2022-08-30 09:24:52.548 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -23475,46 +25621,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:23:37.276 - error: [FS-ERRHD] +2022-08-30 09:24:52.553 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -23527,47 +25680,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:24:34.917 - error: [FS-ERRHD] +2022-08-30 09:24:52.559 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -23580,46 +25739,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:25:28.568 - error: [FS-ERRHD] +2022-08-30 09:24:52.563 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -23632,46 +25798,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:25:53.881 - error: [FS-ERRHD] +2022-08-30 09:24:55.762 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -23684,44 +25857,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:27:36.001 - error: [FS-ERRHD] +2022-08-30 09:24:55.767 - error: [FS-ERRHD] { - message: 'Error: read ECONNRESET', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -23736,47 +25916,53 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:27:53.545 - error: [FS-ERRHD] +2022-08-30 09:24:55.770 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=a99f9435-5e72-447b-b3cd-1b9b654bc38c', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: 'a99f9435-5e72-447b-b3cd-1b9b654bc38c', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' + 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, encoding: null, followRedirect: true, @@ -23789,44 +25975,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:28:00.553 - error: [FS-ERRHD] +2022-08-30 09:27:47.373 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -23841,44 +26034,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:28:23.515 - error: [FS-ERRHD] +2022-08-30 09:27:47.387 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -23893,44 +26093,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:28:46.863 - error: [FS-ERRHD] +2022-08-30 09:27:47.390 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=5177b0f8-8693-42d0-bced-c9f82bc12417', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '5177b0f8-8693-42d0-bced-c9f82bc12417', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -23945,44 +26152,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:40:55.481 - error: [FS-ERRHD] +2022-08-30 09:27:47.393 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -23997,44 +26211,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:58:09.728 - error: [FS-ERRHD] +2022-08-30 09:27:47.396 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24049,44 +26270,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:58:50.269 - error: [FS-ERRHD] +2022-08-30 09:27:47.406 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24101,44 +26329,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:59:09.075 - error: [FS-ERRHD] +2022-08-30 09:27:47.411 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24153,44 +26388,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:59:38.062 - error: [FS-ERRHD] +2022-08-30 09:27:47.416 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24205,44 +26447,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:59:56.784 - error: [FS-ERRHD] +2022-08-30 09:27:47.419 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24257,44 +26506,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 16:59:58.544 - error: [FS-ERRHD] +2022-08-30 09:27:48.337 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24309,44 +26565,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:00:19.330 - error: [FS-ERRHD] +2022-08-30 09:27:48.342 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24361,44 +26624,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:00:20.986 - error: [FS-ERRHD] +2022-08-30 09:27:48.345 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24413,44 +26683,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:00:23.433 - error: [FS-ERRHD] +2022-08-30 09:28:33.586 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24465,44 +26742,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:00:39.942 - error: [FS-ERRHD] +2022-08-30 09:28:33.596 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24517,44 +26801,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:00:39.946 - error: [FS-ERRHD] +2022-08-30 09:28:33.600 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24569,44 +26860,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:00:41.684 - error: [FS-ERRHD] +2022-08-30 09:28:33.605 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24621,44 +26919,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:00:41.685 - error: [FS-ERRHD] +2022-08-30 09:28:33.610 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24673,44 +26978,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:01:00.953 - error: [FS-ERRHD] +2022-08-30 09:28:33.626 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24725,44 +27037,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:03:05.868 - error: [FS-ERRHD] +2022-08-30 09:28:33.633 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/transportation/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24777,96 +27096,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:05:04.867 - error: [FS-ERRHD] +2022-08-30 09:28:33.640 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:05:26.206 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24881,96 +27155,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:05:36.978 - error: [FS-ERRHD] +2022-08-30 09:28:33.646 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:06:00.888 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/manage/overspeed?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -24985,96 +27214,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:06:10.106 - error: [FS-ERRHD] +2022-08-30 09:28:34.972 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:06:15.381 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/build/road_state?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -25089,96 +27273,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:06:16.545 - error: [FS-ERRHD] +2022-08-30 09:28:34.977 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:06:39.726 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/road_manage?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -25193,96 +27332,51 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:06:48.057 - error: [FS-ERRHD] +2022-08-30 09:28:34.982 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:07:26.215 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/conserve/statistic?token=1518497f-8a7a-42de-b2b4-cbb901c7b7e2', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + token: '1518497f-8a7a-42de-b2b4-cbb901c7b7e2', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/screen/cockpit', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' }, @@ -25297,203 +27391,54 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:08:00.257 - error: [FS-ERRHD] +2022-08-30 09:35:48.220 - debug: [FS-LOGGER] Init. +2022-08-30 09:35:48.526 - info: [Router] Inject api: attachment/index +2022-08-30 09:40:36.263 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:09:26.353 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/department', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:09:52.959 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:10:11.506 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'sec-ch-ua-platform': '"Windows"', - expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, @@ -25506,51 +27451,60 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:10:25.777 - error: [FS-ERRHD] +2022-08-30 09:40:37.815 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/login', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/signin', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -25558,51 +27512,60 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:13:41.089 - error: [FS-ERRHD] +2022-08-30 09:40:40.188 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/login', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/signin', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -25610,51 +27573,60 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:14:18.023 - error: [FS-ERRHD] +2022-08-30 09:41:44.345 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://localhost:14000/login', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: 'localhost:14000', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/signin', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -25662,51 +27634,62 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-07-26 17:14:46.577 - error: [FS-ERRHD] +2022-08-30 09:41:57.235 - debug: [FS-LOGGER] Init. +2022-08-30 09:41:57.302 - info: [Router] Inject api: attachment/index +2022-08-30 09:42:28.749 - error: [FS-ERRHD] { - message: 'Error: socket hang up', + message: 'Error: connect ECONNREFUSED 10.8.30.157:9118', name: 'RequestError', - cause: { code: 'ECONNRESET' }, + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.8.30.157', + port: 9118 + }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', + url: 'http://10.8.30.157:9118/login', headers: { - host: '3024-117-90-36-177.jp.ngrok.io', + host: '10.8.30.157:9118', connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', + 'content-length': '55', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', + referer: 'http://localhost:5000/signin', 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' + 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -25714,44866 +27697,13 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: socket hang up\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 10.8.30.157:9118\n' + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + + ' at Request.emit (events.js:314:20)\n' + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:14:59.928 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:15:57.071 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:15:59.349 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/conserve/statistic?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:17:19.019 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:17:25.934 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:17:30.086 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:18:01.836 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:18:07.556 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:18:41.436 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:18:54.267 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:19:09.210 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:22:58.898 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:23:14.668 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:25:18.074 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:28:20.415 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:36:52.345 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:45:59.315 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 17:49:54.833 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:04:39.532 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:04:40.707 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:04:40.709 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:22:09.664 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:28:27.382 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:28:27.388 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:28:27.389 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:28:27.393 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:30:02.537 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:30:17.508 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:31:24.966 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:38:09.356 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:40:43.928 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:40:43.962 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:40:43.964 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:44:00.820 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:44:01.004 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:45:32.505 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:45:32.510 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:46:12.458 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:46:12.467 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:46:12.470 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 18:58:58.706 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:04:12.892 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:04:23.109 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:04:23.112 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:05:25.304 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:05:38.379 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:10:03.259 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:14:35.006 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:17:34.476 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:21:01.435 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:28:11.552 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:29:18.090 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:29:18.094 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:29:18.095 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:29:18.096 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:29:18.097 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:29:18.102 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:29:18.103 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:29:18.105 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:30:14.980 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:30:14.984 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:32:33.799 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:35:26.957 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:38:37.150 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:42:43.011 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:44:42.076 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:44:43.835 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:44:43.837 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:44:43.928 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:44:43.930 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:45:20.980 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:45:21.134 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:46:00.276 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:56:04.523 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:56:14.460 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:57:23.977 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:58:21.654 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:58:22.025 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:58:25.060 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:58:32.062 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:58:32.631 - error: [FS-ERRHD] -{ - message: 'Error: Client network socket disconnected before secure TLS connection was established', - name: 'RequestError', - cause: { - code: 'ECONNRESET', - path: null, - host: '3024-117-90-36-177.jp.ngrok.io', - port: 443, - localAddress: undefined - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: Client network socket disconnected before secure TLS connection was established\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:58:34.124 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:58:39.189 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:58:40.516 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 18.177.0.235:443', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '18.177.0.235', - port: 443 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.0.235:443\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:58:43.081 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 18.177.0.235:443', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '18.177.0.235', - port: 443 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.0.235:443\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:58:53.110 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 18.177.0.235:443', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '18.177.0.235', - port: 443 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.0.235:443\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:58:57.096 - error: [FS-ERRHD] -{ - message: 'Error: Client network socket disconnected before secure TLS connection was established', - name: 'RequestError', - cause: { - code: 'ECONNRESET', - path: null, - host: '3024-117-90-36-177.jp.ngrok.io', - port: 443, - localAddress: undefined - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: Client network socket disconnected before secure TLS connection was established\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:58:59.070 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:58:59.675 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:59:00.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 18.177.53.48:443', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '18.177.53.48', - port: 443 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.53.48:443\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:59:18.733 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 18.177.53.48:443', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '18.177.53.48', - port: 443 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.53.48:443\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:59:18.735 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 18.177.53.48:443', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '18.177.53.48', - port: 443 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.53.48:443\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:59:24.071 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:59:24.830 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:59:26.949 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/conserve/statistic?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 19:59:32.149 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:08:54.658 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:13:54.930 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:15:40.794 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:17:26.854 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:23:21.899 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:26:55.570 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:28:43.543 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:28:44.700 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:28:44.704 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:28:44.707 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:31:33.345 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:32:12.538 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:33:07.854 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:34:11.067 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:34:12.705 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:34:12.706 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:35:20.149 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:35:35.882 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:36:12.902 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:37:54.674 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/transportation/statistic?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:39:51.831 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:41:18.189 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:41:55.589 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/build/road_state?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:43:58.004 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:44:09.699 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:44:25.521 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:44:59.643 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:46:12.533 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:46:12.537 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:46:15.642 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:46:51.662 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:47:34.958 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:48:57.031 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:48:59.933 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:49:29.672 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:49:29.687 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:52:41.535 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:56:42.627 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 20:57:44.721 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:02:33.291 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:07:13.391 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:07:15.767 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:07:15.769 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:08:04.134 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:14:19.167 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:16:32.432 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:32:21.786 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:32:41.558 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:33:36.605 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:42:10.394 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:45:22.643 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:46:23.136 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:48:34.964 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:50:02.409 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:50:51.822 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:50:53.115 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:53:27.667 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:55:28.463 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:55:37.153 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:57:25.485 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 21:57:36.148 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:00:43.357 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:00:50.962 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:02:19.314 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:02:53.027 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:03:15.054 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:03:23.393 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:03:27.269 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:04:27.760 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:04:29.375 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:04:35.922 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:04:40.266 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:04:49.383 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:08:06.879 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:10:26.322 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:10:51.475 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:11:40.375 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:11:57.822 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:13:02.792 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:15:37.545 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:15:53.416 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:16:00.837 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:16:44.550 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:19:17.435 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:19:24.642 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 18.176.183.3:443', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '18.176.183.3', - port: 443 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.176.183.3:443\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:19:37.245 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:19:38.483 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 18.176.183.3:443', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '18.176.183.3', - port: 443 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.176.183.3:443\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:19:45.708 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 18.177.0.235:443', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '18.177.0.235', - port: 443 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 18.177.0.235:443\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:19:54.873 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:20:05.128 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketErrorListener (_http_client.js:461:9)\n' + - ' at TLSSocket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 22:20:17.088 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 08:52:53.296 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 08:55:02.416 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 09:02:58.014 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 09:16:10.592 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 09:22:21.685 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 10:17:42.286 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'https://3024-117-90-36-177.jp.ngrok.io/manage/overspeed?token=0f8c7207-f216-41c9-b5f6-091e22fae4ad', - headers: { - host: '3024-117-90-36-177.jp.ngrok.io', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '0f8c7207-f216-41c9-b5f6-091e22fae4ad', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at TLSSocket.socketOnEnd (_http_client.js:485:9)\n' + - ' at TLSSocket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 10:43:25.730 - debug: [FS-LOGGER] Init. -2022-07-27 10:58:49.630 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=8b9717fe-80d5-48a4-a364-d78045b3d249', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '8b9717fe-80d5-48a4-a364-d78045b3d249', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', -======= - url: 'http://10.8.30.7:14000/road?token=3de82f98-253d-4ebd-a444-eff69920459b&level=%E5%8E%BF', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', -<<<<<<< HEAD - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' -======= - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< HEAD - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketOnEnd (_http_client.js:485:9)\n' + - ' at Socket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 10:58:49.634 - error: [FS-ERRHD] -{ - message: 'Error: socket hang up', - name: 'RequestError', - cause: { code: 'ECONNRESET' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=8b9717fe-80d5-48a4-a364-d78045b3d249', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '8b9717fe-80d5-48a4-a364-d78045b3d249', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 08:24:50.233 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/department?token=3de82f98-253d-4ebd-a444-eff69920459b', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', -<<<<<<< HEAD - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' -======= - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< HEAD - stack: 'RequestError: Error: socket hang up\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketOnEnd (_http_client.js:485:9)\n' + - ' at Socket.emit (events.js:327:22)\n' + - ' at endReadableNT (_stream_readable.js:1218:12)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 11:03:27.808 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 08:24:50.640 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/road?token=3de82f98-253d-4ebd-a444-eff69920459b&level=%E5%8E%BF', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', -<<<<<<< HEAD - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' -======= - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< HEAD - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 11:03:27.813 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 08:31:48.455 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/department?token=3de82f98-253d-4ebd-a444-eff69920459b', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', -<<<<<<< HEAD - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' -======= - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< HEAD - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 08:31:48.847 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/road?token=3de82f98-253d-4ebd-a444-eff69920459b&level=%E5%8E%BF', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 08:33:03.454 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/vehicle?token=3de82f98-253d-4ebd-a444-eff69920459b', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/operational', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 08:33:05.740 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/vehicle/specific?token=3de82f98-253d-4ebd-a444-eff69920459b&%E5%87%BA%E7%A7%9F%E8%BD%A6', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/operational', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 08:33:06.536 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/vehicle/specific?token=3de82f98-253d-4ebd-a444-eff69920459b&%E5%8D%B1%E8%B4%A7', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/operational', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} ->>>>>>> Stashed changes -2022-07-26 08:33:07.314 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/vehicle/business?token=3de82f98-253d-4ebd-a444-eff69920459b', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/operational', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 08:33:11.486 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/department?token=3de82f98-253d-4ebd-a444-eff69920459b', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/operational', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 08:33:11.816 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/vehicle?token=3de82f98-253d-4ebd-a444-eff69920459b', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/operational', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 08:33:57.281 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/road?token=3de82f98-253d-4ebd-a444-eff69920459b&level=%E5%8E%BF', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 08:34:32.742 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/department?token=3de82f98-253d-4ebd-a444-eff69920459b', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 08:34:33.166 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/road?token=3de82f98-253d-4ebd-a444-eff69920459b&level=%E5%8E%BF', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} ->>>>>>> Stashed changes -<<<<<<< Updated upstream ->>>>>>> 385f017aeac33adc39a31e75faf6254a1a881d16 -======= -<<<<<<< Updated upstream -======= -<<<<<<< HEAD -======= ->>>>>>> Stashed changes -======= ->>>>>>> Stashed changes -2022-07-26 10:36:17.862 - debug: [FS-LOGGER] Init. -2022-07-26 14:17:07.892 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/department?token=3de82f98-253d-4ebd-a444-eff69920459b', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '3de82f98-253d-4ebd-a444-eff69920459b', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/operational', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 14:17:08.280 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/vehicle?token=3de82f98-253d-4ebd-a444-eff69920459b', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '3de82f98-253d-4ebd-a444-eff69920459b', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/operational', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 14:17:10.564 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/vehicle/specific?token=3de82f98-253d-4ebd-a444-eff69920459b&%E5%87%BA%E7%A7%9F%E8%BD%A6', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '3de82f98-253d-4ebd-a444-eff69920459b', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/operational', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 14:17:12.386 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/bridge?token=3de82f98-253d-4ebd-a444-eff69920459b', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '3de82f98-253d-4ebd-a444-eff69920459b', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/bridge', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 14:17:33.973 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/department?token=3de82f98-253d-4ebd-a444-eff69920459b', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '3de82f98-253d-4ebd-a444-eff69920459b', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/bridge', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 14:17:34.427 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/bridge?token=3de82f98-253d-4ebd-a444-eff69920459b', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '3de82f98-253d-4ebd-a444-eff69920459b', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/bridge', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 14:17:37.083 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/road?token=3de82f98-253d-4ebd-a444-eff69920459b&level=%E5%8E%BF', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '3de82f98-253d-4ebd-a444-eff69920459b', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 14:19:12.817 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/department?token=3de82f98-253d-4ebd-a444-eff69920459b', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '3de82f98-253d-4ebd-a444-eff69920459b', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 14:19:13.254 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/road?token=3de82f98-253d-4ebd-a444-eff69920459b&level=%E5%8E%BF', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '3de82f98-253d-4ebd-a444-eff69920459b', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 16:47:41.611 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/road?token=3de82f98-253d-4ebd-a444-eff69920459b&level=%E5%8E%BF', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '3de82f98-253d-4ebd-a444-eff69920459b', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-26 16:47:41.616 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/road?token=3de82f98-253d-4ebd-a444-eff69920459b', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'content-length': '83', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '3de82f98-253d-4ebd-a444-eff69920459b', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/transportation', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'PUT', - body: '{"routeName":"1","routeCode":"1111","sectionNo":"4444","level":"县","roadId":3275}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (C:\\Users\\Administrator\\Desktop\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 11:00:11.991 - debug: [FS-LOGGER] Init. -<<<<<<< Updated upstream -======= ->>>>>>> 8c961ddab5af3f0c4990e9be53f5da76d10fc848 ->>>>>>> Stashed changes ->>>>>>> Stashed changes -<<<<<<< Updated upstream -2022-07-27 17:24:17.967 - debug: [FS-LOGGER] Init. -2022-07-27 22:47:22.449 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=94f7e5d7-5f8f-49f4-b185-e1982a118b03', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '94f7e5d7-5f8f-49f4-b185-e1982a118b03', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 22:47:22.453 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 22:47:22.455 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=94f7e5d7-5f8f-49f4-b185-e1982a118b03', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '94f7e5d7-5f8f-49f4-b185-e1982a118b03', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 22:47:22.456 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 22:47:22.458 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=94f7e5d7-5f8f-49f4-b185-e1982a118b03', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '94f7e5d7-5f8f-49f4-b185-e1982a118b03', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 22:47:43.524 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=94f7e5d7-5f8f-49f4-b185-e1982a118b03', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '94f7e5d7-5f8f-49f4-b185-e1982a118b03', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 22:47:43.525 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 22:47:43.526 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'e8a9e988-7aca-45a6-b1aa-4980d5a2c2b0', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-27 22:47:43.527 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=94f7e5d7-5f8f-49f4-b185-e1982a118b03', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '94f7e5d7-5f8f-49f4-b185-e1982a118b03', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:32:58.890 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=94f7e5d7-5f8f-49f4-b185-e1982a118b03', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '94f7e5d7-5f8f-49f4-b185-e1982a118b03', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:32:58.905 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=94f7e5d7-5f8f-49f4-b185-e1982a118b03', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '94f7e5d7-5f8f-49f4-b185-e1982a118b03', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:32:58.906 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=94f7e5d7-5f8f-49f4-b185-e1982a118b03', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '94f7e5d7-5f8f-49f4-b185-e1982a118b03', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:32:58.908 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/conserve/statistic?token=94f7e5d7-5f8f-49f4-b185-e1982a118b03', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '94f7e5d7-5f8f-49f4-b185-e1982a118b03', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:32:58.910 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=94f7e5d7-5f8f-49f4-b185-e1982a118b03', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '94f7e5d7-5f8f-49f4-b185-e1982a118b03', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:32:58.911 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=94f7e5d7-5f8f-49f4-b185-e1982a118b03', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '94f7e5d7-5f8f-49f4-b185-e1982a118b03', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:33:19.939 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=94f7e5d7-5f8f-49f4-b185-e1982a118b03', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '94f7e5d7-5f8f-49f4-b185-e1982a118b03', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:33:19.956 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=94f7e5d7-5f8f-49f4-b185-e1982a118b03', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '94f7e5d7-5f8f-49f4-b185-e1982a118b03', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:33:32.652 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/department', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:33:44.815 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/login', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:35:54.958 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/login', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:37:50.933 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=c0808b9c-3c28-432e-a150-0b03b478e6ba', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'c0808b9c-3c28-432e-a150-0b03b478e6ba', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:37:50.950 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=c0808b9c-3c28-432e-a150-0b03b478e6ba', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'c0808b9c-3c28-432e-a150-0b03b478e6ba', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:37:50.951 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=c0808b9c-3c28-432e-a150-0b03b478e6ba', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'c0808b9c-3c28-432e-a150-0b03b478e6ba', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:37:50.952 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=c0808b9c-3c28-432e-a150-0b03b478e6ba', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'c0808b9c-3c28-432e-a150-0b03b478e6ba', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:37:50.953 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=c0808b9c-3c28-432e-a150-0b03b478e6ba', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'c0808b9c-3c28-432e-a150-0b03b478e6ba', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:37:50.954 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/conserve/statistic?token=c0808b9c-3c28-432e-a150-0b03b478e6ba', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'c0808b9c-3c28-432e-a150-0b03b478e6ba', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:38:11.981 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=c0808b9c-3c28-432e-a150-0b03b478e6ba', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'c0808b9c-3c28-432e-a150-0b03b478e6ba', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:38:11.997 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=c0808b9c-3c28-432e-a150-0b03b478e6ba', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'c0808b9c-3c28-432e-a150-0b03b478e6ba', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:38:33.040 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=c0808b9c-3c28-432e-a150-0b03b478e6ba', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'c0808b9c-3c28-432e-a150-0b03b478e6ba', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:38:33.041 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=c0808b9c-3c28-432e-a150-0b03b478e6ba', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'c0808b9c-3c28-432e-a150-0b03b478e6ba', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:43:20.072 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/conserve/statistic?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:43:20.075 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:43:20.077 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:43:20.078 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:43:20.079 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:43:20.084 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:43:41.125 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:43:41.127 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:44:02.188 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:44:02.189 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:47:14.544 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/conserve/statistic?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:47:14.548 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:47:14.550 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:47:14.551 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:47:14.556 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:47:14.558 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:47:35.592 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:47:35.595 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:47:53.227 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:47:53.228 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:47:53.230 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:47:53.231 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/conserve/statistic?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:47:53.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 08:47:53.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.7:14000', - name: 'RequestError', - cause: { - errno: -4039, - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.7', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.7:14000\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 09:34:57.419 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 09:34:57.422 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -======= -2022-07-27 18:08:42.681 - debug: [FS-LOGGER] Init. ->>>>>>> Stashed changes -2022-07-28 10:07:47.322 - debug: [FS-LOGGER] Init. -2022-07-28 10:07:47.633 - info: [Router] Inject api: attachment/index -2022-07-28 10:09:37.852 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=a65552ac-21ca-41a7-9e40-e13e91095bdf', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'a65552ac-21ca-41a7-9e40-e13e91095bdf', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:09:37.859 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=a65552ac-21ca-41a7-9e40-e13e91095bdf', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'a65552ac-21ca-41a7-9e40-e13e91095bdf', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:13:45.214 - debug: [FS-LOGGER] Init. -2022-07-28 11:13:46.128 - info: [Router] Inject api: attachment/index -2022-07-28 11:43:04.846 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/department?token=d01f7dcf-f7bb-472f-beb9-c5151d5e1734', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd01f7dcf-f7bb-472f-beb9-c5151d5e1734', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/promotional', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:43:04.854 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/publicity?token=d01f7dcf-f7bb-472f-beb9-c5151d5e1734', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd01f7dcf-f7bb-472f-beb9-c5151d5e1734', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/promotional', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:51:46.528 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/publicity?token=d01f7dcf-f7bb-472f-beb9-c5151d5e1734', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd01f7dcf-f7bb-472f-beb9-c5151d5e1734', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/promotional', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:51:46.536 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/department?token=d01f7dcf-f7bb-472f-beb9-c5151d5e1734', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd01f7dcf-f7bb-472f-beb9-c5151d5e1734', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/promotional', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:51:46.540 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/publicity?token=d01f7dcf-f7bb-472f-beb9-c5151d5e1734', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd01f7dcf-f7bb-472f-beb9-c5151d5e1734', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/promotional', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:51:46.544 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/department?token=d01f7dcf-f7bb-472f-beb9-c5151d5e1734', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd01f7dcf-f7bb-472f-beb9-c5151d5e1734', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/promotional', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:51:46.548 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/department?token=d01f7dcf-f7bb-472f-beb9-c5151d5e1734', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd01f7dcf-f7bb-472f-beb9-c5151d5e1734', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/promotional', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:51:46.552 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/publicity?token=d01f7dcf-f7bb-472f-beb9-c5151d5e1734', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'content-length': '133', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd01f7dcf-f7bb-472f-beb9-c5151d5e1734', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/promotional', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'PUT', - body: '{"name":"1","video":["project/0a0ec3f8-0c9a-4a06-9210-d7fd0edad409/220223_104306-多端开发介绍和课程导读接口文档.zip"]}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:51:46.556 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/publicity?token=d01f7dcf-f7bb-472f-beb9-c5151d5e1734', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd01f7dcf-f7bb-472f-beb9-c5151d5e1734', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/promotional', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:34:58.754 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/publicity?token=d01f7dcf-f7bb-472f-beb9-c5151d5e1734', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'content-length': '31', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd01f7dcf-f7bb-472f-beb9-c5151d5e1734', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/fillion/promotional', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'PUT', - body: '{"name":"1231","video":["11."]}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-07-28 10:08:50.687 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:08:50.691 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:09:35.473 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:09:35.475 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:09:35.476 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:10:48.698 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:10:48.699 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:10:48.700 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:11:07.267 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:11:07.269 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:11:07.270 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:36:40.596 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:36:40.600 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:36:40.602 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:36:40.603 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:40:48.574 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:40:48.579 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:40:48.580 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:40:48.582 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:40:48.584 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:40:48.585 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:56:46.234 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:56:46.240 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:56:46.242 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:56:46.244 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:56:46.246 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 10:56:46.248 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:02:59.817 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:02:59.822 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:02:59.823 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:02:59.825 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:02:59.826 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:02:59.828 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:11:00.606 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:11:00.611 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:11:00.613 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:11:00.614 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:11:00.616 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:15:52.145 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:15:52.151 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:15:52.153 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:15:52.154 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:15:52.158 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:15:52.160 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:26:55.855 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:26:55.859 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:26:55.861 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:29:52.092 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:29:52.096 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:29:52.098 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:29:52.099 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:29:52.101 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:30:08.516 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:30:08.518 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:30:08.520 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:30:08.523 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:30:08.525 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:30:08.526 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:31:01.445 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:31:01.450 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:31:01.451 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:31:01.453 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:31:01.455 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:34:02.569 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:34:02.574 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:34:02.576 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:34:02.578 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:34:02.580 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:41:20.529 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:41:20.534 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:41:20.536 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:41:20.539 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:41:20.542 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/transportation/statistic?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:41:20.545 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:43:02.192 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:43:02.196 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:43:02.198 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:43:02.199 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:43:02.201 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:43:02.202 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:49:12.192 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:49:12.196 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:49:12.199 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:49:12.201 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:50:45.276 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:50:45.278 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:50:45.279 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:51:43.844 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:51:43.846 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:51:43.848 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:52:14.520 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:52:14.522 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 11:52:14.523 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:13:13.418 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:13:13.422 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:13:13.424 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:19:57.528 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:19:57.532 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:19:57.534 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:24:25.429 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:24:25.431 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:24:25.433 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:25:22.552 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:25:22.554 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:32:05.461 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:32:05.464 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:32:05.465 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:32:05.467 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:34:55.768 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:34:55.772 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:34:55.775 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=00b5de97-c62c-4001-b753-8b048f24e52a', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '00b5de97-c62c-4001-b753-8b048f24e52a', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:34:55.777 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:34:55.778 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:39:08.095 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:39:08.101 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 13:39:08.103 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/manage/overspeed?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 15:10:44.368 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/data/god_trans?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 15:10:44.372 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/data/god_trans?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 15:10:44.375 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 15:10:44.377 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 15:10:44.378 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/conserve/statistic?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 15:10:44.380 - error: [FS-ERRHD] -{ - message: 'Error: read ECONNRESET', - name: 'RequestError', - cause: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.7:14000/build/road_state?token=d1f95b32-7f4d-4187-a499-10ad9ae33c99', - headers: { - host: '10.8.30.7:14000', - connection: 'keep-alive', - 'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'd1f95b32-7f4d-4187-a499-10ad9ae33c99', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/quanju', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: read ECONNRESET\n' + - ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:315:20)\n' + - ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:315:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:461:9)\n' + - ' at Socket.emit (events.js:315:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:96:8)\n' + - ' at emitErrorCloseNT (internal/streams/destroy.js:68:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-07-28 16:51:10.270 - debug: [FS-LOGGER] Init. -2022-07-28 16:51:11.180 - info: [Router] Inject api: attachment/index -======= -2022-07-28 15:08:36.754 - debug: [FS-LOGGER] Init. -2022-07-28 15:08:37.225 - info: [Router] Inject api: attachment/index ->>>>>>> Stashed changes -======= -2022-07-28 22:42:53.030 - debug: [FS-LOGGER] Init. -2022-07-28 22:42:53.107 - info: [Router] Inject api: attachment/index -2022-07-28 22:49:11.218 - debug: [FS-LOGGER] Init. -2022-07-28 22:49:11.297 - info: [Router] Inject api: attachment/index -2022-07-28 22:54:17.432 - debug: [FS-LOGGER] Init. -2022-07-28 22:54:17.511 - info: [Router] Inject api: attachment/index -2022-07-28 22:55:15.428 - debug: [FS-LOGGER] Init. -2022-07-28 22:55:15.513 - info: [Router] Inject api: attachment/index -<<<<<<< Updated upstream ->>>>>>> cc0881aafd062644a4dd75ebc176c5890198fb30 -2022-07-29 09:02:42.853 - debug: [FS-LOGGER] Init. -2022-07-29 09:02:44.142 - info: [Router] Inject api: attachment/index -2022-07-29 09:06:15.725 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (E:\\code_git\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (E:\\code_git\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at E:\\code_git\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at E:\\code_git\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (E:\\code_git\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-07-29 09:06:17.126 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:4000', -======= -2022-08-11 08:46:17.498 - debug: [FS-LOGGER] Init. -2022-08-11 08:46:17.571 - info: [Router] Inject api: attachment/index -2022-08-11 09:01:34.295 - debug: [FS-LOGGER] Init. -2022-08-11 09:01:34.363 - info: [Router] Inject api: attachment/index -2022-08-11 09:14:10.971 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', ->>>>>>> Stashed changes - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', -<<<<<<< Updated upstream - port: 4000 -======= - port: 14000 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:4000/login', - headers: { - host: 'localhost:4000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', -======= - url: 'http://localhost:14000/department', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/', ->>>>>>> Stashed changes - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, -<<<<<<< Updated upstream - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', -======= - method: 'GET', - body: '[object Object]', ->>>>>>> Stashed changes - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:4000\n' + -======= - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ->>>>>>> Stashed changes - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-07-29 09:06:19.281 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:4000', -======= -2022-08-11 09:14:12.760 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', ->>>>>>> Stashed changes - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', -<<<<<<< Updated upstream - port: 4000 -======= - port: 14000 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:4000/login', - headers: { - host: 'localhost:4000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', -======= - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', ->>>>>>> Stashed changes - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:4000\n' + -======= - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ->>>>>>> Stashed changes - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-07-29 09:06:21.906 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:4000', -======= -2022-08-11 09:14:16.465 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', ->>>>>>> Stashed changes - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', -<<<<<<< Updated upstream - port: 4000 -======= - port: 14000 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:4000/login', - headers: { - host: 'localhost:4000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', -======= - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', ->>>>>>> Stashed changes - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:4000\n' + -======= - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + ->>>>>>> Stashed changes - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-07-29 09:12:14.920 - debug: [FS-LOGGER] Init. -2022-07-29 09:12:14.974 - info: [Router] Inject api: attachment/index -2022-07-29 09:12:40.846 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (E:\\code_git\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (E:\\code_git\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at E:\\code_git\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at E:\\code_git\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (E:\\code_git\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-07-29 09:12:41.914 - error: [FS-ERRHD] -======= -2022-08-11 09:14:29.135 - error: [FS-ERRHD] ->>>>>>> Stashed changes -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', -<<<<<<< Updated upstream - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', -======= - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', ->>>>>>> Stashed changes - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:13:40.289 - debug: [FS-LOGGER] Init. -2022-08-10 16:13:40.349 - info: [Router] Inject api: attachment/index -2022-08-10 16:14:33.197 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-10 16:14:33.258 - error: [FS-ERRHD] -======= -2022-08-11 09:15:16.144 - error: [FS-ERRHD] ->>>>>>> Stashed changes -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/department', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', -======= - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', ->>>>>>> Stashed changes - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + -<<<<<<< Updated upstream - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:14:45.676 - error: [FS-ERRHD] -======= -2022-08-11 09:17:45.654 - error: [FS-ERRHD] ->>>>>>> Stashed changes -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', -<<<<<<< Updated upstream - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', -======= - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', ->>>>>>> Stashed changes - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + -<<<<<<< Updated upstream - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:14:49.479 - error: [FS-ERRHD] -======= -2022-08-11 09:20:03.273 - error: [FS-ERRHD] ->>>>>>> Stashed changes -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', -<<<<<<< Updated upstream - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', -======= - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', ->>>>>>> Stashed changes - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + -<<<<<<< Updated upstream - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:18:57.167 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-10 16:18:58.368 - error: [FS-ERRHD] -======= -2022-08-11 09:22:42.258 - error: [FS-ERRHD] ->>>>>>> Stashed changes -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', -<<<<<<< Updated upstream - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', -======= - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', ->>>>>>> Stashed changes - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + -<<<<<<< Updated upstream - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:20:43.361 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', -======= -2022-08-11 09:22:48.358 - debug: [FS-LOGGER] Init. -2022-08-11 09:22:48.420 - info: [Router] Inject api: attachment/index -2022-08-11 09:23:50.759 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.89:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.89', ->>>>>>> Stashed changes - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', -======= - url: 'http://10.8.30.89:14000/login', - headers: { - host: '10.8.30.89:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', ->>>>>>> Stashed changes - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.89:14000\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:20:57.696 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', -======= -2022-08-11 09:25:07.685 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.89:14000', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.89', ->>>>>>> Stashed changes - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', -======= - url: 'http://10.8.30.89:14000/login', - headers: { - host: '10.8.30.89:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', ->>>>>>> Stashed changes - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.89:14000\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:21:00.442 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 09:30:09.572 - debug: [FS-LOGGER] Init. -2022-08-11 09:30:09.626 - info: [Router] Inject api: attachment/index -2022-08-11 09:44:37.703 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', -======= - url: 'http://10.8.30.157:9119/data/god_trans?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', ->>>>>>> Stashed changes - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:25:13.144 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 09:44:37.709 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', -======= - url: 'http://10.8.30.157:9119/build/road_state?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', ->>>>>>> Stashed changes - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:28:04.674 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 09:44:37.779 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', -======= - url: 'http://10.8.30.157:9119/transportation/statistic?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', ->>>>>>> Stashed changes - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:28:13.072 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 09:52:00.046 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', -======= - url: 'http://10.8.30.157:9119/publicity?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', ->>>>>>> Stashed changes - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:29:56.345 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 10:13:18.729 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', -======= - url: 'http://10.8.30.157:9119/data/god_trans?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', ->>>>>>> Stashed changes - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:30:54.960 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 10:13:18.743 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', -======= - url: 'http://10.8.30.157:9119/data/god_trans?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', ->>>>>>> Stashed changes - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:39:29.540 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-10 16:39:31.050 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 10:13:19.276 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', -======= - url: 'http://10.8.30.157:9119/transportation/statistic?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', ->>>>>>> Stashed changes - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:44:16.759 - debug: [FS-LOGGER] Init. -2022-08-10 16:44:16.920 - info: [Router] Inject api: attachment/index -2022-08-10 16:45:30.304 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-10 16:45:30.380 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 10:13:24.472 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/department', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/transportation/statistic?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', -<<<<<<< Updated upstream - referer: 'http://localhost:5000/', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:45:33.431 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 10:15:10.488 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', -======= - url: 'http://10.8.30.157:9119/data/god_trans?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', ->>>>>>> Stashed changes - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:46:04.085 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-10 16:46:04.163 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 10:15:10.502 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/build/road_state?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:46:04.193 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 10:15:10.507 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/build/road_state?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:46:04.196 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 10:15:10.513 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/conserve/statistic?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:46:04.206 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 10:21:35.595 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/publicity?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:46:04.209 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 10:25:38.627 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/conserve/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/manage/overspeed/processed?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:46:04.214 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 10:49:34.723 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/build/road_state?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:46:04.217 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 10:49:34.729 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/publicity?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:46:04.225 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 10:50:07.625 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/build/road_state?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:46:04.227 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 10:50:07.640 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/build/road_state?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:46:04.230 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 10:50:07.644 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/manage/overspeed', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/conserve/statistic?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:51:05.210 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 11:25:30.760 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/manage/overspeed?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 16:56:05.175 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 11:36:30.696 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/conserve/statistic?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 17:01:04.196 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 13:58:51.651 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/build/road_state?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 17:02:08.178 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-10 17:02:08.259 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 13:58:51.656 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/data/god_trans?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 17:02:08.282 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 13:58:51.728 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/transportation/statistic?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 17:02:08.284 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 14:06:02.604 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/build/road_state?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 17:02:08.296 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 14:14:43.689 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/conserve/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/data/god_trans?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 17:02:08.298 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 14:14:43.695 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/data/god_trans?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 17:02:08.300 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 14:14:43.703 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/build/road_state?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 17:02:08.303 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 14:14:43.719 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/conserve/statistic?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 17:02:08.308 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 14:14:59.636 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/build/road_state?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 17:02:08.310 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 14:15:09.560 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/transportation/statistic?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 17:02:08.313 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 14:22:48.684 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/manage/overspeed', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/publicity?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 17:02:14.825 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 14:25:31.702 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/conserve/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/manage/overspeed?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 17:02:14.829 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 14:25:31.715 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/manage/overspeed?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 17:02:15.496 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 15:05:09.576 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/conserve/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/manage/overspeed?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-10 17:02:15.498 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 15:16:36.763 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/transportation/statistic?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:15.974 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/conserve/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:15.976 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:16.414 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/conserve/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:16.417 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:16.958 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/conserve/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:16.961 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:17.463 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/conserve/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:17.465 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:25.451 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-10 17:02:25.524 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:25.547 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:25.550 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:25.563 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:25.565 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/conserve/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:25.568 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:25.571 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:25.575 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:25.578 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:02:25.581 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/manage/overspeed', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:03:49.896 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-10 17:03:49.987 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:03:50.014 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:03:50.017 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:03:50.030 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:03:50.034 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/conserve/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:03:50.037 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:03:50.061 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:03:50.072 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:03:50.074 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:03:50.077 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/manage/overspeed', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:04:38.549 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-10 17:04:38.626 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:04:38.646 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:04:38.648 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:04:38.660 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:04:38.662 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/conserve/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:04:38.665 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:04:38.668 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:04:38.673 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:04:38.675 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:04:38.678 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/manage/overspeed', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:04:42.697 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/conserve/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:04:42.700 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:05:51.534 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-10 17:05:51.609 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:05:51.629 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:05:51.632 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:05:51.644 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:05:51.646 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/conserve/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:05:51.649 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:05:51.652 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:05:51.657 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:05:51.659 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:05:51.662 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/manage/overspeed', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:08:36.254 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-10 17:08:36.354 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:08:36.375 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:08:36.381 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:08:36.392 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:08:36.394 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/conserve/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:08:36.398 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:08:36.402 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:08:36.408 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:08:36.411 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:08:36.415 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/manage/overspeed', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:10:48.918 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-10 17:10:48.982 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/department', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:11:11.729 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:11:19.837 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:13:37.171 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:18:37.194 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:23:36.356 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:27:10.366 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-10 17:27:10.459 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:27:10.483 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:27:10.486 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:27:10.498 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:27:10.505 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/conserve/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:27:10.509 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/build/road_state', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:27:10.513 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:27:10.521 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:27:10.528 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/transportation/statistic', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:27:10.534 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/manage/overspeed', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:32:11.161 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:37:11.165 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:42:13.237 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:47:13.234 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:52:41.242 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 17:57:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 18:02:41.240 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 18:07:41.246 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 18:12:41.240 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 18:17:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 18:22:41.246 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 18:27:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 18:32:41.246 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 18:37:41.240 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 18:42:41.246 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 18:47:41.239 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 18:52:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 18:57:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 19:02:41.240 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 19:07:41.234 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 19:12:41.240 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 19:17:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 19:22:41.240 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 19:27:41.245 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 19:32:41.237 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 19:37:41.245 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 19:42:41.239 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 19:47:41.237 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 19:52:41.243 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 19:57:41.242 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 20:02:41.246 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 20:07:41.234 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 20:12:41.243 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 20:17:41.251 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 20:22:41.247 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 20:27:41.243 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 20:32:41.242 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 20:37:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 20:42:41.244 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 20:47:41.248 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 20:52:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 20:57:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 21:02:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 21:07:41.244 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 21:12:41.237 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 21:17:41.234 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 21:22:41.240 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 21:27:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 21:32:41.233 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 21:37:41.241 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 21:42:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 21:47:41.245 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 21:52:41.243 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 21:57:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 22:02:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 22:07:41.237 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 22:12:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 22:17:41.240 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 22:22:41.242 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 22:27:41.243 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 22:32:41.234 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 22:37:41.241 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 22:42:41.240 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 22:47:41.247 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 22:52:41.237 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 22:57:41.245 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 23:02:41.233 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 23:07:41.249 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 23:12:41.234 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 23:17:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 23:22:41.241 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 23:27:41.239 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 23:32:41.244 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 23:37:41.245 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 23:42:41.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 23:47:41.237 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 23:52:41.245 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-10 23:57:41.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 00:02:41.245 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 00:07:41.242 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 00:12:41.241 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 00:17:41.243 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 00:22:41.244 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - [32m'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 00:27:41.244 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 00:32:41.245 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 00:37:41.242 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 00:42:41.246 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 00:47:41.241 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 00:52:41.247 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 00:57:41.244 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 01:02:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 01:07:41.232 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 01:12:41.249 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 01:17:41.247 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 01:22:41.246 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 01:27:41.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 01:32:41.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 01:37:41.247 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 01:42:41.240 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 01:47:41.234 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 01:52:41.245 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 01:57:41.237 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 02:02:41.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 02:07:41.234 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 02:12:41.239 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 02:17:41.247 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 02:22:41.239 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 02:27:41.242 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 02:32:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 02:37:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 02:42:41.244 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 02:47:41.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 02:52:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 02:57:41.237 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 03:02:41.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 03:07:41.243 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 03:12:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 03:17:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 03:22:41.241 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 03:27:41.234 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 03:32:41.241 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 03:37:41.247 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 03:42:41.242 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 03:47:41.234 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 03:52:41.243 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 03:57:41.237 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 04:02:41.245 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 04:07:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 04:12:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 04:17:41.244 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 04:22:41.248 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 04:27:41.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 04:32:41.239 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 04:37:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 04:42:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 04:47:41.242 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 04:52:41.239 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 04:57:41.248 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 05:02:41.239 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 05:07:41.237 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 05:12:41.240 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 05:17:41.239 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 05:22:41.234 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 05:27:41.240 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 05:32:41.237 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 05:37:41.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 05:42:41.243 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 05:47:41.241 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 05:52:41.246 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 05:57:41.239 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 06:02:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 06:07:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 06:12:41.247 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 06:17:41.243 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 06:22:41.245 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 06:27:41.249 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 06:32:41.234 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 06:37:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 06:42:41.233 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 06:47:41.245 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 06:52:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 06:57:41.240 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 07:02:41.234 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 07:07:41.245 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 07:12:41.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 07:17:41.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 07:22:41.242 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 07:27:41.241 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 07:32:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 07:37:41.241 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 07:42:41.243 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 07:47:41.243 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 07:52:41.245 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 07:57:41.234 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 08:02:41.248 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 08:07:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 08:12:41.242 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 08:17:41.233 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 08:22:41.245 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 08:27:41.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 08:32:41.239 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 08:37:41.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 08:42:41.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 08:47:41.235 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 08:52:41.248 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 08:57:41.233 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 09:02:41.242 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 09:07:41.244 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 09:12:41.244 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 09:17:41.238 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 09:22:41.234 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 09:27:41.247 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 09:29:47.667 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 09:29:47.738 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/department', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36 Edg/104.0.1293.47', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 09:29:59.776 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36 Edg/104.0.1293.47', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-11 09:30:22.842 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 15:28:46.886 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36 Edg/104.0.1293.47', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', -======= - url: 'http://10.8.30.157:9119/manage/overspeed?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', ->>>>>>> Stashed changes - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-11 09:31:01.649 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 15:48:49.835 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/login', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Microsoft Edge";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36 Edg/104.0.1293.47', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', -======= - url: 'http://10.8.30.157:9119/data/god_trans?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', ->>>>>>> Stashed changes - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-11 09:32:42.236 - error: [FS-ERRHD] -{ - message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', - name: 'RequestError', - cause: { - errno: 'ECONNREFUSED', - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 14000 -======= -2022-08-11 15:48:49.864 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 ->>>>>>> Stashed changes - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://localhost:14000/undefined', - headers: { - host: 'localhost:14000', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', -======= - url: 'http://10.8.30.157:9119/build/road_state?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', ->>>>>>> Stashed changes - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, -<<<<<<< Updated upstream - stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-11 09:33:13.390 - debug: [FS-LOGGER] Init. -2022-08-11 09:33:13.458 - info: [Router] Inject api: attachment/index -2022-08-11 09:33:50.815 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 09:33:51.520 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 09:36:01.436 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 09:47:49.214 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 09:48:55.870 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 09:51:09.370 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 09:55:11.291 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:02:05.357 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:06:24.751 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:07:29.450 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:15:30.360 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:17:15.892 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:18:12.394 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:19:15.946 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:19:39.734 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:20:01.006 - error: [FS-ERRHD] -======= -2022-08-11 15:51:02.705 - error: [FS-ERRHD] ->>>>>>> Stashed changes -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://10.8.30.157:9119/transportation/statistic?token=f8340d18-7bef-4b38-82cc-ea472ada6e29', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'f8340d18-7bef-4b38-82cc-ea472ada6e29', -======= - url: 'http://10.8.30.157:9119/build/road_state?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', ->>>>>>> Stashed changes - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + -<<<<<<< Updated upstream - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-11 10:20:42.203 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:21:15.655 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:22:23.381 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:22:48.186 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:25:30.139 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:26:03.820 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:33:34.752 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:38:01.662 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:38:04.857 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:42:51.046 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:44:38.820 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:44:51.735 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:45:36.054 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:46:44.813 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 10:59:25.084 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:00:04.128 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:01:04.210 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:01:22.845 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:01:40.672 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:02:12.313 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:02:42.441 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:03:19.823 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:03:29.816 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:04:44.071 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:08:54.983 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:09:42.752 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:10:03.738 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:10:03.920 - error: [FS-ERRHD] -======= -2022-08-11 15:51:02.712 - error: [FS-ERRHD] ->>>>>>> Stashed changes -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< Updated upstream - url: 'http://10.8.30.157:9119/build/road_state?token=9b53ac48-3cfd-451c-b684-2a9162d4f064', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '9b53ac48-3cfd-451c-b684-2a9162d4f064', -======= - url: 'http://10.8.30.157:9119/build/road_state?token=71088b44-de21-4bb5-b1b0-fa78c7b76245', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '71088b44-de21-4bb5-b1b0-fa78c7b76245', ->>>>>>> Stashed changes - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< Updated upstream - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> Stashed changes - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + -<<<<<<< Updated upstream - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< Updated upstream -2022-08-11 11:11:05.983 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:11:25.518 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:12:26.261 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:12:58.402 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:13:18.073 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:13:28.272 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:13:42.884 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:13:57.469 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:14:09.321 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:15:56.094 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:16:14.001 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:16:26.740 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:16:53.624 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:18:01.733 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:18:23.519 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:18:43.120 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:18:51.754 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:19:01.305 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:20:51.684 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 11:21:37.522 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -<<<<<<< HEAD -<<<<<<< HEAD -2022-08-11 11:27:34.525 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 13:39:25.794 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 13:48:33.828 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 13:49:23.498 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 13:49:49.327 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 13:54:58.819 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 13:57:43.277 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 13:58:05.247 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 13:58:44.967 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:03:49.677 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:04:44.682 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:05:48.319 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:08:17.415 - error: [FS-ERRHD] -======= -======= -<<<<<<< Updated upstream ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 -======= ->>>>>>> Stashed changes -2022-08-11 16:50:04.006 - debug: [FS-LOGGER] Init. -2022-08-11 16:50:04.815 - info: [Router] Inject api: attachment/index -2022-08-11 17:00:36.904 - error: [FS-ERRHD] -<<<<<<< HEAD ->>>>>>> 19b9beb06f6736a29ddc681ae749b4770d47bbb5 -======= -======= -2022-08-11 17:15:17.090 - debug: [FS-LOGGER] Init. -2022-08-11 17:15:17.601 - info: [Router] Inject api: attachment/index -2022-08-11 17:16:30.167 - error: [FS-ERRHD] ->>>>>>> Stashed changes ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< HEAD -<<<<<<< HEAD - url: 'http://10.8.30.157:9119/manage/overspeed/processed?token=f8340d18-7bef-4b38-82cc-ea472ada6e29', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'f8340d18-7bef-4b38-82cc-ea472ada6e29', -======= -======= -<<<<<<< Updated upstream ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - url: 'http://10.8.30.157:9119/transportation/statistic?token=f512f393-bb3e-4f9b-8b9f-7dfe6bd958e5', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'f512f393-bb3e-4f9b-8b9f-7dfe6bd958e5', -<<<<<<< HEAD ->>>>>>> 19b9beb06f6736a29ddc681ae749b4770d47bbb5 -======= -======= - url: 'http://10.8.30.157:9119/department', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - expires: '-1', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'sec-ch-ua-platform': '"Windows"', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/login', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 17:16:31.600 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.157:9119/login', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 17:16:45.960 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.157:9119/login', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'content-length': '55', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'content-type': 'application/json', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - origin: 'http://localhost:5000', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/signin', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' - }, - encoding: null, - followRedirect: true, - method: 'POST', - body: '{"username":"SuperAdmin","password":"123456","p":"456"}', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -2022-08-11 17:18:44.156 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.157:9119/manage/overspeed?token=bce25a51-52bd-4a2e-b7a7-c06f41ecb9c8', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: 'bce25a51-52bd-4a2e-b7a7-c06f41ecb9c8', ->>>>>>> Stashed changes ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< HEAD - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 19b9beb06f6736a29ddc681ae749b4770d47bbb5 - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + -<<<<<<< HEAD -<<<<<<< HEAD - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= -======= -<<<<<<< Updated upstream ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - ' at new RequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (E:\\code_git\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (E:\\code_git\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -<<<<<<< HEAD ->>>>>>> 19b9beb06f6736a29ddc681ae749b4770d47bbb5 -======= -======= - ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< HEAD -<<<<<<< HEAD -2022-08-11 14:13:00.068 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:13:16.878 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:14:04.112 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:20:02.202 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:21:07.014 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:21:33.618 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:22:33.038 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:23:33.201 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:23:55.464 - error: [FS-ERRHD] -======= -2022-08-11 17:18:44.582 - error: [FS-ERRHD] ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< HEAD - url: 'http://10.8.30.157:9119/transportation/statistic?token=9b53ac48-3cfd-451c-b684-2a9162d4f064', -======= - url: 'http://10.8.30.157:9119/manage/overspeed?token=bce25a51-52bd-4a2e-b7a7-c06f41ecb9c8', ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', -<<<<<<< HEAD - token: '9b53ac48-3cfd-451c-b684-2a9162d4f064', -======= - token: 'bce25a51-52bd-4a2e-b7a7-c06f41ecb9c8', ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', -<<<<<<< HEAD - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + -<<<<<<< HEAD - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< HEAD -2022-08-11 14:24:55.443 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:25:58.755 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:26:39.599 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:27:36.650 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:35:46.599 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:36:07.571 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:38:05.206 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:38:24.913 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:38:50.998 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:43:45.871 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:44:12.264 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:44:52.352 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:45:13.732 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:46:19.121 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:50:16.960 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:51:03.623 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:51:32.595 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:52:02.216 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:52:14.836 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:52:23.385 - error: [FS-ERRHD] -======= -2022-08-11 17:18:59.559 - error: [FS-ERRHD] ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< HEAD - url: 'http://10.8.30.157:9119/build/road_state?token=f8340d18-7bef-4b38-82cc-ea472ada6e29', -======= - url: 'http://10.8.30.157:9119/department?token=bce25a51-52bd-4a2e-b7a7-c06f41ecb9c8', ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', -<<<<<<< HEAD - token: 'f8340d18-7bef-4b38-82cc-ea472ada6e29', -======= - token: 'bce25a51-52bd-4a2e-b7a7-c06f41ecb9c8', ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', -<<<<<<< HEAD - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - referer: 'http://localhost:5000/screen', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + -<<<<<<< HEAD - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< HEAD -2022-08-11 14:52:43.940 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:53:43.867 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:54:05.073 - error: [FS-ERRHD] -======= -2022-08-11 17:26:49.801 - error: [FS-ERRHD] ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, -<<<<<<< HEAD - url: 'http://10.8.30.157:9119/transportation/statistic?token=f8340d18-7bef-4b38-82cc-ea472ada6e29', -======= - url: 'http://10.8.30.157:9119/vehicle?token=bce25a51-52bd-4a2e-b7a7-c06f41ecb9c8', ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', -<<<<<<< HEAD - token: 'f8340d18-7bef-4b38-82cc-ea472ada6e29', -======= - token: 'bce25a51-52bd-4a2e-b7a7-c06f41ecb9c8', ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', -<<<<<<< HEAD - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' -======= - referer: 'http://localhost:5000/fillion/operational', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9' ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + -<<<<<<< HEAD - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + -======= - ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ->>>>>>> Stashed changes ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 - ' at ClientRequest.emit (events.js:314:20)\n' + - ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' -} -<<<<<<< HEAD -2022-08-11 14:54:34.648 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:55:18.595 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:55:32.898 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:56:04.889 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:56:18.640 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:56:31.567 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:57:07.992 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:58:30.183 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 14:58:33.760 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:01:16.023 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:04:44.817 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:05:07.176 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', - name: 'RequestError', - cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.157', - port: 9119 - }, - error: { '$ref': '$["cause"]' }, - options: { - jar: false, - url: 'http://10.8.30.157:9119/transportation/statistic?token=9b53ac48-3cfd-451c-b684-2a9162d4f064', - headers: { - host: '10.8.30.157:9119', - connection: 'keep-alive', - 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', - 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', - 'x-requested-with': 'XMLHttpRequest', - token: '9b53ac48-3cfd-451c-b684-2a9162d4f064', - 'sec-ch-ua-platform': '"Windows"', - expires: '-1', - accept: '*/*', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' - }, - encoding: null, - followRedirect: true, - method: 'GET', - body: '[object Object]', - simple: false, - resolveWithFullResponse: true, - callback: [Function: RP$callback], - transform: undefined, - transform2xxOnly: false - }, - response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + - ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + ' at Socket.emit (events.js:314:20)\n' + @@ -70581,94 +27711,46 @@ ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-08-11 15:06:23.163 - error: [FS-ERRHD] +2022-08-30 09:42:35.738 - error: [FS-ERRHD] { - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:07:40.372 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:08:27.305 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:09:59.726 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:14:55.792 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:15:17.388 - error: [FS-ERRHD] -{ - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', + message: 'Error: connect ECONNREFUSED 10.8.30.157:9118', name: 'RequestError', cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', address: '10.8.30.157', - port: 9119 + port: 9118 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.157:9119/manage/overspeed?token=9b53ac48-3cfd-451c-b684-2a9162d4f064', + url: 'http://10.8.30.157:9118/login', headers: { - host: '10.8.30.157:9119', + host: '10.8.30.157:9118', connection: 'keep-alive', + 'content-length': '55', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '9b53ac48-3cfd-451c-b684-2a9162d4f064', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', + referer: 'http://localhost:5000/signin', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -70676,13 +27758,13 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 10.8.30.157:9118\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + ' at Socket.emit (events.js:314:20)\n' + @@ -70690,457 +27772,36 @@ ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-08-11 15:15:46.993 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:16:04.057 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:16:37.437 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:18:00.599 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:18:16.593 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:20:20.978 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:21:43.164 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:23:25.019 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:23:29.764 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:23:33.178 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:24:05.749 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:24:23.906 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:27:58.169 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:28:01.400 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:29:02.723 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:29:10.322 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:29:28.582 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:29:59.346 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:31:19.489 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:32:26.813 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:32:43.202 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:33:02.855 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:33:16.690 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:34:09.693 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:34:48.476 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:35:07.568 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:35:19.450 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:39:02.405 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:39:40.512 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:39:53.316 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:40:45.847 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:41:09.777 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:41:34.263 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:41:51.204 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:42:06.459 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:42:20.582 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:42:59.577 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:43:35.482 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:43:51.134 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:44:07.476 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:44:21.551 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:44:29.677 - error: [FS-ERRHD] -{ - message: 'qndmn is not defined', - stack: 'ReferenceError: qndmn is not defined\n' + - ' at getApiRoot (F:\\Highways4Good\\web\\routes\\attachment\\index.js:24:40)\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at F:\\Highways4Good\\web\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (F:\\Highways4Good\\web\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)' -} -2022-08-11 15:44:30.175 - error: [FS-ERRHD] +2022-08-30 09:43:16.698 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', + message: 'Error: connect ECONNREFUSED 10.8.30.157:9118', name: 'RequestError', cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', address: '10.8.30.157', - port: 9119 + port: 9118 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.157:9119/manage/overspeed?token=9b53ac48-3cfd-451c-b684-2a9162d4f064', + url: 'http://10.8.30.157:9118/department', headers: { - host: '10.8.30.157:9119', + host: '10.8.30.157:9118', connection: 'keep-alive', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', - 'sec-ch-ua-mobile': '?0', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + expires: '-1', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '9b53ac48-3cfd-451c-b684-2a9162d4f064', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'sec-ch-ua-platform': '"Windows"', - expires: '-1', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', + referer: 'http://localhost:5000/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, @@ -71155,13 +27816,13 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 10.8.30.157:9118\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + ' at Socket.emit (events.js:314:20)\n' + @@ -71169,44 +27830,46 @@ ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } -2022-08-11 15:44:30.255 - error: [FS-ERRHD] +2022-08-30 09:43:18.105 - error: [FS-ERRHD] { - message: 'Error: connect ETIMEDOUT 10.8.30.157:9119', + message: 'Error: connect ECONNREFUSED 10.8.30.157:9118', name: 'RequestError', cause: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', syscall: 'connect', address: '10.8.30.157', - port: 9119 + port: 9118 }, error: { '$ref': '$["cause"]' }, options: { jar: false, - url: 'http://10.8.30.157:9119/manage/overspeed?token=9b53ac48-3cfd-451c-b684-2a9162d4f064', + url: 'http://10.8.30.157:9118/login', headers: { - host: '10.8.30.157:9119', + host: '10.8.30.157:9118', connection: 'keep-alive', + 'content-length': '55', 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'content-type': 'application/json', 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', 'x-requested-with': 'XMLHttpRequest', - token: '9b53ac48-3cfd-451c-b684-2a9162d4f064', 'sec-ch-ua-platform': '"Windows"', expires: '-1', accept: '*/*', + origin: 'http://localhost:5000', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', - referer: 'http://localhost:5000/screen/cockpit', + referer: 'http://localhost:5000/signin', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'zh-CN,zh;q=0.9,ja;q=0.8' }, encoding: null, followRedirect: true, - method: 'GET', - body: '[object Object]', + method: 'POST', + body: '{"username":"SuperAdmin","password":"123456","p":"456"}', simple: false, resolveWithFullResponse: true, callback: [Function: RP$callback], @@ -71214,13 +27877,13 @@ transform2xxOnly: false }, response: undefined, - stack: 'RequestError: Error: connect ETIMEDOUT 10.8.30.157:9119\n' + - ' at new RequestError (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + - ' at Request.plumbing.callback (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + - ' at Request.RP$callback [as _callback] (F:\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + - ' at self.callback (F:\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + stack: 'RequestError: Error: connect ECONNREFUSED 10.8.30.157:9118\n' + + ' at new RequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\4hao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + ' at Request.emit (events.js:314:20)\n' + - ' at Request.onRequestError (F:\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at Request.onRequestError (F:\\4hao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + ' at ClientRequest.emit (events.js:314:20)\n' + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + ' at Socket.emit (events.js:314:20)\n' + @@ -71228,6 +27891,7 @@ ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' } +<<<<<<< Updated upstream 2022-08-11 15:44:34.374 - error: [FS-ERRHD] { message: 'qndmn is not defined', @@ -72065,3 +28729,14 @@ } 2022-08-25 11:38:38.733 - debug: [FS-LOGGER] Init. 2022-08-25 11:38:38.811 - info: [Router] Inject api: attachment/index +======= +2022-08-30 09:43:54.957 - debug: [FS-LOGGER] Init. +2022-08-30 09:43:55.018 - info: [Router] Inject api: attachment/index +>>>>>>> Stashed changes +<<<<<<< Updated upstream +2022-08-31 10:47:49.318 - debug: [FS-LOGGER] Init. +2022-08-31 10:47:49.638 - info: [Router] Inject api: attachment/index +2022-08-31 10:52:02.087 - debug: [FS-LOGGER] Init. +2022-08-31 10:52:02.148 - info: [Router] Inject api: attachment/index +======= +>>>>>>> Stashed changes diff --git a/web/package.json b/web/package.json index 7cd3d607..5f4f3de9 100644 --- a/web/package.json +++ b/web/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "mocha", "start": "cross-env NODE_ENV=development npm run start-params", - "start-params": "node server -p 5000 -u http://localhost:14000 --qndmn http://rfkimpwbb.hn-bkt.clouddn.com", + "start-params": "node server -p 5000 -u http://localhost:14000 --qndmn http://rfkimpwbb.hn-bkt.clouddn.com", "deploy": "export NODE_ENV=production&&npm run color && npm run build && node server", "build-dev": "export NODE_ENV=development&&webpack --config webpack.config.js", "build": "export NODE_ENV=production&&webpack --config webpack.config.prod.js", From f3575cb8cd0810345b4d7447c5348a6fbdebcd31 Mon Sep 17 00:00:00 2001 From: wangyue Date: Wed, 31 Aug 2022 20:59:45 +0800 Subject: [PATCH 07/23] aaa --- t --hard | 76 + .../fillion/components/highways/guanli.js | 291 + .../footer/conserve/action/index.js | 10 + .../containers/footer/conserve/index.js | 34 +- .../quanju/containers/footer/conserve/left.js | 4 +- .../footer/conserve/left/left-center.js | 202 +- .../containers/footer/conserve/left/lun.less | 7 + .../containers/footer/conserve/left/lunbo.js | 193 + .../footer/conserve/left/lunbozujian.js | 309 + .../footer/conserve/left/shituzujian.js | 98 + .../containers/footer/conserve/left/zhexin.js | 272 + .../containers/footer/conserve/left/zidong.js | 139 + .../quanju/containers/footer/index.js | 2 +- .../footer/leadership/centerleft/huadong.js | 184 + .../footer/leadership/centerleft/left.less | 98 + web/client/src/utils/webapi.js | 2 + web/package-lock.json | 15319 +++++++++++++++- 17 files changed, 16887 insertions(+), 353 deletions(-) create mode 100644 t --hard create mode 100644 web/client/src/sections/fillion/components/highways/guanli.js create mode 100644 web/client/src/sections/quanju/containers/footer/conserve/left/lun.less create mode 100644 web/client/src/sections/quanju/containers/footer/conserve/left/lunbo.js create mode 100644 web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js create mode 100644 web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js create mode 100644 web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js create mode 100644 web/client/src/sections/quanju/containers/footer/conserve/left/zidong.js create mode 100644 web/client/src/sections/quanju/containers/footer/leadership/centerleft/huadong.js create mode 100644 web/client/src/sections/quanju/containers/footer/leadership/centerleft/left.less diff --git a/t --hard b/t --hard new file mode 100644 index 00000000..fe0f68f5 --- /dev/null +++ b/t --hard @@ -0,0 +1,76 @@ +2adac9cb (HEAD -> dev) HEAD@{0}: reset: moving to HEAD^^^ +e5135673 (origin/dev_backup) HEAD@{1}: reset: moving to HEAD^^ +020d4eda (origin/dev) HEAD@{2}: reset: moving to HEAD +020d4eda (origin/dev) HEAD@{3}: reset: moving to HEAD +020d4eda (origin/dev) HEAD@{4}: commit: 12151 +d13b52a9 HEAD@{5}: reset: moving to HEAD +d13b52a9 HEAD@{6}: pull --tags origin dev: Fast-forward +2d649d8e HEAD@{9}: pull --tags origin dev: Merge made by the 'ort' strategy. +1a9dd433 HEAD@{10}: commit: 清除log +a9d12cd8 HEAD@{11}: pull --tags origin dev: Merge made by the 'ort' strategy. +8573588e HEAD@{12}: commit: 五分钟刷新 +39b8e12b HEAD@{13}: pull --tags origin dev: Fast-forward +6aba4d7a HEAD@{14}: pull --tags origin dev: Merge made by the 'ort' strategy. +2e6dc29a HEAD@{15}: commit: 提交 +283a16ae HEAD@{16}: pull --tags origin dev: Merge made by the 'ort' strategy. +590ec5dd HEAD@{17}: commit: 提交 +8eb418ae HEAD@{19}: commit: 日期去掉了日,加上了百分号 +bf01c153 HEAD@{20}: commit: 提交 +76ad089b HEAD@{21}: pull --tags origin dev: Merge made by the 'ort' strategy. +45f58fda HEAD@{22}: commit: 代码提交 +d9079d38 HEAD@{23}: commit: 提交日期处理 +8e0048ac HEAD@{24}: pull --tags origin dev: Fast-forward +c1607d94 HEAD@{25}: pull --tags origin dev: Fast-forward +670dcf18 HEAD@{26}: pull --tags origin dev: Merge made by the 'ort' strategy. +ec02aeb9 HEAD@{27}: commit: nan优化 +974e3c67 HEAD@{28}: commit: 换成定位了 +a61dc4e9 HEAD@{29}: pull --tags origin dev: Fast-forward +d77627f9 HEAD@{30}: pull --tags origin dev: Merge made by the 'ort' strategy. +01ef6b5a HEAD@{31}: commit: 柱体问题解决 +e9424d3e HEAD@{32}: pull --tags origin dev: Merge made by the 'ort' strategy. +c276432d HEAD@{33}: commit: 样式和颜色提交 +45c415e6 (origin/release_0.0.4) HEAD@{34}: pull --tags origin dev: Fast-forward +79723f61 HEAD@{35}: commit: 线条 +9c81764c HEAD@{36}: pull --tags origin dev: Merge made by the 'ort' strategy. +3f398ea2 HEAD@{37}: commit: 提交bug +502b068d HEAD@{38}: pull --tags origin dev: Merge made by the 'ort' strategy. +7a5b8b64 HEAD@{39}: commit: 提交 +aeff1fe5 HEAD@{40}: commit: 路由修改 +11da9451 HEAD@{41}: pull --tags origin dev: Merge made by the 'ort' strategy. +ed7ab5a8 HEAD@{42}: commit: 完成 +06063067 HEAD@{43}: pull --tags origin dev: Merge made by the 'ort' strategy. +755a333f HEAD@{44}: commit: 接口调用 +2b153823 HEAD@{45}: pull --tags origin dev: Merge made by the 'ort' strategy. +f0558530 HEAD@{46}: commit: 路政统计 +50eb042e HEAD@{47}: pull --tags origin dev: Merge made by the 'ort' strategy. +a1dfeddb HEAD@{48}: commit: 提交鼠标移出事件 +5469d9df HEAD@{49}: commit (merge): Merge branch 'dev' of https://gitea.anxinyun.cn/gao.zhiyuan/Highways4Good into dev +49a0b5d7 HEAD@{50}: commit: 提交 +11279671 HEAD@{51}: commit: 提交领导驾驶舱 +3919e2c3 HEAD@{52}: pull --tags origin dev: Merge made by the 'ort' strategy. +b9302fdf HEAD@{53}: commit: 提交代码 +79328f49 HEAD@{54}: commit (merge): Merge branch 'dev' of https://gitea.anxinyun.cn/gao.zhiyuan/Highways4Good into dev +c6a3b352 HEAD@{55}: commit: 提交样式 +14ed5747 HEAD@{56}: pull --tags origin dev: Fast-forward +80e11974 HEAD@{57}: pull --tags origin dev: Merge made by the 'ort' strategy. +a561e62b HEAD@{58}: commit (merge): Merge branch 'dev' of https://gitea.anxinyun.cn/gao.zhiyuan/Highways4Good into dev +163ce6c1 HEAD@{59}: commit: 提交left.less的更改 +4de26fc7 HEAD@{60}: pull: Fast-forward +4a1ae175 HEAD@{61}: pull --tags origin dev: Fast-forward +e7a01d52 HEAD@{62}: commit (merge): Merge branch 'dev' of https://gitea.anxinyun.cn/gao.zhiyuan/Highways4Good into dev +c7e7cd4c HEAD@{63}: commit: 提交领导驾驶舱 +fc3f2a92 HEAD@{64}: commit (merge): Merge branch 'dev' of https://gitea.anxinyun.cn/gao.zhiyuan/Highways4Good into dev +f166aa29 HEAD@{65}: commit: 领导驾驶舱提交代码 +e6030bcf HEAD@{66}: commit: 上传 +b299cd97 HEAD@{67}: pull --tags origin dev: Merge made by the 'ort' strategy. +69e7f3b6 HEAD@{68}: commit: 删除冗余,提交 +a74afb8f HEAD@{69}: commit: 文件 +68c13e99 HEAD@{70}: commit: 文件上传 +dacf49b4 HEAD@{71}: commit: 文件上传 +1190cc0d HEAD@{72}: commit (merge): Merge branch 'dev' of https://gitea.anxinyun.cn/gao.zhiyuan/Highways4Good into dev +0c57a227 HEAD@{73}: commit: 头部样式完成 +8ab4f5f2 HEAD@{74}: pull --tags origin dev: Merge made by the 'ort' strategy. +50714cbf HEAD@{75}: commit: 公共组件图标样式修改 +34413ac0 HEAD@{76}: commit: test +eee5aedf HEAD@{77}: commit: test +cbdfefa3 (master) HEAD@{79}: clone: from https://gitea.anxinyun.cn/gao.zhiyuan/Highways4Good.git diff --git a/web/client/src/sections/fillion/components/highways/guanli.js b/web/client/src/sections/fillion/components/highways/guanli.js new file mode 100644 index 00000000..21e54ef6 --- /dev/null +++ b/web/client/src/sections/fillion/components/highways/guanli.js @@ -0,0 +1,291 @@ +import React, { useEffect, useState } from 'react'; +import { connect } from 'react-redux'; +import { Form, Spin, Table } from 'antd'; +import { ModalForm, ProForm, ProFormText, ProFormSelect } from '@ant-design/pro-form'; +import { putOperaTional, putHighways } from "../../actions/infor" +import _ from 'lodash' + +const Guanli = (props) => { + const { visible, onVisibleChange, typecard, rewkeys, recortd, dispatch, setRecortd, setDelet } = props + const [success, setSuccess] = useState() + + useEffect(() => { + return () => { + setRecortd() + } + }, [setRecortd]) + // console.log(recortd) + return ( + + {/* { + newlysay ? */} + { + if (rewkeys === 'passenger') { + setDelet(values) + const query = { ...values, id: recortd?.id } + dispatch(putOperaTional(query)).then((res) => { + setSuccess(res.success) + }) + return true + } + if (rewkeys === 'highways') { + setDelet(values) + const query = { ...values, id: recortd?.id } + dispatch(putHighways(query)).then((res) => { + setSuccess(res.success) + }) + return true + + } + + }} + initialValues={recortd} + > + {typecard == 'compile' ? + + + { + // return event.target.value.replace(/\D/g,'') + // } + ]} + + /> + { + // return event.target.value.replace(/\D/g,'') + // } + ]} + + /> + + + : + { + // return event.target.value.replace(/\D/g,'') + // } + ]} + + />{ + // return event.target.value.replace(/\D/g,'') + // } + ]} + + />{ + // return event.target.value.replace(/\D/g,'') + // } + ]} + + />{ + // return event.target.value.replace(/\D/g,'') + // } + ]} + + />{ + // return event.target.value.replace(/\D/g,'') + // } + ]} + + />{ + // return event.target.value.replace(/\D/g,'') + // } + ]} + + />{ + // return event.target.value.replace(/\D/g,'') + // } + ]} + + />{ + // return event.target.value.replace(/\D/g,'') + // } + ]} + + />{ + // return event.target.value.replace(/\D/g,'') + // } + ]} + + /> + } + + + {/* : '' + } */} + + + ) +} +function mapStateToProps(state) { + const { depMessage } = state; + const pakData = (dep) => { + return dep.map((d) => { + return { + title: d.name, + value: d.id, + children: pakData(d.subordinate) + } + }) + } + let depData = pakData(depMessage.data || []) + return { + loading: depMessage.isRequesting, + depData, + }; +} +export default connect(mapStateToProps)(Guanli); \ No newline at end of file diff --git a/web/client/src/sections/quanju/containers/footer/conserve/action/index.js b/web/client/src/sections/quanju/containers/footer/conserve/action/index.js index aca6e2bc..2827f9bf 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/action/index.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/action/index.js @@ -25,3 +25,13 @@ export function getRoadMaintenances() { reducer: { name: 'RoadMaintenances' } }); } +export function getxiuyang() { + return dispatch => basicAction({ + type: 'get', + dispatch: dispatch, + actionType: 'GET_XIUYANG', + url: ApiTable.getXiuyang, + msg: { error: '获取信息失败' }, + reducer: { name: 'xiuyang' } + }); +} \ No newline at end of file diff --git a/web/client/src/sections/quanju/containers/footer/conserve/index.js b/web/client/src/sections/quanju/containers/footer/conserve/index.js index 105995f2..47b8add1 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/index.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/index.js @@ -2,15 +2,17 @@ import React, { useEffect, useState } from 'react' import Left from './left' import Right from './right' import { connect } from 'react-redux' +import moment from 'moment'; import { getdaolutongji } from '../../../actions/example' -import { getHighways, getRoadMaintenances } from './action' +import { getHighways, getRoadMaintenances, getxiuyang } from './action' const Conserve = (props) => { - const [roadData, setRoadData] = useState() const [highwaysData, setHighwaysData] = useState() const [roadMaintenances, setRoadMaintenances] = useState() + const [data, setData] = useState() + const [shuju, setShuju] = useState() const [loading, setLoading] = useState(true) const { dispatch } = props @@ -19,19 +21,33 @@ const Conserve = (props) => { setLoading(false) setRoadData(res.payload.data || {}) }) - dispatch(getHighways()).then(res =>{ + dispatch(getHighways()).then(res => { setHighwaysData(res.payload.data || []) }) - dispatch(getRoadMaintenances()).then(res =>{ + dispatch(getRoadMaintenances()).then(res => { setRoadMaintenances(res.payload.data || []) }) + dispatch(getxiuyang()).then(res => { + console.log(res); + // let obj = {}; + setData(res.payload.data.filter(item => { + if (moment(item.maintenanceDate).format("MM") == (new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth())) { + return item + } + })) + setShuju(res.payload.data.filter(item => { + if ((new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth()) - 6 < moment(item.maintenanceDate).format("MM") && moment(item.maintenanceDate).format("MM") <= (new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth())) { + return item + } + })) + }) }, []) - + console.log(shuju); return ( -
    - - -
    +
    + + +
    ) } function mapStateToProps(state) { diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left.js b/web/client/src/sections/quanju/containers/footer/conserve/left.js index dfc40a1a..c4ce633f 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left.js @@ -4,11 +4,11 @@ import LeftCenter from './left/left-center' import LeftTop from './left/left-top' const Left = (props) => { - const { roadData, loading } = props + const { roadData, loading, data, shuju } = props return (
    - +
    ) diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js index c76911e2..89c35551 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js @@ -8,209 +8,11 @@ import PieChart from "./shituzujian" import Lunbo from './lunbo'; const LeftCenter = (props) => { + const { data, shuju } = props const style = { height: "31%", marginTop: "3%" } // const chartRef = useState(); // const { roadData } = props const [flag, setFlag] = useState(true) - // const [fles, setFles] = useState(true) - // console.log(roadData); - // useEffect(() => { - // let chartInstance = echarts.init(chartRef.current); - // let colorArray = [ - // { - // top: "#07B9FE", - // bottom: "#10274B", - // }, - // { - // top: "#1978E5", - // bottom: " #10274B", - // }, - // { - // top: "#1978E5", - // bottom: "#10274B", - // }, - // ]; - // // let xData = (function () { - // // var data = []; - // // for (var i = 1; i < 13; i++) { - // // data.push(i + "月份"); - // // } - // // return data; - // // })(); - // const option = { - // // backgroundColor: "#344b58", - // title: { - // x: "4%", - - // textStyle: { - // color: "#fff", - // fontSize: "22", - // }, - // subtextStyle: { - // color: "#90979c", - // fontSize: "16", - // }, - // }, - // tooltip: { - // trigger: "axis", - // axisPointer: { - // type: "shadow", - // textStyle: { - // color: "#fff", - // }, - // }, - // formatter: function (params) { //在此处直接用 formatter 属性 - // // console.log(params) // 打印数据 - // var showdata = params[0]; - // // 根据自己的需求返回数据 - // return ` - //
    时间:12452
    - //
    数据:12121次/分
    - // ` - // } - // }, - // grid: { - // borderWidth: 0, - // top: 50, - // bottom: 20, - // right: 20, - // left: 60, - // textStyle: { - // color: "#fff", - // }, - // }, - // legend: { - // x: "60%", - // top: "5%", - // textStyle: { - // color: "#90979c", - // }, - // show: false, - // // data: ["女", "男", "平均"], - // }, - // calculable: true, - // xAxis: [ - // { - // type: "category", - // axisLine: { - // lineStyle: { - // color: "rgba(216,240,255,0.8)", - // }, - // }, - // splitLine: { - // show: false, - // }, - // axisTick: { - // show: false, - // }, - // splitArea: { - // show: false, - // }, - // axisLabel: { - // interval: 0, - // }, - // data: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], - // }, - // ], - // yAxis: [ - // { - // type: "value", - // splitLine: { - // show: true, - // lineStyle: { - // color: "rgba(176,215,255,0.2500)", - // type: "dashed", - // }, - // }, - // axisLine: { - // lineStyle: { - // color: "rgba(216,240,255,0.800)", - // }, - // }, - // axisTick: { - // show: false, - // }, - // axisLabel: { - // interval: 0, - // }, - // splitArea: { - // show: false, - // }, - // }, - // ], - // series: [ - // { - // name: "男", - // type: "bar", - // stack: "总量", - // itemStyle: { - // normal: { - // color: { - // type: "linear", - // x: 0, - // y: 0, - // x2: 0, - // y2: 1, - // colorStops: [ - // { - // offset: 0, - // color: "rgba(0,213,255)", // 0% 处的颜色 - // }, - // { - // offset: 1, - // color: "rgba(0,213,255,0.2)", // 100% 处的颜色 - // }, - // ], - // global: false, // 缺省为 false - // }, - // barBorderRadius: 0, - // }, - // }, - // data: [ - // 1036, 3693, 2962, 3810, 2519, 1915, 1748, 4675, 6209, 4323, 2865, 4298, - // ], - // }, - // { - // name: "总数", - // type: "line", - // symbolSize: 10, - // symbol: "circle", - // itemStyle: { - // normal: { - // color: "#1978E5", - // barBorderRadius: 0, - // label: { - // show: true, - // position: "top", - // textStyle: { - // color: "#D8F0FF", - // }, - // formatter: function (p) { - // return p.value > 0 ? p.value : ""; - // }, - // }, - // }, - // }, - // lineStyle: { - // normal: { - // width: 2, - // color: "#1978E5", - // }, - // }, - // data: flag ? [ - // 1036, 3693, 2962, 3810, 2519, 1915, 1748, 4675, 6209, 4323, 2865, 4298, - // ] : "", - // }, - // ], - // }; - // chartInstance.setOption(option); - // window.addEventListener('resize', () => { - // if (chartInstance) { - // chartInstance.resize() - // } - // }) - // }, [flag]); - return ( <> @@ -236,7 +38,7 @@ const LeftCenter = (props) => { {/*
    */} {/* */} { - flag ? : + flag ? : }
    diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/lun.less b/web/client/src/sections/quanju/containers/footer/conserve/left/lun.less new file mode 100644 index 00000000..172852fa --- /dev/null +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/lun.less @@ -0,0 +1,7 @@ +.dian{ + // width: 9.09%; + height: 100%; + + // background-color: pink; + float: left; +} \ No newline at end of file diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/lunbo.js b/web/client/src/sections/quanju/containers/footer/conserve/left/lunbo.js new file mode 100644 index 00000000..f71a6c90 --- /dev/null +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/lunbo.js @@ -0,0 +1,193 @@ +import React, { useEffect, useRef, useState } from 'react'; +import Module from '../../../public/module' +import * as echarts from 'echarts'; +import { Badge, Spin } from 'antd'; +import Leftbottom from "./lunbozujian" +import PieChart from "./shituzujian" +import Lun from "./zidong" +import { back } from 'koa-convert'; +import "./lun.less" +import { getxiugai } from "../action/index" + +const Lunbo = (props) => { + const { data } = props + const style = { height: "31%", marginTop: "3%" } + const [list, setList] = useState([]) + const [num, setNum] = useState({ value: 0 }) + const [falg, setFalg] = useState(2) + const [state, setState] = useState([ + { value: data ? data[0].roadLengthCounty || 0 : 0, name: "县道" }, + { value: data ? data[0].roadLengthTownship || 0 : 0, name: "乡道" }, + { value: data ? data[0].roadLengthVillage || 0 : 0, name: "村道" } + ]) + const [mon, setMon] = useState([ + { value: data ? data[0].roadCostCounty || 0 : 0, name: "县费用" }, + { value: data ? data[0].roadCostTownship || 0 : 0, name: "乡费用" }, + { value: data ? data[0].roadCostVillage || 0 : 0, name: "村费用" } + ]) + const [lenght, setLenght] = useState(data ? data.length : "") + // useEffect(() => { + // dispatch(getxiugai()).then((res) => { + // console.log(res); + // }) + // }, []) + console.log(data ? data : ""); + const ref = useRef() + const renderBody = (num) => { + // data.map((item, index) => { + // switch (num) { + // case 1: + // setState([ + // { value: 335, name: "直达" }, + // { value: 679, name: "营销广告" }, + // { value: 1548, name: "搜索引擎" }, + // ]) + // break + // case 2: + // setState([ + // { value: 100, name: "直达" }, + // { value: 1000, name: "营销广告" }, + // { value: 20, name: "搜索引擎" }, + // ]) + // break + // case 3: + // setState([ + // { value: 200, name: "直达" }, + // { value: 100, name: "营销广告" }, + // { value: 20, name: "搜索引擎" }, + // ]) + // break + // case 4: + // setState([ + // { value: 3, name: "直达" }, + // { value: 50, name: "营销广告" }, + // { value: 20, name: "搜索引擎" }, + // ]) + // break + // case 5: + // setState([ + // { value: 888, name: "直达" }, + // { value: 6, name: "营销广告" }, + // { value: 20, name: "搜索引擎" }, + // ]) + // break + // case 6: + // setState([ + // { value: 123, name: "直达" }, + // { value: 596, name: "营销广告" }, + // { value: 20, name: "搜索引擎" }, + // ]) + // break + // case 7: + // setState([ + // { value: 100, name: "直达" }, + // { value: 36, name: "营销广告" }, + // { value: 0, name: "搜索引擎" }, + // ]) + // break + // case 8: + // setState([ + // { value: 100, name: "直达" }, + // { value: 5693, name: "营销广告" }, + // { value: 20, name: "搜索引擎" }, + // ]) + // break + // case 9: + // setState([ + // { value: 3, name: "直达" }, + // { value: 753, name: "营销广告" }, + // { value: 20, name: "搜索引擎" }, + // ]) + // break + // case 10: + // setState([ + // { value: 121212, name: "直达" }, + // { value: 23, name: "营销广告" }, + // { value: 20, name: "搜索引擎" }, + // ]) + // break + // case 11: + // setState([ + // { value: 2563, name: "直达" }, + // { value: 2, name: "营销广告" }, + // { value: 20, name: "搜索引擎" }, + // ]) + // break + // default: + // break + // } + setState([{ value: data ? data[num].roadLengthCounty || 0 : 0, name: "县道" }, { value: data ? data[num].roadLengthTownship || 0 : 0, name: "乡道" }, { value: data ? data[num].roadLengthVillage || 0 : 0, name: "村道" }]) + setMon([ + { value: data ? data[num].roadCostCounty || 0 : 0, name: "县费用" }, + { value: data ? data[num].roadCostTownship || 0 : 0, name: "乡费用" }, + { value: data ? data[num].roadCostVillage || 0 : 0, name: "村费用" } + ]) + } + // console.log("shuju", data, data?.length); + const timerStart = () => { + clearTimer() + ref.current = setTimeout(() => { + let n_num = { value: num.value + 1 } + if (num.value >= (data?.length - 1)) { + setNum({ value: 1 }) + renderBody(1) + } else { + if (num.value == 1) { + renderBody(2) + } else { + renderBody(num.value + 1) + } + setNum(n_num) + console.log(num); + } + console.log(n_num); + console.log(num); + // renderBody(num.value) + }, 5000) + } + const dianji = (num) => { + renderBody(num) + } + useEffect(() => { + renderBody(0) + timerStart() + return () => { + clearTimer() + } + }, [num]) + // renderBody(num.value) + + + const clearTimer = () => { + if (ref.current) { + clearTimeout(ref.current) + ref.current = null + } + + } + console.log(num.value); + return ( +
    +
    + +
    + { + data ? data.map((item, index) => { + return
    { + setNum({ value: index }) + dianji(index) + }}>
    + }) : "" + } +
    +
    + ) +} +export default Lunbo \ No newline at end of file diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js b/web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js new file mode 100644 index 00000000..955d245d --- /dev/null +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js @@ -0,0 +1,309 @@ +import React, { useState, useEffect } from 'react' +import Module from '../../../public/module' +import { Spin } from 'antd' +import Lun from "../../leadership/right/lunbo" +import "../../leadership/right/left.less" +import { getZhichaolist } from "../../../../actions/example" + +const Lefttbottom = (props) => { + // const { dispatch } = props + const style = { height: "28%", marginTop: "4%" } + const [beijing, setBeijing] = useState() + const [list, setList] = useState([{ + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "207.829", + xiang: "207.829", + xian: "207.829", + qiao: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "207.829", + xiang: "207.829", + xian: "207.829", + qiao: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "207.829", + xiang: "207.829", + xian: "207.829", + qiao: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "207.829", + xiang: "207.829", + xian: "207.829", + qiao: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "207.829", + xiang: "207.829", + xian: "207.829", + qiao: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "207.829", + xiang: "207.829", + xian: "207.829", + qiao: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "207.829", + xiang: "207.829", + xian: "207.829", + qiao: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "207.829", + xiang: "207.829", + xian: "207.829", + qiao: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "207.829", + xiang: "207.829", + xian: "207.829", + qiao: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "207.829", + xiang: "207.829", + xian: "207.829", + qiao: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "207.829", + xiang: "207.829", + xian: "207.829", + qiao: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "207.829", + xiang: "207.829", + xian: "207.829", + qiao: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "207.829", + xiang: "207.829", + xian: "207.829", + qiao: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "207.829", + xiang: "207.829", + xian: "207.829", + qiao: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + }, { + deductPoints: "12", + fine: "2000", + id: 50364, + licensePlate: "苏L12345", + nameOfInspectionPoint: "才华无限", + overrunRate: 100, + processingTime: "2022.7.30", + testTime: "2022-07-29T00:00:00.000Z", + cun: "207.829", + xiang: "207.829", + xian: "207.829", + qiao: "12", + danwei: "蟹堡王章鱼哥海绵宝宝派大星" + },]) + const [rightDatas, setrightDatas] = useState([]) + const [nums, setNums] = useState([]) + const [num, setNum] = useState() + // const requestRightDatas = async () => { + // const res = await dispatch(getZhichaolist()) + // var pattern = /[\u4e00-\u9fa5]*/; + // let d = res.payload.data?.overSpeedList?.filter((item, index) => { + // return /.*[\u4e00-\u9fa5_a-zA-Z]+.*$/.test(item.processingTime) == false + // }) + // console.log(res); + // d.map((item, index) => { + // if (parseInt(item.processingTime.match(/([^.]*)$/)[0]) < 10) { + // return item.processingTime = `${(item.processingTime.match(/^([^.]*)(.[^.]*)/)[0])}.0${parseInt(item.processingTime.match(/([^.]*)$/)[0])}` + // } + // }) + // d.sort((a, b) => b.processingTime.localeCompare(a.processingTime)) + // // setrightDatas(res.payload.data) + // setList(d) + // } + // useEffect(() => { + // const zhichaolist = dispatch(getZhichaolist()).then((res) => { + // setNums(res.payload?.data?.processed) + + // }) + // requestRightDatas() + // }, []) + console.log(list); + const renderBody = () => { + return ( +
    + {list?.map((item, index) => { + return
  • { + setBeijing(index) + setNum(index) + }} onMouseLeave={() => { + setBeijing() + setNum() + }}> + {beijing == index ? : ""} +
    {item.danwei}
    +
    {item.xian}
    +
    {item.xiang}
    +
    {item.cun}
    +
    {item.qiao}
    + {/* { + num == index ?
    + +
    + +

    {item.overrunRate ? item.overrunRate + "%" : "--"}

    +

    超限

    +
    +
    +

    车牌号{item.danwei}

    +

    检测点{item.xian}

    +

    处罚{item.xiang}

    +

    日期{item.cun}

    +

    日期{item.qiao}

    +
    +
    : "" + } */} +
  • + }) + + } +
    + ) + } + return ( + <> +
    +

    管养责任单位

    +

    县道(km)

    +

    乡道(km)

    +

    村道(km)

    +

    桥梁(座)

    +
    + + + ) +} +export default Lefttbottom \ No newline at end of file diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js b/web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js new file mode 100644 index 00000000..4145052f --- /dev/null +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js @@ -0,0 +1,98 @@ +import React from 'react' +import { useEffect, useRef } from 'react'; +import * as echarts from 'echarts'; + +const PieChart = (props) => { + const { width, height, data, colorList, underColorList, total, text, textLeft, numLeft, state, num, mon } = props + const chartRef = useRef(null); + let name = [], emptyName = [] + + useEffect(() => { + let chartInstance = echarts.init(chartRef.current); + const option = { + tooltip: { + trigger: "item", + formatter: "{a}
    {b}: {c} ({d}%)", + }, + legend: { + orient: "vertical", + right: "1%", + bottom: "15%", + // width: "260px", + formatter: [ + '{a|{name}}' + ].join('\n'), + textStyle: { + rich: { + a: { + width: 55, + fontSize: 12, + lineHeight: 12 + } + }, + }, + } + , + series: [ + { + name: "访问来源", + type: "pie", + // selectedMode: "single", + radius: [0, "40%"], + center: ['30%', '50%'], + label: { + normal: { + position: "inner", + }, + }, + labelLine: { + normal: { + show: false, + }, + }, + data: state || 0, + }, + { + name: "访问来源", + type: "pie", + radius: ["50%", "75%"], + center: ['30%', '50%'], + avoidLabelOverlap: false, + data: mon || 0, + label: { + normal: { + formatter: "{b}:{c}" + "\n\r" + "({d}%)", + show: false, + position: "left", + }, + emphasis: { + show: false, + textStyle: { + fontSize: "30", + fontWeight: "bold", + }, + }, + }, + labelLine: { + normal: { + show: false, + }, + }, + }, + ], + }; + chartInstance.setOption(option); + window.addEventListener('resize', () => { + if (chartInstance) { + chartInstance.resize() + } + }) + }, [num]) + return ( +
    +
    +
    + + ) +} +export default PieChart \ No newline at end of file diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js b/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js new file mode 100644 index 00000000..8a8cfa21 --- /dev/null +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js @@ -0,0 +1,272 @@ +import React from 'react' +import { useEffect, useRef, useState } from 'react'; +import * as echarts from 'echarts'; +import { Col, Row } from 'antd' +import moment from 'moment'; + + +const ZheXian = (props) => { + const style = { height: "31%", marginTop: "3%" } + const chartRef = useState(); + const { roadData, shuju } = props + const [flag, setFlag] = useState(true) + const [fles, setFles] = useState(true) + const [one, setOne] = useState() + const [two, setTwo] = useState() + const [san, setSan] = useState() + const [si, setSi] = useState() + const [five, setFive] = useState() + const [six, setSix] = useState() + + useEffect(() => { + setOne(shuju?.filter(item => { + if (new Date().getMonth() - 5 == moment(item.maintenanceDate).format("MM")) { + return item + } + })) + setTwo(shuju?.filter(item => { + if (new Date().getMonth() - 4 == moment(item.maintenanceDate).format("MM")) { + return item + } + })) + setSan(shuju?.filter(item => { + if (new Date().getMonth() - 3 == moment(item.maintenanceDate).format("MM")) { + return item + } + })) + setSi(shuju?.filter(item => { + if (new Date().getMonth() - 2 == moment(item.maintenanceDate).format("MM")) { + return item + } + })) + setFive(shuju?.filter(item => { + if (new Date().getMonth() - 1 == moment(item.maintenanceDate).format("MM")) { + return item + } + })) + setSix(shuju?.filter(item => { + if (new Date().getMonth() == moment(item.maintenanceDate).format("MM")) { + return item + } + })) + }, [shuju]) + useEffect(() => { + let chartInstance = echarts.init(chartRef.current); + // let colorArray = [ + // { + // top: "#07B9FE", + // bottom: "#10274B", + // }, + // { + // top: "#1978E5", + // bottom: " #10274B", + // }, + // { + // top: "#1978E5", + // bottom: "#10274B", + // }, + // ]; + // let xData = (function () { + // var data = []; + // for (var i = 1; i < 13; i++) { + // data.push(i + "月份"); + // } + // return data; + // })(); + const option = { + // backgroundColor: "#344b58", + title: { + x: "4%", + + textStyle: { + color: "#fff", + fontSize: "22", + }, + subtextStyle: { + color: "#90979c", + fontSize: "16", + }, + }, + tooltip: { + trigger: "axis", + axisPointer: { + type: "shadow", + textStyle: { + color: "#fff", + }, + }, + formatter: function (params) { //在此处直接用 formatter 属性 + // console.log(params) // 打印数据 + var showdata = params[0]; + // 根据自己的需求返回数据 + return ` +
    时间:12452
    +
    数据:12121次/分
    + ` + } + }, + grid: { + borderWidth: 0, + top: 50, + bottom: 20, + right: 20, + left: 60, + textStyle: { + color: "#fff", + }, + }, + legend: { + x: "60%", + top: "5%", + textStyle: { + color: "#90979c", + }, + show: false, + // data: ["女", "男", "平均"], + }, + calculable: true, + xAxis: [ + { + type: "category", + axisLine: { + lineStyle: { + color: "rgba(216,240,255,0.8)", + }, + }, + splitLine: { + show: false, + }, + axisTick: { + show: false, + }, + splitArea: { + show: false, + }, + axisLabel: { + interval: 0, + }, + data: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], + }, + ], + yAxis: [ + { + type: "value", + splitLine: { + show: true, + lineStyle: { + color: "rgba(176,215,255,0.2500)", + type: "dashed", + }, + }, + axisLine: { + lineStyle: { + color: "rgba(216,240,255,0.800)", + }, + }, + axisTick: { + show: false, + }, + axisLabel: { + interval: 0, + }, + splitArea: { + show: false, + }, + }, + ], + series: [ + { + name: "男", + type: "bar", + stack: "总量", + itemStyle: { + normal: { + color: { + type: "linear", + x: 0, + y: 0, + x2: 0, + y2: 1, + colorStops: [ + { + offset: 0, + color: "rgba(0,213,255)", // 0% 处的颜色 + }, + { + offset: 1, + color: "rgba(0,213,255,0.2)", // 100% 处的颜色 + }, + ], + global: false, // 缺省为 false + }, + barBorderRadius: 0, + }, + }, + data: [ + 1036, 3693, 2962, 3810, 2519, 1915, 1748, 4675, 6209, 4323, 2865, 4298, + ], + }, + { + name: "总数", + type: "line", + symbolSize: 10, + symbol: "circle", + itemStyle: { + normal: { + color: "#1978E5", + barBorderRadius: 0, + label: { + show: true, + position: "top", + textStyle: { + color: "#D8F0FF", + }, + formatter: function (p) { + return p.value > 0 ? p.value : ""; + }, + }, + }, + }, + lineStyle: { + normal: { + width: 2, + color: "#1978E5", + }, + }, + data: flag ? [ + 1036, 3693, 2962, 3810, 2519, 1915, 1748, 4675, 6209, 4323, 2865, 4298, + ] : "", + }, + ], + }; + chartInstance.setOption(option); + window.addEventListener('resize', () => { + if (chartInstance) { + chartInstance.resize() + } + }) + }, [flag]); + console.log(one, "fdskafdlafl"); + console.log(two, "fdskafdlafl"); + console.log(san, "fdskafdlafl"); + console.log(si, "fdskafdlafl"); + console.log(five, "fdskafdlafl"); + console.log(six, "fdskafdlafl"); + return ( +
    +
    { + setFlag(!flag) + console.log(flag); + }} */ style={{ position: "absolute", top: "41%", left: "80%", width: "72px", height: "20px", backgroundColor: "rgba(216,240,255,0.1000)", float: "right", textAlign: "center", zIndex: 100, marginRight: "4%", borderLeft: "solid 2px #6E7A83" }} > + +

    修建

    +
    { + setFlag(false) + }} */style={{ position: "absolute", width: "72px", left: "55%", top: "41%", height: "20px", backgroundColor: "rgba(216,240,255,0.1000)", float: "right", textAlign: "center", marginRight: "4%", borderLeft: "solid 2px #6E7A83" }}> + +

    改建

    +
    +
    + ) +} +export default ZheXian \ No newline at end of file diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/zidong.js b/web/client/src/sections/quanju/containers/footer/conserve/left/zidong.js new file mode 100644 index 00000000..ab086a11 --- /dev/null +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/zidong.js @@ -0,0 +1,139 @@ +'use strict' +import React, { Component } from 'react'; +import { Row, Col } from 'antd'; + +export default class AutoRollComponent extends Component { + + constructor(props) { + super(props); + this.scrollElem = null; + this.stopscroll = false; + this.preTop = 0; + this.cloneEle = null; + this.currentTop = 0; + this.marqueesHeight = 0; + this.interval = null; + this.state = { + enabledScroll: false + } + } + + get enabledScroll() { + let scrollElem = document.getElementById(this.props.divId); + let fatherElem = scrollElem?.parentNode || null; + if (scrollElem && fatherElem) { + return scrollElem.scrollHeight > fatherElem.scrollHeight + } + + return false; + } + + + marque = (height) => { + try { + this.scrollElem = document.getElementById(this.props.divId); + this.marqueesHeight = height; + if (this.scrollElem) { + this.scrollElem.style.height = this.marqueesHeight; + this.scrollElem.style.overflow = 'hidden'; + } + this.repeat(); + } catch (e) { console.log(e) } + } + + + repeat = () => { + this.scrollElem.scrollTop = 0; + let offset = 1.5 + + this.interval = setInterval(() => { + if (this.stopscroll) return; + this.currentTop = this.currentTop + offset; + this.preTop = this.scrollElem.scrollTop; + this.scrollElem.scrollTop = this.scrollElem.scrollTop + offset; + // console.log(`this.scrollElem.scrollTop:${this.scrollElem.scrollTop} === this.preTop:${this.preTop}`); + if (this.preTop === this.scrollElem.scrollTop) { + this.scrollElem.scrollTop = this.marqueesHeight; + this.scrollElem.scrollTop = this.scrollElem.scrollTop + offset; + } + }, 40); + } + + + componentWillUnmount() { + clearInterval(this.interval); + } + + componentWillReceiveProps(nextProps) { + requestAnimationFrame(() => { + if (this.enabledScroll) { + if (!this.state.enabledScroll) { + this.setState({ enabledScroll: true }, () => { + this.marque(10) + }) + } + + } + }) + } + + componentDidMount() { + if (this.enabledScroll) { + this.setState({ enabledScroll: true }, () => { + this.marque(10) + }) + } + } + + onMouseOver = () => { + this.stopscroll = true; + } + + onMouseOut = () => { + this.stopscroll = false; + } + + + render() { + + const { changeStyleCol, heads, spans, data, divId, divHeight, content, containerStyle = {} } = this.props; + + return ( +
    + { + heads ? + + {heads.map((c, index) => { + return {c} + }) + } + : '' + } + +
    +
    + {content ? content : ''} + {this.state.enabledScroll && content ? content : ''} + { + data ? + data.map((q, idx) => { + return ( +
    + + {heads.map((c, index) => { + return + {index == 1 ? q.data[index] == -1 ? "-" : q.data[index] : index == 2 ? q.data[1] == -1 ? '-' : q.data[index] : q.data[index]} + }) + } + +
    + ) + }) : '' + } +
    +
    +
    +
    + ) + } +} \ No newline at end of file diff --git a/web/client/src/sections/quanju/containers/footer/index.js b/web/client/src/sections/quanju/containers/footer/index.js index 608dd38b..cdd0a2b8 100644 --- a/web/client/src/sections/quanju/containers/footer/index.js +++ b/web/client/src/sections/quanju/containers/footer/index.js @@ -13,7 +13,7 @@ const Footer = ({ tabKey, dispatch }) => { case 'build': return case 'conserve': - return + return case "leadership": return case "guanli": diff --git a/web/client/src/sections/quanju/containers/footer/leadership/centerleft/huadong.js b/web/client/src/sections/quanju/containers/footer/leadership/centerleft/huadong.js new file mode 100644 index 00000000..74a61d14 --- /dev/null +++ b/web/client/src/sections/quanju/containers/footer/leadership/centerleft/huadong.js @@ -0,0 +1,184 @@ +import React, { Component } from 'react'; +import './left.less'; +class ReactCarousel extends Component { + chunk(arr, size) { + var arr1 = new Array(); + for (var i = 0; i < Math.ceil(arr.length / size); i++) { + arr1[i] = new Array(); + } + var j = 0; + var x = 0; + for (var i = 0; i < arr.length; i++) { + if (!((i % size == 0) && (i != 0))) { + arr1[j][x] = arr[i]; + x++; + // console.log("j=" + j + " " + "x=" + x); + } else { + j++; + x = 0; + // console.log("else:" + "j=" + j + " " + "x=" + x); + arr1[j][x] = arr[i]; + // console.log(arr1); + x++; + } + } + return arr1; + } + + constructor() { + super(); + this.state = { + shuzu: [{ name: "南昌县迎宾大道管制路段", images: "/assets/images/leadership/shiyantu.png" }, + { name: "南昌县迎宾大道管制路段2", images: "/assets/images/leadership/shiyantu.png" }, + { name: "南昌县迎宾大道管制路段3", images: "/assets/images/leadership/shiyantu.png" }, + { name: "南昌县迎宾大道管制路段4", images: "/assets/images/leadership/shiyantu.png" }, + { name: "南昌县迎宾大道管制路段", images: "/assets/images/leadership/shiyantu.png" }, + { name: "南昌县迎宾大道管制路段", images: "/assets/images/leadership/shiyantu.png" }, + { name: "南昌县迎宾大道管制路段", images: "/assets/images/leadership/shiyantu.png" }, + { name: "南昌县迎宾大道管制路段", images: "/assets/images/leadership/shiyantu.png" }, + { name: "南昌县迎宾大道管制路段", images: "/assets/images/leadership/shiyantu.png" }], + imgs: [], + showIndex: 0, //显示第几个图片 + timer: null, // 定时器 + show: false, // 前后按钮显示 + // arr1: "" + } + // console.log(this.state.imgs); + this.state.imgs = this.chunk((this.state.shuzu), 4) + } + + + + render() { + return ( +
    +
    { this.stop() }} //鼠标进入停止自动播放 + onMouseLeave={() => { this.start() }} //鼠标退出自动播放 + > +
      + { + + this.state.imgs.map((value, index) => { + return ( +
    • +
      +
      +
      + + {value[0]?.name} +
      +
      + +
      + {value[1]?.name ?
      +
      +
      + + {value[1]?.name} +
      +
      +
      : ""} + {value[2]?.name ?
      +
      +
      + + {value[2]?.name} +
      +
      +
      : ""} + {value[3]?.name ?
      +
      +
      + + {value[3]?.name} +
      +
      +
      : ""} + {/*
      {value[1].name}
      +
      {value[2].name}
      +
      {value[3].name}
      */} +
    • + ) + }) + } +
    + {/*
      + { + this.state.imgs.map((value, index) => { + return ( +
    • { this.change(index) }}> +
    • ) + }) + } + +
    */} +
    + { this.previous(e) }}> + + + { this.next(e) }}> + + +
    +
    +
    + ) + } + componentDidMount() { //一开始自动播放 + this.start(); + } + + componentWillUnmount() { //销毁前清除定时器 + this.stop(); + } + stop = () => { //暂停 + let { timer } = this.state; + clearInterval(timer); + } + start = () => { //开始 + let { timer } = this.state; + timer = setInterval(() => { + this.next(); + }, 300000); + this.setState({ + timer + }) + } + change = (index) => { //点击下面的按钮切换当前显示的图片 + let { showIndex } = this.state; + showIndex = index; + this.setState({ + showIndex + }) + } + previous = (e) => { //上一张 + let ev = e || window.event; + let { showIndex, imgs } = this.state; + if (showIndex <= 0) { + showIndex = imgs.length - 1; + } else { + showIndex--; + } + this.setState({ + showIndex + }) + } + next = (e) => { //下一张 + let ev = e || window.event; + let { showIndex, imgs } = this.state; + if (showIndex >= imgs.length - 1) { + showIndex = 0; + } else { + showIndex++; + } + this.setState({ + showIndex + }) + } +} +export default ReactCarousel; \ No newline at end of file diff --git a/web/client/src/sections/quanju/containers/footer/leadership/centerleft/left.less b/web/client/src/sections/quanju/containers/footer/leadership/centerleft/left.less new file mode 100644 index 00000000..1ae8c8f1 --- /dev/null +++ b/web/client/src/sections/quanju/containers/footer/leadership/centerleft/left.less @@ -0,0 +1,98 @@ +li{ + list-style-type:none +} + +.wy-rightTop{ + .ant-select-selector, .ant-select-selection-placeholder{ + background-color:#011f59 !important; + border:#1E7BD6 1px solid !important; + font-family: PingFangSC-Regular, PingFang SC !important; + height: 25px !important; + // line-height: 25px !important; +}.ant-select-selection-item{ + line-height: 25px !important; +} +.anticon{ + color: #fff !important; +} +} + + +.contain { + position: relative; + top: 5%; + left: 45%; + width: 100%; + height: 100%; + transition: all 30s; + transform: translateX(-50%); + color: #fff; + overflow: hidden; + cursor: pointer; +} +.contain .ul { + height: 100%; + list-style: none; +} +.contain .ul .items { + position: absolute; + top: 0px; + width: 100%; + height: 100%; +} +.ul li.show{ + display: block; +} +.ul li { + display: none; +} +.ul li img { + width: 100%; + height: 100%; +} +.contain .dots { + position: absolute; + left: 50%; + bottom: 30px; + height: 10px; + transform: translateX(-50%); +} +.dots li { + float: left; + width: 10px; + height: 10px; + margin: 0px 5px; + border-radius: 50%; + transition: all .3s; + // background-color: antiquewhite; + list-style: none; +} +// .dots li.active { +// background-color: blue; +// } +.control .left { + position: absolute; + top: 80%; + left: 85%; + // padding: 5px; + // transform: translateY(-50%); + width: 20px; + height: 50px; + font-size: 20px; + cursor: pointer; +} +// .control .left:hover { +// background-color: #000000, +// } +.control .right { + position: absolute; + top: 80%; + right: 3%; + // padding: 5px; + // transform: translateY(-50%); + font-size: 20px; + cursor: pointer; +} +// .control .right:hover { +// background-color: rgba(0, 0, 0, .3); +// } \ No newline at end of file diff --git a/web/client/src/utils/webapi.js b/web/client/src/utils/webapi.js index 1442ccc6..7ca955a4 100644 --- a/web/client/src/utils/webapi.js +++ b/web/client/src/utils/webapi.js @@ -101,6 +101,8 @@ export const ApiTable = { //公交信息 getCircuit: 'bus/line', putCircuit: 'bus/line', delCircuit: 'bus/line/{lineId}', getVehicle: 'bus/car', putVehicle: 'bus/car', delVehicle: 'bus/car/{carId}', + // 获取本月修养护公里数 + getXiuyang: "road/maintenance/cost/query", diff --git a/web/package-lock.json b/web/package-lock.json index 31e24a83..1d96275d 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,8 +1,15103 @@ { "name": "fs-anxincloud-4.0", "version": "1.0.0", - "lockfileVersion": 1, + "lockfileVersion": 2, "requires": true, + "packages": { + "": { + "name": "fs-anxincloud-4.0", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "@ant-design/icons": "^4.6.2", + "@ant-design/pro-components": "^1.1.11", + "@ant-design/pro-form": "^1.34.0", + "@ant-design/pro-table": "^2.48.0", + "@antv/g6": "^4.2.5", + "@fs/attachment": "^1.0.0", + "@peace/components": "0.0.35", + "@peace/utils": "0.0.51", + "antd": "^4.19.2", + "antd-theme-generator": "^1.2.8", + "args": "^5.0.1", + "array-move": "^3.0.1", + "babel-polyfill": "^6.26.0", + "co-busboy": "^1.4.1", + "cross-env": "^7.0.3", + "echarts": "^5.3.2", + "fs-web-server-scaffold": "^1.0.6", + "koa-better-http-proxy": "^0.2.5", + "koa-convert": "^2.0.0", + "koa-proxy": "^1.0.0-alpha.3", + "koa-view": "^2.1.4", + "lodash": "^4.17.21", + "mini-dynamic-antd-theme": "^0.5.3", + "moment": "^2.29.4", + "react-color": "^2.19.3", + "react-router-breadcrumbs-hoc": "^4.0.1", + "react-sortable-hoc": "^2.0.0", + "superagent": "^6.1.0", + "swiper": "^8.3.1", + "uuid": "^8.3.1", + "webpack-dev-server": "^3.11.2", + "xlsx": "^0.16.9" + }, + "devDependencies": { + "@babel/core": "^7.14.6", + "@babel/plugin-proposal-class-properties": "^7.14.5", + "@babel/plugin-proposal-object-rest-spread": "^7.14.7", + "@babel/plugin-transform-runtime": "^7.14.5", + "@babel/polyfill": "^7.12.1", + "@babel/preset-env": "^7.14.7", + "@babel/preset-react": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-plugin-import": "^1.13.3", + "connected-react-router": "^6.8.0", + "css-loader": "^3.5.0", + "express": "^4.17.1", + "file-loader": "^6.0.0", + "html-webpack-plugin": "^4.5.0", + "immutable": "^4.0.0-rc.12", + "less": "^3.12.2", + "less-loader": "^7.0.2", + "natty-fetch": "^2.5.3", + "nprogress": "^0.2.0", + "path-to-regexp": "^2.4.0", + "perfect-scrollbar": "^1.5.0", + "react": "^17.0.0", + "react-copy-to-clipboard": "^5.0.1", + "react-dnd": "^10.0.2", + "react-dnd-html5-backend": "^10.0.2", + "react-dom": "^17.0.0", + "react-if": "^2.2.1", + "react-jsonschema-form": "^1.8.1", + "react-quill": "^1.3.5", + "react-redux": "^7.2.1", + "react-router-dom": "^5.2.0", + "react-router-redux": "^4.0.8", + "redux": "^4.0.5", + "redux-thunk": "^2.3.0", + "redux-undo": "^1.0.1", + "style-loader": "^2.0.0", + "webpack": "^5.3.2", + "webpack-bundle-analyzer": "^4.1.0", + "webpack-cli": "^4.2.0", + "webpack-dev-middleware": "^4.0.2", + "webpack-hot-middleware": "^2.25.0" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.2.0", + "resolved": "http://npm.anxinyun.cn/@ampproject%2fremapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@ant-design/colors": { + "version": "6.0.0", + "resolved": "http://npm.anxinyun.cn/@ant-design%2fcolors/-/colors-6.0.0.tgz", + "integrity": "sha1-m5NmJXz/zEfbQrnQIDu1ksE8Apg=", + "dependencies": { + "@ctrl/tinycolor": "^3.4.0" + } + }, + "node_modules/@ant-design/icons": { + "version": "4.7.0", + "resolved": "http://npm.anxinyun.cn/@ant-design%2ficons/-/icons-4.7.0.tgz", + "integrity": "sha512-aoB4Z7JA431rt6d4u+8xcNPPCrdufSRMUOpxa1ab6mz1JCQZOEVolj2WVs/tDFmN62zzK30mNelEsprLYsSF3g==", + "dependencies": { + "@ant-design/colors": "^6.0.0", + "@ant-design/icons-svg": "^4.2.1", + "@babel/runtime": "^7.11.2", + "classnames": "^2.2.6", + "rc-util": "^5.9.4" + }, + "engines": { + "node": ">=8" + }, + "peerDependencies": { + "react": ">=16.0.0", + "react-dom": ">=16.0.0" + } + }, + "node_modules/@ant-design/icons-svg": { + "version": "4.2.1", + "resolved": "http://npm.anxinyun.cn/@ant-design%2ficons-svg/-/icons-svg-4.2.1.tgz", + "integrity": "sha512-EB0iwlKDGpG93hW8f85CTJTs4SvMX7tt5ceupvhALp1IF44SeUFOMhKUOYqpsoYWQKAOuTRDMqn75rEaKDp0Xw==" + }, + "node_modules/@ant-design/pro-card": { + "version": "1.20.16", + "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-card/-/pro-card-1.20.16.tgz", + "integrity": "sha512-CfOz0kOW/m8owgBjexfkELJ1V2d3MszpL5KsvScJnuh2ts27MxlwPjhr5Zu1RgHJJspSa4ViWhj2SteW0ik3+g==", + "dependencies": { + "@ant-design/icons": "^4.2.1", + "@ant-design/pro-utils": "1.43.2", + "@babel/runtime": "^7.18.0", + "antd": "^4.20.0 ", + "classnames": "^2.2.6", + "omit.js": "^2.0.2", + "rc-util": "^5.4.0" + }, + "peerDependencies": { + "react": ">=16.9.0" + } + }, + "node_modules/@ant-design/pro-components": { + "version": "1.1.14", + "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-components/-/pro-components-1.1.14.tgz", + "integrity": "sha512-pH6fxgXFmdnd7pgJwG+8sqEOTAD6A+JG2XX7t9yDS0kIsqsOU6wjWxRBbrmc5OxNHz7UwSQrr/8qATquwKOFwA==", + "dependencies": { + "@ant-design/pro-card": "1.20.16", + "@ant-design/pro-descriptions": "1.11.14", + "@ant-design/pro-field": "1.35.2", + "@ant-design/pro-form": "1.71.2", + "@ant-design/pro-layout": "6.38.16", + "@ant-design/pro-list": "1.21.76", + "@ant-design/pro-provider": "1.9.3", + "@ant-design/pro-skeleton": "1.0.13", + "@ant-design/pro-table": "2.78.2", + "@ant-design/pro-utils": "1.43.2", + "@babel/runtime": "^7.16.3", + "antd": "^4.20.0 " + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/@ant-design/pro-descriptions": { + "version": "1.11.14", + "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-descriptions/-/pro-descriptions-1.11.14.tgz", + "integrity": "sha512-9ZW4dVn2LHzbG13hEZTnnmhHpDsPBdn7MMazFi9p3Xdw+XBXHL/jwVn1QYJRqTj07Cn9IiSzBQOssJSMBN2sow==", + "dependencies": { + "@ant-design/pro-field": "1.35.2", + "@ant-design/pro-form": "1.71.2", + "@ant-design/pro-skeleton": "1.0.13", + "@ant-design/pro-utils": "1.43.2", + "@babel/runtime": "^7.18.0", + "antd": "^4.20.0 ", + "rc-util": "^5.0.6", + "use-json-comparison": "^1.0.5" + }, + "peerDependencies": { + "react": ">=16.9.0" + } + }, + "node_modules/@ant-design/pro-field": { + "version": "1.35.2", + "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-field/-/pro-field-1.35.2.tgz", + "integrity": "sha512-IuO+pYVs29ZLfC1C+HiVd61rLlVgMTcn0hNFyx/RhEoWV1h+ufMHCeRYS/n4opSeV8xfqlT0BJBefDffwuN4TA==", + "dependencies": { + "@ant-design/icons": "^4.2.1", + "@ant-design/pro-provider": "1.9.3", + "@ant-design/pro-utils": "1.43.2", + "@babel/runtime": "^7.18.0", + "@chenshuai2144/sketch-color": "^1.0.8", + "antd": "^4.20.0 ", + "classnames": "^2.2.6", + "lodash.tonumber": "^4.0.3", + "moment": "^2.27.0", + "omit.js": "^2.0.2", + "rc-util": "^5.4.0", + "swr": "^1.2.0" + }, + "peerDependencies": { + "react": ">=16.9.0" + } + }, + "node_modules/@ant-design/pro-form": { + "version": "1.71.2", + "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-form/-/pro-form-1.71.2.tgz", + "integrity": "sha512-13nYmy71CsyKoMjTAGpIlnOHeDHoTtZ+MEpAPZvGoS9Es4SLLxpIp+liRUbnoTnS4QXedNqTr9qtzke2qIR9hw==", + "dependencies": { + "@ant-design/icons": "^4.2.1", + "@ant-design/pro-field": "1.35.2", + "@ant-design/pro-provider": "1.9.3", + "@ant-design/pro-utils": "1.43.2", + "@babel/runtime": "^7.18.0", + "@umijs/use-params": "^1.0.9", + "antd": "^4.20.0 ", + "classnames": "^2.2.6", + "lodash.merge": "^4.6.2", + "omit.js": "^2.0.2", + "rc-resize-observer": "^1.1.0", + "rc-util": "^5.0.6", + "use-json-comparison": "^1.0.5", + "use-media-antd-query": "^1.1.0" + }, + "peerDependencies": { + "rc-field-form": "^1.22.0", + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/@ant-design/pro-layout": { + "version": "6.38.16", + "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-layout/-/pro-layout-6.38.16.tgz", + "integrity": "sha512-s6BfR2lS63Twq9mQwSw9tLCaoUEBUPFRoM2rmTYDqYHVEfuO4F0l3BAIAs4udeb3sumfaV1r4Nuk4mUoBIzEgA==", + "dependencies": { + "@ant-design/icons": "^4.0.0", + "@ant-design/pro-provider": "1.9.3", + "@ant-design/pro-utils": "1.43.2", + "@babel/runtime": "^7.18.0", + "@umijs/route-utils": "^2.1.0", + "@umijs/ssr-darkreader": "^4.9.44", + "@umijs/use-params": "^1.0.9", + "antd": "^4.20.0 ", + "classnames": "^2.2.6", + "lodash.merge": "^4.6.2", + "omit.js": "^2.0.2", + "path-to-regexp": "2.4.0", + "rc-resize-observer": "^1.1.0", + "rc-util": "^5.0.6", + "swr": "^1.2.0", + "unstated-next": "^1.1.0", + "use-json-comparison": "^1.0.3", + "use-media-antd-query": "^1.1.0", + "warning": "^4.0.3" + }, + "peerDependencies": { + "react": ">=16.9.0" + } + }, + "node_modules/@ant-design/pro-list": { + "version": "1.21.76", + "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-list/-/pro-list-1.21.76.tgz", + "integrity": "sha512-4nZYMTZ4gokeccFgYGHT6FrM82BcdFqi4X1yI+EJLpWDUrOTvQLkSwZ9/CvPqQd0dfeuDdwDP6lhNf9QZFgtmA==", + "dependencies": { + "@ant-design/icons": "^4.0.0", + "@ant-design/pro-card": "1.20.16", + "@ant-design/pro-field": "1.35.2", + "@ant-design/pro-table": "2.78.2", + "@babel/runtime": "^7.18.0", + "antd": "^4.20.0 ", + "classnames": "^2.2.6", + "moment": "^2.24.0", + "rc-resize-observer": "^1.0.0", + "rc-util": "^4.19.0", + "unstated-next": "^1.1.0", + "use-media-antd-query": "^1.1.0" + }, + "peerDependencies": { + "react": ">=16.9.0" + } + }, + "node_modules/@ant-design/pro-list/node_modules/rc-util": { + "version": "4.21.1", + "resolved": "http://npm.anxinyun.cn/rc-util/-/rc-util-4.21.1.tgz", + "integrity": "sha1-iGAtDDGFAgqhBT2aHnDqwWG+ywU=", + "dependencies": { + "add-dom-event-listener": "^1.1.0", + "prop-types": "^15.5.10", + "react-is": "^16.12.0", + "react-lifecycles-compat": "^3.0.4", + "shallowequal": "^1.1.0" + } + }, + "node_modules/@ant-design/pro-provider": { + "version": "1.9.3", + "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-provider/-/pro-provider-1.9.3.tgz", + "integrity": "sha512-wV7DIJDlm9DPeB8Q8BNRLd6YMgdPK1jtEPOmjpmEE+3XfmGFKKHlU30tIQBImMiJAHr2coTGqV+/iMfJ4E4AXQ==", + "dependencies": { + "@babel/runtime": "^7.18.0", + "antd": "^4.20.0 ", + "rc-util": "^5.0.1", + "swr": "^1.2.0" + }, + "peerDependencies": { + "react": ">=16.9.0" + } + }, + "node_modules/@ant-design/pro-skeleton": { + "version": "1.0.13", + "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-skeleton/-/pro-skeleton-1.0.13.tgz", + "integrity": "sha512-EWkW7ZqnT7NsyJTmxd0btrRpJFNLBkE2ceaKgp2Cz7GOC0l8yWX/TaNs6yb10j0DH6AB9YBXZNd2mxZ2MyQgGA==", + "dependencies": { + "@babel/runtime": "^7.18.0", + "antd": "^4.20.0 ", + "use-media-antd-query": "^1.1.0" + }, + "peerDependencies": { + "react": ">=16.9.0" + } + }, + "node_modules/@ant-design/pro-table": { + "version": "2.78.2", + "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-table/-/pro-table-2.78.2.tgz", + "integrity": "sha512-CLOlT41pkYiJ3PGvLkG7kVOc3jQqy/RyazzXoXPAHUvDdzLXXRb6uI3S+B6smLVZltgjAb9JF0z0cnYikan7bQ==", + "dependencies": { + "@ant-design/icons": "^4.1.0", + "@ant-design/pro-card": "1.20.16", + "@ant-design/pro-field": "1.35.2", + "@ant-design/pro-form": "1.71.2", + "@ant-design/pro-provider": "1.9.3", + "@ant-design/pro-utils": "1.43.2", + "@babel/runtime": "^7.18.0", + "antd": "^4.20.0 ", + "classnames": "^2.2.6", + "moment": "^2.24.0", + "omit.js": "^2.0.2", + "rc-util": "^5.0.1", + "react-sortable-hoc": "^2.0.0", + "unstated-next": "^1.1.0", + "use-json-comparison": "^1.0.5", + "use-media-antd-query": "^1.1.0" + }, + "peerDependencies": { + "rc-field-form": "^1.22.0", + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/@ant-design/pro-utils": { + "version": "1.43.2", + "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-utils/-/pro-utils-1.43.2.tgz", + "integrity": "sha512-h1GU/LeUwMb7tUgw65IHerjIdMCm57OwY4TYPOw1WuZovOT9RDAvKZc+K81YgWfLvvOL0qKEcj56m1nt09QENA==", + "dependencies": { + "@ant-design/icons": "^4.3.0", + "@ant-design/pro-provider": "1.9.3", + "@babel/runtime": "^7.18.0", + "antd": "^4.20.0 ", + "classnames": "^2.2.6", + "moment": "^2.27.0", + "rc-util": "^5.0.6", + "react-sortable-hoc": "^2.0.0", + "swr": "^1.2.0" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/@ant-design/react-slick": { + "version": "0.29.2", + "resolved": "http://npm.anxinyun.cn/@ant-design%2freact-slick/-/react-slick-0.29.2.tgz", + "integrity": "sha512-kgjtKmkGHa19FW21lHnAfyyH9AAoh35pBdcJ53rHmQ3O+cfFHGHnUbj/HFrRNJ5vIts09FKJVAD8RpaC+RaWfA==", + "dependencies": { + "@babel/runtime": "^7.10.4", + "classnames": "^2.2.5", + "json2mq": "^0.2.0", + "lodash": "^4.17.21", + "resize-observer-polyfill": "^1.5.1" + }, + "peerDependencies": { + "react": ">=16.9.0" + } + }, + "node_modules/@antv/algorithm": { + "version": "0.1.24", + "resolved": "http://npm.anxinyun.cn/@antv%2falgorithm/-/algorithm-0.1.24.tgz", + "integrity": "sha512-zAv/YNDKYrHHKJKCn6RBKoNo9/298/qY6J5SSGglIIUfwJXN6wyRyTmNPfmkE/9t6/7XK9PYvK/6esQnwFawwQ==", + "dependencies": { + "@antv/util": "^2.0.13", + "tslib": "^2.0.0" + } + }, + "node_modules/@antv/dom-util": { + "version": "2.0.4", + "resolved": "http://npm.anxinyun.cn/@antv%2fdom-util/-/dom-util-2.0.4.tgz", + "integrity": "sha512-2shXUl504fKwt82T3GkuT4Uoc6p9qjCKnJ8gXGLSW4T1W37dqf9AV28aCfoVPHp2BUXpSsB+PAJX2rG/jLHsLQ==", + "dependencies": { + "tslib": "^2.0.3" + } + }, + "node_modules/@antv/event-emitter": { + "version": "0.1.3", + "resolved": "http://npm.anxinyun.cn/@antv%2fevent-emitter/-/event-emitter-0.1.3.tgz", + "integrity": "sha512-4ddpsiHN9Pd4UIlWuKVK1C4IiZIdbwQvy9i7DUSI3xNJ89FPUFt8lxDYj8GzzfdllV0NkJTRxnG+FvLk0llidg==" + }, + "node_modules/@antv/g-base": { + "version": "0.5.11", + "resolved": "http://npm.anxinyun.cn/@antv%2fg-base/-/g-base-0.5.11.tgz", + "integrity": "sha512-10Hkq7XksVCqxZZrPkd6HTU9tb/+2meCVEMy/edhS4I/sokhcgC9m3fQP5bE8rA3EVKwELE7MJHZ98BEpVFqvQ==", + "dependencies": { + "@antv/event-emitter": "^0.1.1", + "@antv/g-math": "^0.1.6", + "@antv/matrix-util": "^3.1.0-beta.1", + "@antv/path-util": "~2.0.5", + "@antv/util": "~2.0.13", + "@types/d3-timer": "^2.0.0", + "d3-ease": "^1.0.5", + "d3-interpolate": "^1.3.2", + "d3-timer": "^1.0.9", + "detect-browser": "^5.1.0", + "tslib": "^2.0.3" + } + }, + "node_modules/@antv/g-canvas": { + "version": "0.5.12", + "resolved": "http://npm.anxinyun.cn/@antv%2fg-canvas/-/g-canvas-0.5.12.tgz", + "integrity": "sha1-L8QNztaZTwdPIjQeZdVve71Sdfc=", + "dependencies": { + "@antv/g-base": "^0.5.3", + "@antv/g-math": "^0.1.6", + "@antv/matrix-util": "^3.1.0-beta.1", + "@antv/path-util": "~2.0.5", + "@antv/util": "~2.0.0", + "gl-matrix": "^3.0.0", + "tslib": "^2.0.3" + } + }, + "node_modules/@antv/g-math": { + "version": "0.1.7", + "resolved": "http://npm.anxinyun.cn/@antv%2fg-math/-/g-math-0.1.7.tgz", + "integrity": "sha1-bsJ2kmn3zLZ+WBQNVznfdARswE4=", + "dependencies": { + "@antv/util": "~2.0.0", + "gl-matrix": "^3.0.0" + } + }, + "node_modules/@antv/g-svg": { + "version": "0.5.6", + "resolved": "http://npm.anxinyun.cn/@antv%2fg-svg/-/g-svg-0.5.6.tgz", + "integrity": "sha1-cLL6mAxDGzmtPFtLU+NqHWCVfWU=", + "dependencies": { + "@antv/g-base": "^0.5.3", + "@antv/g-math": "^0.1.6", + "@antv/util": "~2.0.0", + "detect-browser": "^5.0.0", + "tslib": "^2.0.3" + } + }, + "node_modules/@antv/g-webgpu": { + "version": "0.5.5", + "resolved": "http://npm.anxinyun.cn/@antv%2fg-webgpu/-/g-webgpu-0.5.5.tgz", + "integrity": "sha1-AD1BFFPtA+fdkWvWxtsmorU9GZE=", + "dependencies": { + "@antv/g-webgpu-core": "^0.5.5", + "@antv/g-webgpu-engine": "^0.5.5", + "@webgpu/types": "^0.0.31", + "gl-matrix": "^3.1.0", + "gl-vec2": "^1.3.0", + "hammerjs": "^2.0.8", + "inversify": "^5.0.1", + "inversify-inject-decorators": "^3.1.0", + "polyline-miter-util": "^1.0.1", + "polyline-normals": "^2.0.2", + "probe.gl": "^3.1.1", + "reflect-metadata": "^0.1.13" + } + }, + "node_modules/@antv/g-webgpu-core": { + "version": "0.5.6", + "resolved": "http://npm.anxinyun.cn/@antv%2fg-webgpu-core/-/g-webgpu-core-0.5.6.tgz", + "integrity": "sha1-aM3gtdC0S1eUNxwlI2gvRzTaPGw=", + "dependencies": { + "eventemitter3": "^4.0.0", + "gl-matrix": "^3.1.0", + "inversify": "^5.0.1", + "inversify-inject-decorators": "^3.1.0", + "probe.gl": "^3.1.1", + "reflect-metadata": "^0.1.13" + } + }, + "node_modules/@antv/g-webgpu-engine": { + "version": "0.5.6", + "resolved": "http://npm.anxinyun.cn/@antv%2fg-webgpu-engine/-/g-webgpu-engine-0.5.6.tgz", + "integrity": "sha1-vnwb+OSxgi1yowLWKANDReBXe70=", + "dependencies": { + "@antv/g-webgpu-core": "^0.5.6", + "@webgpu/glslang": "^0.0.15", + "@webgpu/types": "^0.0.31", + "gl-matrix": "^3.1.0", + "hammerjs": "^2.0.8", + "inversify": "^5.0.1", + "inversify-inject-decorators": "^3.1.0", + "probe.gl": "^3.1.1", + "reflect-metadata": "^0.1.13", + "regl": "^1.3.11" + } + }, + "node_modules/@antv/g6": { + "version": "4.6.15", + "resolved": "http://npm.anxinyun.cn/@antv%2fg6/-/g6-4.6.15.tgz", + "integrity": "sha512-sbtVPZxGHBNnkLynd4GAQAheDDZ/xUdPAJxxLO7LiMmaZcyNlk0ApV5d8G8IdiBFvJ6+mhaF+kot3LMyvsEx+g==", + "dependencies": { + "@antv/g6-pc": "0.6.15" + } + }, + "node_modules/@antv/g6-core": { + "version": "0.6.15", + "resolved": "http://npm.anxinyun.cn/@antv%2fg6-core/-/g6-core-0.6.15.tgz", + "integrity": "sha512-klE4bLcY9dcByl9J97tN2IBEJcXFroyEJRG55l99IXd7ujh+DGnPEmKMX1BdnCiDqLZ9GJybRG5g6DqX6e7BbQ==", + "dependencies": { + "@antv/algorithm": "^0.1.8", + "@antv/dom-util": "^2.0.1", + "@antv/event-emitter": "~0.1.0", + "@antv/g-base": "^0.5.1", + "@antv/g-math": "^0.1.1", + "@antv/matrix-util": "^3.1.0-beta.3", + "@antv/path-util": "^2.0.3", + "@antv/util": "~2.0.5", + "ml-matrix": "^6.5.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@antv/g6-element": { + "version": "0.6.15", + "resolved": "http://npm.anxinyun.cn/@antv%2fg6-element/-/g6-element-0.6.15.tgz", + "integrity": "sha512-8bUSCRMQVK9bh64V+jZRKpLapPVlrLdzC429uodg5wk9l3hugcSdanX6LAuLmy0p5Y4lXSyF2UsmWdx8t1qfcg==", + "dependencies": { + "@antv/g-base": "^0.5.1", + "@antv/g6-core": "0.6.15", + "@antv/util": "~2.0.5" + } + }, + "node_modules/@antv/g6-pc": { + "version": "0.6.15", + "resolved": "http://npm.anxinyun.cn/@antv%2fg6-pc/-/g6-pc-0.6.15.tgz", + "integrity": "sha512-BqfFD5XiLfRhBt0QygdynUidz4T6azg0GnAzYsEkuKkye7qvaLL46xtfp9+Lqw/aUkBsjXUcEeJjoIPrx0Ehig==", + "dependencies": { + "@ant-design/colors": "^4.0.5", + "@antv/algorithm": "^0.1.8", + "@antv/dom-util": "^2.0.1", + "@antv/event-emitter": "~0.1.0", + "@antv/g-base": "^0.5.1", + "@antv/g-canvas": "^0.5.2", + "@antv/g-math": "^0.1.1", + "@antv/g-svg": "^0.5.1", + "@antv/g6-core": "0.6.15", + "@antv/g6-element": "0.6.15", + "@antv/g6-plugin": "0.6.15", + "@antv/hierarchy": "^0.6.7", + "@antv/layout": "^0.2.5", + "@antv/matrix-util": "^3.1.0-beta.3", + "@antv/path-util": "^2.0.3", + "@antv/util": "~2.0.5", + "color": "^3.1.3", + "d3-force": "^2.0.1", + "dagre": "^0.8.5", + "insert-css": "^2.0.0", + "ml-matrix": "^6.5.0" + } + }, + "node_modules/@antv/g6-pc/node_modules/@ant-design/colors": { + "version": "4.0.5", + "resolved": "http://npm.anxinyun.cn/@ant-design%2fcolors/-/colors-4.0.5.tgz", + "integrity": "sha1-19EA11Rcyo9iSVRgSmiS/Ei6Wq4=", + "dependencies": { + "tinycolor2": "^1.4.1" + } + }, + "node_modules/@antv/g6-plugin": { + "version": "0.6.15", + "resolved": "http://npm.anxinyun.cn/@antv%2fg6-plugin/-/g6-plugin-0.6.15.tgz", + "integrity": "sha512-LaXYEzaW3qkcAdwRrrhRItbsRKmtN6Orb0UCTRYSw0W8UOO4p4w5Tk05I7TME/VzPfMn9bXB+rD4aZofFzBYoA==", + "dependencies": { + "@antv/dom-util": "^2.0.2", + "@antv/g-base": "^0.5.1", + "@antv/g-canvas": "^0.5.2", + "@antv/g-svg": "^0.5.2", + "@antv/g6-core": "0.6.15", + "@antv/g6-element": "0.6.15", + "@antv/matrix-util": "^3.1.0-beta.3", + "@antv/scale": "^0.3.4", + "@antv/util": "^2.0.9", + "insert-css": "^2.0.0" + } + }, + "node_modules/@antv/graphlib": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/@antv%2fgraphlib/-/graphlib-1.2.0.tgz", + "integrity": "sha512-hhJOMThec51nU4Fe5p/viLlNIL71uDEgYFzKPajWjr2715SFG1HAgiP6AVylIeqBcAZ04u3Lw7usjl/TuI5RuQ==" + }, + "node_modules/@antv/hierarchy": { + "version": "0.6.8", + "resolved": "http://npm.anxinyun.cn/@antv%2fhierarchy/-/hierarchy-0.6.8.tgz", + "integrity": "sha512-wVzUl+pxny5gyGJ2mkWx8IiEypX6bnMHgr/NILgbxY6shoy0Vf4FhZpI3CY8Ez7bQT6js8fMkB2NymPW7d7i8A==", + "dependencies": { + "@antv/util": "^2.0.7" + } + }, + "node_modules/@antv/layout": { + "version": "0.2.5", + "resolved": "http://npm.anxinyun.cn/@antv%2flayout/-/layout-0.2.5.tgz", + "integrity": "sha512-YezISSc5wp88QLvytS2mm/3sFvJYTafIWEvjvp4DIIfIkt8fzZZSJHXJVky3VIqGwbkmD278lMWQQmQ8W1EWEA==", + "dependencies": { + "@antv/g-webgpu": "0.5.5", + "@antv/graphlib": "^1.0.0", + "d3-force": "^2.0.1", + "dagre-compound": "^0.0.11", + "ml-matrix": "^6.5.0" + } + }, + "node_modules/@antv/matrix-util": { + "version": "3.1.0-beta.3", + "resolved": "http://npm.anxinyun.cn/@antv%2fmatrix-util/-/matrix-util-3.1.0-beta.3.tgz", + "integrity": "sha512-W2R6Za3A6CmG51Y/4jZUM/tFgYSq7vTqJL1VD9dKrvwxS4sE0ZcXINtkp55CdyBwJ6Cwm8pfoRpnD4FnHahN0A==", + "dependencies": { + "@antv/util": "^2.0.9", + "gl-matrix": "^3.4.3", + "tslib": "^2.0.3" + } + }, + "node_modules/@antv/path-util": { + "version": "2.0.15", + "resolved": "http://npm.anxinyun.cn/@antv%2fpath-util/-/path-util-2.0.15.tgz", + "integrity": "sha512-R2VLZ5C8PLPtr3VciNyxtjKqJ0XlANzpFb5sE9GE61UQqSRuSVSzIakMxjEPrpqbgc+s+y8i+fmc89Snu7qbNw==", + "dependencies": { + "@antv/matrix-util": "^3.0.4", + "@antv/util": "^2.0.9", + "tslib": "^2.0.3" + } + }, + "node_modules/@antv/path-util/node_modules/@antv/matrix-util": { + "version": "3.0.4", + "resolved": "http://npm.anxinyun.cn/@antv%2fmatrix-util/-/matrix-util-3.0.4.tgz", + "integrity": "sha1-6hPxWKovtLovuNa2tWHsRn6jrCA=", + "dependencies": { + "@antv/util": "^2.0.9", + "gl-matrix": "^3.3.0", + "tslib": "^2.0.3" + } + }, + "node_modules/@antv/scale": { + "version": "0.3.18", + "resolved": "http://npm.anxinyun.cn/@antv%2fscale/-/scale-0.3.18.tgz", + "integrity": "sha512-GHwE6Lo7S/Q5fgaLPaCsW+CH+3zl4aXpnN1skOiEY0Ue9/u+s2EySv6aDXYkAqs//i0uilMDD/0/4n8caX9U9w==", + "dependencies": { + "@antv/util": "~2.0.3", + "fecha": "~4.2.0", + "tslib": "^2.0.0" + } + }, + "node_modules/@antv/util": { + "version": "2.0.17", + "resolved": "http://npm.anxinyun.cn/@antv%2futil/-/util-2.0.17.tgz", + "integrity": "sha512-o6I9hi5CIUvLGDhth0RxNSFDRwXeywmt6ExR4+RmVAzIi48ps6HUy+svxOCayvrPBN37uE6TAc2KDofRo0nK9Q==", + "dependencies": { + "csstype": "^3.0.8", + "tslib": "^2.0.3" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fcode-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.18.8", + "resolved": "http://npm.anxinyun.cn/@babel%2fcompat-data/-/compat-data-7.18.8.tgz", + "integrity": "sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fcore/-/core-7.18.9.tgz", + "integrity": "sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.9", + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-module-transforms": "^7.18.9", + "@babel/helpers": "^7.18.9", + "@babel/parser": "^7.18.9", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/semver": { + "version": "6.3.0", + "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/generator": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fgenerator/-/generator-7.18.9.tgz", + "integrity": "sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.9", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "http://npm.anxinyun.cn/@jridgewell%2fgen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", + "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", + "dev": true, + "dependencies": { + "@babel/helper-explode-assignable-expression": "^7.18.6", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz", + "integrity": "sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.18.8", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.20.2", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/semver": { + "version": "6.3.0", + "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.9.tgz", + "integrity": "sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.9", + "@babel/helper-split-export-declaration": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz", + "integrity": "sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "regexpu-core": "^5.1.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.3.2", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz", + "integrity": "sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.17.7", + "@babel/helper-plugin-utils": "^7.16.7", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0-0" + } + }, + "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { + "version": "6.3.0", + "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-explode-assignable-expression": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", + "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-function-name/-/helper-function-name-7.18.9.tgz", + "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==", + "dev": true, + "dependencies": { + "@babel/template": "^7.18.6", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz", + "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-module-transforms/-/helper-module-transforms-7.18.9.tgz", + "integrity": "sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", + "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz", + "integrity": "sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", + "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-wrap-function": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-replace-supers/-/helper-replace-supers-7.18.9.tgz", + "integrity": "sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-simple-access/-/helper-simple-access-7.18.6.tgz", + "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz", + "integrity": "sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", + "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-wrap-function/-/helper-wrap-function-7.18.9.tgz", + "integrity": "sha512-cG2ru3TRAL6a60tfQflpEfs4ldiPwF6YW3zfJiRgmoFVIaC1vGnBBgatfec+ZUziPHkHSaXAuEck3Cdkf3eRpQ==", + "dev": true, + "dependencies": { + "@babel/helper-function-name": "^7.18.9", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fhelpers/-/helpers-7.18.9.tgz", + "integrity": "sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==", + "dev": true, + "dependencies": { + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fhighlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.18.6", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fparser/-/parser-7.18.9.tgz", + "integrity": "sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==", + "dev": true, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", + "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz", + "integrity": "sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", + "@babel/plugin-proposal-optional-chaining": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.13.0" + } + }, + "node_modules/@babel/plugin-proposal-async-generator-functions": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz", + "integrity": "sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-remap-async-to-generator": "^7.18.6", + "@babel/plugin-syntax-async-generators": "^7.8.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-class-static-block": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz", + "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" + } + }, + "node_modules/@babel/plugin-proposal-dynamic-import": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", + "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-export-namespace-from": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", + "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-json-strings": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", + "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz", + "integrity": "sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", + "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-numeric-separator": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-object-rest-spread": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz", + "integrity": "sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.18.8", + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.18.8" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-optional-catch-binding": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", + "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-optional-chaining": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz", + "integrity": "sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-private-methods": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", + "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz", + "integrity": "sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-unicode-property-regex": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", + "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha1-tcmHJ0xKOoK4lxR5aTGmtTVErhA=", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha1-GV34mxRrS3izv4l/16JXyEZZ1AY=", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha1-Yr+Ysto80h1iYVT8lu5bPLaOrLM=", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-assertions": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz", + "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha1-AcohtmjNghjJ5kDLbdiMVBKyyWo=", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", + "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha1-Fn7XA2iIYIH3S1w2xlqIwDtm0ak=", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha1-ubBws+M1cM2f0Hun+pHA3Te5r5c=", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha1-YOIl7cvZimQDMqLnLdPmbxr1WHE=", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha1-YRGiZbz7Ag6579D9/X0mQCue1sE=", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha1-T2nCq5UWfgGAzVM2YT+MV4j31Io=", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha1-DcZnHsDqIrbpShEU+FeXDNOd4a0=", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha1-wc/a3DWmRiQAAfBhOCR7dBw02Uw=", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz", + "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz", + "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-remap-async-to-generator": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoped-functions": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", + "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz", + "integrity": "sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-classes/-/plugin-transform-classes-7.18.9.tgz", + "integrity": "sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-replace-supers": "^7.18.9", + "@babel/helper-split-export-declaration": "^7.18.6", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz", + "integrity": "sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-destructuring/-/plugin-transform-destructuring-7.18.9.tgz", + "integrity": "sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dotall-regex": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", + "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-keys": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", + "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-exponentiation-operator": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", + "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", + "dev": true, + "dependencies": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.18.8", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz", + "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", + "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", + "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-member-expression-literals": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", + "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-amd": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz", + "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz", + "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-systemjs": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.9.tgz", + "integrity": "sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==", + "dev": true, + "dependencies": { + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-module-transforms": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-validator-identifier": "^7.18.6", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-umd": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", + "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz", + "integrity": "sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-new-target": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", + "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-super": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", + "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.18.8", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz", + "integrity": "sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", + "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-display-name": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz", + "integrity": "sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-react-jsx/-/plugin-transform-react-jsx-7.18.6.tgz", + "integrity": "sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-jsx": "^7.18.6", + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx-development": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz", + "integrity": "sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==", + "dev": true, + "dependencies": { + "@babel/plugin-transform-react-jsx": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-pure-annotations": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz", + "integrity": "sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz", + "integrity": "sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "regenerator-transform": "^0.15.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-reserved-words": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", + "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-runtime/-/plugin-transform-runtime-7.18.9.tgz", + "integrity": "sha512-wS8uJwBt7/b/mzE13ktsJdmS4JP/j7PQSaADtnb4I2wL0zK51MQ0pmF8/Jy0wUIS96fr+fXT6S/ifiPXnvrlSg==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.9", + "babel-plugin-polyfill-corejs2": "^0.3.1", + "babel-plugin-polyfill-corejs3": "^0.5.2", + "babel-plugin-polyfill-regenerator": "^0.3.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { + "version": "6.3.0", + "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", + "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-spread/-/plugin-transform-spread-7.18.9.tgz", + "integrity": "sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", + "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-template-literals": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", + "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typeof-symbol": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", + "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz", + "integrity": "sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", + "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/polyfill": { + "version": "7.12.1", + "resolved": "http://npm.anxinyun.cn/@babel%2fpolyfill/-/polyfill-7.12.1.tgz", + "integrity": "sha1-Hy1jcdEmG72WHzxdWQkVDhLQvZY=", + "deprecated": "🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.", + "dev": true, + "dependencies": { + "core-js": "^2.6.5", + "regenerator-runtime": "^0.13.4" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fpreset-env/-/preset-env-7.18.9.tgz", + "integrity": "sha512-75pt/q95cMIHWssYtyfjVlvI+QEZQThQbKvR9xH+F/Agtw/s4Wfc2V9Bwd/P39VtixB7oWxGdH4GteTTwYJWMg==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.18.8", + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-validator-option": "^7.18.6", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", + "@babel/plugin-proposal-async-generator-functions": "^7.18.6", + "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/plugin-proposal-class-static-block": "^7.18.6", + "@babel/plugin-proposal-dynamic-import": "^7.18.6", + "@babel/plugin-proposal-export-namespace-from": "^7.18.9", + "@babel/plugin-proposal-json-strings": "^7.18.6", + "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", + "@babel/plugin-proposal-numeric-separator": "^7.18.6", + "@babel/plugin-proposal-object-rest-spread": "^7.18.9", + "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", + "@babel/plugin-proposal-optional-chaining": "^7.18.9", + "@babel/plugin-proposal-private-methods": "^7.18.6", + "@babel/plugin-proposal-private-property-in-object": "^7.18.6", + "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-transform-arrow-functions": "^7.18.6", + "@babel/plugin-transform-async-to-generator": "^7.18.6", + "@babel/plugin-transform-block-scoped-functions": "^7.18.6", + "@babel/plugin-transform-block-scoping": "^7.18.9", + "@babel/plugin-transform-classes": "^7.18.9", + "@babel/plugin-transform-computed-properties": "^7.18.9", + "@babel/plugin-transform-destructuring": "^7.18.9", + "@babel/plugin-transform-dotall-regex": "^7.18.6", + "@babel/plugin-transform-duplicate-keys": "^7.18.9", + "@babel/plugin-transform-exponentiation-operator": "^7.18.6", + "@babel/plugin-transform-for-of": "^7.18.8", + "@babel/plugin-transform-function-name": "^7.18.9", + "@babel/plugin-transform-literals": "^7.18.9", + "@babel/plugin-transform-member-expression-literals": "^7.18.6", + "@babel/plugin-transform-modules-amd": "^7.18.6", + "@babel/plugin-transform-modules-commonjs": "^7.18.6", + "@babel/plugin-transform-modules-systemjs": "^7.18.9", + "@babel/plugin-transform-modules-umd": "^7.18.6", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6", + "@babel/plugin-transform-new-target": "^7.18.6", + "@babel/plugin-transform-object-super": "^7.18.6", + "@babel/plugin-transform-parameters": "^7.18.8", + "@babel/plugin-transform-property-literals": "^7.18.6", + "@babel/plugin-transform-regenerator": "^7.18.6", + "@babel/plugin-transform-reserved-words": "^7.18.6", + "@babel/plugin-transform-shorthand-properties": "^7.18.6", + "@babel/plugin-transform-spread": "^7.18.9", + "@babel/plugin-transform-sticky-regex": "^7.18.6", + "@babel/plugin-transform-template-literals": "^7.18.9", + "@babel/plugin-transform-typeof-symbol": "^7.18.9", + "@babel/plugin-transform-unicode-escapes": "^7.18.6", + "@babel/plugin-transform-unicode-regex": "^7.18.6", + "@babel/preset-modules": "^0.1.5", + "@babel/types": "^7.18.9", + "babel-plugin-polyfill-corejs2": "^0.3.1", + "babel-plugin-polyfill-corejs3": "^0.5.2", + "babel-plugin-polyfill-regenerator": "^0.3.1", + "core-js-compat": "^3.22.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env/node_modules/semver": { + "version": "6.3.0", + "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/preset-modules": { + "version": "0.1.5", + "resolved": "http://npm.anxinyun.cn/@babel%2fpreset-modules/-/preset-modules-0.1.5.tgz", + "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-react": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2fpreset-react/-/preset-react-7.18.6.tgz", + "integrity": "sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-validator-option": "^7.18.6", + "@babel/plugin-transform-react-display-name": "^7.18.6", + "@babel/plugin-transform-react-jsx": "^7.18.6", + "@babel/plugin-transform-react-jsx-development": "^7.18.6", + "@babel/plugin-transform-react-pure-annotations": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fruntime/-/runtime-7.18.9.tgz", + "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", + "dependencies": { + "regenerator-runtime": "^0.13.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/runtime-corejs2": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2fruntime-corejs2/-/runtime-corejs2-7.18.9.tgz", + "integrity": "sha512-l057ZarpDX2QnXM89ViR2BgRFgTy2l5UFGDt0SbInhim1N/ljBgPeTJV0kRG1/Bo7CkHfYfrNNwTeQ2CPph9xQ==", + "dev": true, + "dependencies": { + "core-js": "^2.6.12", + "regenerator-runtime": "^0.13.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/runtime-corejs2/node_modules/core-js": { + "version": "2.6.12", + "resolved": "http://npm.anxinyun.cn/core-js/-/core-js-2.6.12.tgz", + "integrity": "sha1-2TM9+nsGXjR8xWgiGdb2kIWcwuw=", + "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", + "dev": true, + "hasInstallScript": true + }, + "node_modules/@babel/template": { + "version": "7.18.6", + "resolved": "http://npm.anxinyun.cn/@babel%2ftemplate/-/template-7.18.6.tgz", + "integrity": "sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.18.6", + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2ftraverse/-/traverse-7.18.9.tgz", + "integrity": "sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.9", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.18.9", + "@babel/types": "^7.18.9", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.18.9", + "resolved": "http://npm.anxinyun.cn/@babel%2ftypes/-/types-7.18.9.tgz", + "integrity": "sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.18.6", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@chenshuai2144/sketch-color": { + "version": "1.0.8", + "resolved": "http://npm.anxinyun.cn/@chenshuai2144%2fsketch-color/-/sketch-color-1.0.8.tgz", + "integrity": "sha512-dPAzzWc+w7zyTAi71WXYZpiTYyIS80MxYyy2E/7jufhnJI1Z29wCPL35VvuJ/gs5zYpF2+w/B7BizWa2zKXpGw==", + "dependencies": { + "reactcss": "^1.2.3", + "tinycolor2": "^1.4.2" + }, + "peerDependencies": { + "react": ">=16.12.0" + } + }, + "node_modules/@ctrl/tinycolor": { + "version": "3.4.1", + "resolved": "http://npm.anxinyun.cn/@ctrl%2ftinycolor/-/tinycolor-3.4.1.tgz", + "integrity": "sha512-ej5oVy6lykXsvieQtqZxCOaLT+xD4+QNarq78cIYISHmZXshCvROLudpQN3lfL8G0NL7plMSSK+zlyvCaIJ4Iw==", + "engines": { + "node": ">=10" + } + }, + "node_modules/@discoveryjs/json-ext": { + "version": "0.5.7", + "resolved": "http://npm.anxinyun.cn/@discoveryjs%2fjson-ext/-/json-ext-0.5.7.tgz", + "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", + "dev": true, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/@fs/attachment": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/@fs%2fattachment/-/attachment-1.0.2.tgz", + "integrity": "sha512-0VasG0sOX1G8A4FBP7dtKPTKbEyFtUsycsVxoypuX8Xj3qBOadqi8vllbpbAgPgdglOAJQQo/2vWiPxoFkzGrA==", + "dependencies": { + "async-busboy": "^1.0.1", + "fs-extra": "^9.1.0", + "qiniu": "^7.1.1", + "superagent": "^6.1.0", + "uuid": "^3.1.0" + } + }, + "node_modules/@fs/attachment/node_modules/uuid": { + "version": "3.4.0", + "resolved": "http://npm.anxinyun.cn/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/@icons/material": { + "version": "0.2.4", + "resolved": "http://npm.anxinyun.cn/@icons%2fmaterial/-/material-0.2.4.tgz", + "integrity": "sha1-6QyfcXaLNzbnbX3WeD/Gwq+oi8g=", + "peerDependencies": { + "react": "*" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "http://npm.anxinyun.cn/@jridgewell%2fgen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "http://npm.anxinyun.cn/@jridgewell%2fresolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "http://npm.anxinyun.cn/@jridgewell%2fset-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "http://npm.anxinyun.cn/@jridgewell%2fsource-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "http://npm.anxinyun.cn/@jridgewell%2fgen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "http://npm.anxinyun.cn/@jridgewell%2fsourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.14", + "resolved": "http://npm.anxinyun.cn/@jridgewell%2ftrace-mapping/-/trace-mapping-0.3.14.tgz", + "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==", + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "node_modules/@peace/components": { + "version": "0.0.35", + "resolved": "http://npm.anxinyun.cn/@peace%2fcomponents/-/components-0.0.35.tgz", + "integrity": "sha512-c8hJu3pE9MpumuT2Wet2L2uKDFh59bNhyh8NSHA4pqsHE0Igdjz9L0nZP28ZWhIXxSOSZleWJ7h/DdCJpl7u7Q==", + "dependencies": { + "@ant-design/icons": "^4.3.0", + "@peace/utils": "^0.0.35", + "antd": "^4.7.2", + "immutable": "^4.0.0-rc.12", + "moment": "^2.22.0", + "perfect-scrollbar": "^1.5.0", + "react": "^17.0.0", + "react-cropper": "^2.1.4", + "react-dom": "^17.0.0" + } + }, + "node_modules/@peace/components/node_modules/@peace/utils": { + "version": "0.0.35", + "resolved": "http://npm.anxinyun.cn/@peace%2futils/-/utils-0.0.35.tgz", + "integrity": "sha512-Ksx8FmajYT2zdp+Ih0Fcj5XAleA/NvN6dd6oowCjsCM8eQKbeevfsp2LXKa6KDqwObF0KpAohyOnWxz4+HcwUQ==", + "dependencies": { + "immutable": "^4.0.0-rc.12", + "superagent": "^6.1.0", + "superagent-no-cache": "^0.1.1" + } + }, + "node_modules/@peace/utils": { + "version": "0.0.51", + "resolved": "http://npm.anxinyun.cn:443/@peace%2futils/-/utils-0.0.51.tgz", + "integrity": "sha512-+HeDYNCf4Cid2nWEIQxED2avueBgXL4AgY7SVngubfCS6qI2TKjyPuTrtDGHTvojuLQe5BlEiKMxIuiAMQmTag==", + "dependencies": { + "immutable": "^4.0.0-rc.12", + "superagent": "^6.1.0", + "superagent-no-cache": "^0.1.1" + } + }, + "node_modules/@polka/url": { + "version": "1.0.0-next.21", + "resolved": "http://npm.anxinyun.cn/@polka%2furl/-/url-1.0.0-next.21.tgz", + "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", + "dev": true + }, + "node_modules/@probe.gl/env": { + "version": "3.5.0", + "resolved": "http://npm.anxinyun.cn/@probe.gl%2fenv/-/env-3.5.0.tgz", + "integrity": "sha512-YdlpZZshhyYxvWDBmZ5RIW2pTR14Pw4p9czMlt/v7F6HbFzWfAdmH7q6xVwFRYxUpQLwhWensWyv4aFysiWl4g==", + "dependencies": { + "@babel/runtime": "^7.0.0" + } + }, + "node_modules/@probe.gl/log": { + "version": "3.5.0", + "resolved": "http://npm.anxinyun.cn/@probe.gl%2flog/-/log-3.5.0.tgz", + "integrity": "sha512-nW/qz2X1xY08WU/TsmJP6/6IPNcaY5fS/vLjpC4ahJuE2Mezga4hGM/R2X5JWE/nkPc+BsC5GnAnD13rwAxS7g==", + "dependencies": { + "@babel/runtime": "^7.0.0", + "@probe.gl/env": "3.5.0" + } + }, + "node_modules/@probe.gl/stats": { + "version": "3.5.0", + "resolved": "http://npm.anxinyun.cn/@probe.gl%2fstats/-/stats-3.5.0.tgz", + "integrity": "sha512-IH2M+F3c8HR1DTroBARePUFG7wIewumtKA0UFqx51Z7S4hKrD60wFbpMmg0AcF4FvHAXMBoC+kYi1UKW9XbAOw==", + "dependencies": { + "@babel/runtime": "^7.0.0" + } + }, + "node_modules/@qixian.cs/path-to-regexp": { + "version": "6.1.0", + "resolved": "http://npm.anxinyun.cn/@qixian.cs%2fpath-to-regexp/-/path-to-regexp-6.1.0.tgz", + "integrity": "sha1-a4StAVljMqupX6KdLnAQRpjNXEU=" + }, + "node_modules/@react-dnd/asap": { + "version": "4.0.1", + "resolved": "http://npm.anxinyun.cn/@react-dnd%2fasap/-/asap-4.0.1.tgz", + "integrity": "sha512-kLy0PJDDwvwwTXxqTFNAAllPHD73AycE9ypWeln/IguoGBEbvFcPDbCV03G52bEcC5E+YgupBE0VzHGdC8SIXg==", + "dev": true + }, + "node_modules/@react-dnd/invariant": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/@react-dnd%2finvariant/-/invariant-2.0.0.tgz", + "integrity": "sha1-CdLoHNOeDnZ9faYt+TJYYPJOUX4=", + "dev": true + }, + "node_modules/@react-dnd/shallowequal": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/@react-dnd%2fshallowequal/-/shallowequal-2.0.0.tgz", + "integrity": "sha1-owMetUEp8sZrJ1P4QEJm7Hv2fwo=", + "dev": true + }, + "node_modules/@tootallnate/once": { + "version": "1.1.2", + "resolved": "http://npm.anxinyun.cn/@tootallnate%2fonce/-/once-1.1.2.tgz", + "integrity": "sha1-zLkURTYBeaBOf+av94wA/8Hur4I=", + "engines": { + "node": ">= 6" + } + }, + "node_modules/@types/d3-timer": { + "version": "2.0.1", + "resolved": "http://npm.anxinyun.cn/@types%2fd3-timer/-/d3-timer-2.0.1.tgz", + "integrity": "sha1-/7ZiDSkGJPNyaqNiwMiktEyNcgA=" + }, + "node_modules/@types/eslint": { + "version": "8.4.5", + "resolved": "http://npm.anxinyun.cn/@types%2feslint/-/eslint-8.4.5.tgz", + "integrity": "sha512-dhsC09y1gpJWnK+Ff4SGvCuSnk9DaU0BJZSzOwa6GVSg65XtTugLBITDAAzRU5duGBoXBHpdR/9jHGxJjNflJQ==", + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "node_modules/@types/eslint-scope": { + "version": "3.7.4", + "resolved": "http://npm.anxinyun.cn/@types%2feslint-scope/-/eslint-scope-3.7.4.tgz", + "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "node_modules/@types/estree": { + "version": "0.0.51", + "resolved": "http://npm.anxinyun.cn/@types%2festree/-/estree-0.0.51.tgz", + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==" + }, + "node_modules/@types/geojson": { + "version": "1.0.6", + "resolved": "http://npm.anxinyun.cn/@types%2fgeojson/-/geojson-1.0.6.tgz", + "integrity": "sha1-PgKXJyjGkkjCrwjWCkjLuGgP/98=" + }, + "node_modules/@types/glob": { + "version": "7.2.0", + "resolved": "http://npm.anxinyun.cn/@types%2fglob/-/glob-7.2.0.tgz", + "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", + "dependencies": { + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "node_modules/@types/hoist-non-react-statics": { + "version": "3.3.1", + "resolved": "http://npm.anxinyun.cn/@types%2fhoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", + "integrity": "sha1-ESSq/lEYy1kZd66xzqrtEHDrA58=", + "dev": true, + "dependencies": { + "@types/react": "*", + "hoist-non-react-statics": "^3.3.0" + } + }, + "node_modules/@types/html-minifier-terser": { + "version": "5.1.2", + "resolved": "http://npm.anxinyun.cn/@types%2fhtml-minifier-terser/-/html-minifier-terser-5.1.2.tgz", + "integrity": "sha1-aTsxatMj6pfu1rOO0aPMArFnK1c=", + "dev": true + }, + "node_modules/@types/json-schema": { + "version": "7.0.11", + "resolved": "http://npm.anxinyun.cn/@types%2fjson-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==" + }, + "node_modules/@types/minimatch": { + "version": "3.0.5", + "resolved": "http://npm.anxinyun.cn/@types%2fminimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha1-EAHMXmo3BLg8I2An538vWOoBD0A=" + }, + "node_modules/@types/node": { + "version": "18.6.1", + "resolved": "http://npm.anxinyun.cn/@types%2fnode/-/node-18.6.1.tgz", + "integrity": "sha512-z+2vB6yDt1fNwKOeGbckpmirO+VBDuQqecXkgeIqDlaOtmKn6hPR/viQ8cxCfqLU4fTlvM3+YjM367TukWdxpg==" + }, + "node_modules/@types/prop-types": { + "version": "15.7.5", + "resolved": "http://npm.anxinyun.cn/@types%2fprop-types/-/prop-types-15.7.5.tgz", + "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==", + "dev": true + }, + "node_modules/@types/quill": { + "version": "1.3.10", + "resolved": "http://npm.anxinyun.cn/@types%2fquill/-/quill-1.3.10.tgz", + "integrity": "sha1-3B97ZYf37pS99SkbySKJ9vBJdhM=", + "dev": true, + "dependencies": { + "parchment": "^1.1.2" + } + }, + "node_modules/@types/react": { + "version": "18.0.15", + "resolved": "http://npm.anxinyun.cn/@types%2freact/-/react-18.0.15.tgz", + "integrity": "sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow==", + "dev": true, + "dependencies": { + "@types/prop-types": "*", + "@types/scheduler": "*", + "csstype": "^3.0.2" + } + }, + "node_modules/@types/react-redux": { + "version": "7.1.24", + "resolved": "http://npm.anxinyun.cn/@types%2freact-redux/-/react-redux-7.1.24.tgz", + "integrity": "sha512-7FkurKcS1k0FHZEtdbbgN8Oc6b+stGSfZYjQGicofJ0j4U0qIn/jaSvnP2pLwZKiai3/17xqqxkkrxTgN8UNbQ==", + "dev": true, + "dependencies": { + "@types/hoist-non-react-statics": "^3.3.0", + "@types/react": "*", + "hoist-non-react-statics": "^3.3.0", + "redux": "^4.0.0" + } + }, + "node_modules/@types/scheduler": { + "version": "0.16.2", + "resolved": "http://npm.anxinyun.cn/@types%2fscheduler/-/scheduler-0.16.2.tgz", + "integrity": "sha1-GmL4lSVyPd4kuhsBsJK/XfitTTk=", + "dev": true + }, + "node_modules/@types/source-list-map": { + "version": "0.1.2", + "resolved": "http://npm.anxinyun.cn/@types%2fsource-list-map/-/source-list-map-0.1.2.tgz", + "integrity": "sha1-AHiDYGP/rxdBI0m7o2QIfgrALsk=", + "dev": true + }, + "node_modules/@types/tapable": { + "version": "1.0.8", + "resolved": "http://npm.anxinyun.cn/@types%2ftapable/-/tapable-1.0.8.tgz", + "integrity": "sha1-uUpDkchWZse3Mpn9OtedT6pDUxA=", + "dev": true + }, + "node_modules/@types/uglify-js": { + "version": "3.16.0", + "resolved": "http://npm.anxinyun.cn/@types%2fuglify-js/-/uglify-js-3.16.0.tgz", + "integrity": "sha512-0yeUr92L3r0GLRnBOvtYK1v2SjqMIqQDHMl7GLb+l2L8+6LSFWEEWEIgVsPdMn5ImLM8qzWT8xFPtQYpp8co0g==", + "dev": true, + "dependencies": { + "source-map": "^0.6.1" + } + }, + "node_modules/@types/webpack": { + "version": "4.41.32", + "resolved": "http://npm.anxinyun.cn/@types%2fwebpack/-/webpack-4.41.32.tgz", + "integrity": "sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==", + "dev": true, + "dependencies": { + "@types/node": "*", + "@types/tapable": "^1", + "@types/uglify-js": "*", + "@types/webpack-sources": "*", + "anymatch": "^3.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/@types/webpack-sources": { + "version": "3.2.0", + "resolved": "http://npm.anxinyun.cn/@types%2fwebpack-sources/-/webpack-sources-3.2.0.tgz", + "integrity": "sha1-FtdZuglsKJA0smVT0t8b9FJI04s=", + "dev": true, + "dependencies": { + "@types/node": "*", + "@types/source-list-map": "*", + "source-map": "^0.7.3" + } + }, + "node_modules/@types/webpack-sources/node_modules/source-map": { + "version": "0.7.4", + "resolved": "http://npm.anxinyun.cn/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@types/webpack/node_modules/anymatch": { + "version": "3.1.2", + "resolved": "http://npm.anxinyun.cn/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha1-wFV8CWrzLxBhmPT04qODU343hxY=", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@umijs/route-utils": { + "version": "2.1.5", + "resolved": "http://npm.anxinyun.cn/@umijs%2froute-utils/-/route-utils-2.1.5.tgz", + "integrity": "sha512-ByDXNljAMWeCyHOKkM3gc18TgvtAGV9Di/A0MGnzVrf8PY/MdwogGSOktf3Z4w1Iqha2Bt8vHZk3SnQF8C8P4w==", + "dependencies": { + "@qixian.cs/path-to-regexp": "^6.1.0", + "fast-deep-equal": "^3.1.3", + "lodash.isequal": "^4.5.0", + "memoize-one": "^5.1.1" + } + }, + "node_modules/@umijs/route-utils/node_modules/memoize-one": { + "version": "5.2.1", + "resolved": "http://npm.anxinyun.cn/memoize-one/-/memoize-one-5.2.1.tgz", + "integrity": "sha1-gzeqPEM1WBg57AHD1ZQJDOvo8A4=" + }, + "node_modules/@umijs/ssr-darkreader": { + "version": "4.9.45", + "resolved": "http://npm.anxinyun.cn/@umijs%2fssr-darkreader/-/ssr-darkreader-4.9.45.tgz", + "integrity": "sha512-XlcwzSYQ/SRZpHdwIyMDS4FOGX5kP4U/2g2mykyn/iPQTK4xTiQAyBu6UnnDnn7d5P8s7Atzh1C7H0ETNOypJg==" + }, + "node_modules/@umijs/use-params": { + "version": "1.0.9", + "resolved": "http://npm.anxinyun.cn/@umijs%2fuse-params/-/use-params-1.0.9.tgz", + "integrity": "sha512-QlN0RJSBVQBwLRNxbxjQ5qzqYIGn+K7USppMoIOVlf7fxXHsnQZ2bEsa6Pm74bt6DVQxpUE8HqvdStn6Y9FV1w==", + "peerDependencies": { + "react": "*" + } + }, + "node_modules/@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fast/-/ast-1.11.1.tgz", + "integrity": "sha1-K/12fq4aaZb0Mv9+jX/HVnnAtqc=", + "dependencies": { + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + } + }, + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.1", + "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2ffloating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", + "integrity": "sha1-9sYacF8P16auyqToGY8j2dwXnk8=" + }, + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.11.1", + "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-api-error/-/helper-api-error-1.11.1.tgz", + "integrity": "sha1-GmMZLYeI5cASgAump6RscFKI/RY=" + }, + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.11.1", + "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-buffer/-/helper-buffer-1.11.1.tgz", + "integrity": "sha1-gyqQDrREiEzemnytRn+BUA9eWrU=" + }, + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.11.1", + "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-numbers/-/helper-numbers-1.11.1.tgz", + "integrity": "sha1-ZNgdohn7u6HjvRv8dPboxOEKYq4=", + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.1", + "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", + "integrity": "sha1-8ygkHkHnsZnQsgwY6IQpxEMyleE=" + }, + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.11.1", + "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-wasm-section/-/helper-wasm-section-1.11.1.tgz", + "integrity": "sha1-Ie4GWntjXzGec48N1zv72igcCXo=", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1" + } + }, + "node_modules/@webassemblyjs/ieee754": { + "version": "1.11.1", + "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fieee754/-/ieee754-1.11.1.tgz", + "integrity": "sha1-ljkp6bvQVwnn4SJDoJkYCBKZJhQ=", + "dependencies": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@webassemblyjs/leb128": { + "version": "1.11.1", + "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fleb128/-/leb128-1.11.1.tgz", + "integrity": "sha1-zoFLRVdOk9drrh+yZEq5zdlSeqU=", + "dependencies": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/utf8": { + "version": "1.11.1", + "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2futf8/-/utf8-1.11.1.tgz", + "integrity": "sha1-0fi3ZDaefG5rrjUOhU3smlnwo/8=" + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.11.1", + "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-edit/-/wasm-edit-1.11.1.tgz", + "integrity": "sha1-rSBuv0v5WgWM6YgKjAksXeyBk9Y=", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/helper-wasm-section": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-opt": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "@webassemblyjs/wast-printer": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.11.1", + "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-gen/-/wasm-gen-1.11.1.tgz", + "integrity": "sha1-hsXqMEhJdZt9iMR6MvTwOa48j3Y=", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.11.1", + "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-opt/-/wasm-opt-1.11.1.tgz", + "integrity": "sha1-ZXtMIgL0zzs0X4pMZGHIwkGJhfI=", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.11.1", + "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-parser/-/wasm-parser-1.11.1.tgz", + "integrity": "sha1-hspzRTT0F+m9PGfHocddi+QfsZk=", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.11.1", + "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwast-printer/-/wast-printer-1.11.1.tgz", + "integrity": "sha1-0Mc77ajuxUJvEK6O9VzuXnCEwvA=", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webgpu/glslang": { + "version": "0.0.15", + "resolved": "http://npm.anxinyun.cn/@webgpu%2fglslang/-/glslang-0.0.15.tgz", + "integrity": "sha1-9cyvYBUkHmF19LkJBrBT+ISD0fI=" + }, + "node_modules/@webgpu/types": { + "version": "0.0.31", + "resolved": "http://npm.anxinyun.cn/@webgpu%2ftypes/-/types-0.0.31.tgz", + "integrity": "sha1-wF7G5gAkvxg28xI27NdnepaaKiw=" + }, + "node_modules/@webpack-cli/configtest": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/@webpack-cli%2fconfigtest/-/configtest-1.2.0.tgz", + "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", + "dev": true, + "peerDependencies": { + "webpack": "4.x.x || 5.x.x", + "webpack-cli": "4.x.x" + } + }, + "node_modules/@webpack-cli/info": { + "version": "1.5.0", + "resolved": "http://npm.anxinyun.cn/@webpack-cli%2finfo/-/info-1.5.0.tgz", + "integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==", + "dev": true, + "dependencies": { + "envinfo": "^7.7.3" + }, + "peerDependencies": { + "webpack-cli": "4.x.x" + } + }, + "node_modules/@webpack-cli/serve": { + "version": "1.7.0", + "resolved": "http://npm.anxinyun.cn/@webpack-cli%2fserve/-/serve-1.7.0.tgz", + "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", + "dev": true, + "peerDependencies": { + "webpack-cli": "4.x.x" + }, + "peerDependenciesMeta": { + "webpack-dev-server": { + "optional": true + } + } + }, + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/@xtuc%2fieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "resolved": "http://npm.anxinyun.cn/@xtuc%2flong/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + }, + "node_modules/a-sync-waterfall": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", + "integrity": "sha1-dba2qnJZi0l6El56J3DxT0yKH6c=" + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "http://npm.anxinyun.cn/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.8.0", + "resolved": "http://npm.anxinyun.cn/acorn/-/acorn-8.8.0.tgz", + "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-import-assertions": { + "version": "1.8.0", + "resolved": "http://npm.anxinyun.cn/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", + "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "peerDependencies": { + "acorn": "^8" + } + }, + "node_modules/acorn-walk": { + "version": "8.2.0", + "resolved": "http://npm.anxinyun.cn/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/add-dom-event-listener": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/add-dom-event-listener/-/add-dom-event-listener-1.1.0.tgz", + "integrity": "sha1-apLbOg3Qq8JU4JXA8dwUrLuq4xA=", + "dependencies": { + "object-assign": "4.x" + } + }, + "node_modules/address": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/address/-/address-1.2.0.tgz", + "integrity": "sha512-tNEZYz5G/zYunxFm7sfhAxkXEuLj3K6BKwv6ZURlsF6yiUQ65z0Q2wZW9L5cPUl9ocofGvXOdFYbFHp0+6MOig==", + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/adler-32": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/adler-32/-/adler-32-1.2.0.tgz", + "integrity": "sha1-aj5r8KY5ALoVZSgIyxXGgT0aXyU=", + "dependencies": { + "exit-on-epipe": "~1.0.1", + "printj": "~1.1.0" + }, + "bin": { + "adler32": "bin/adler32.njs" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/after": { + "version": "0.8.2", + "resolved": "http://npm.anxinyun.cn/after/-/after-0.8.2.tgz", + "integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=" + }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "http://npm.anxinyun.cn/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha1-Sf/1hXfP7j83F2/qtMIuAPhtf3c=", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/agentkeepalive": { + "version": "4.2.1", + "resolved": "http://npm.anxinyun.cn/agentkeepalive/-/agentkeepalive-4.2.1.tgz", + "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==", + "dependencies": { + "debug": "^4.1.0", + "depd": "^1.1.2", + "humanize-ms": "^1.2.1" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "http://npm.anxinyun.cn/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ=", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "node_modules/ajv-errors": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/ajv-errors/-/ajv-errors-1.0.1.tgz", + "integrity": "sha1-81mGrOuRr63sQQL72FAUlQzvpk0=", + "peerDependencies": { + "ajv": ">=5.0.0" + } + }, + "node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "http://npm.anxinyun.cn/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha1-MfKdpatuANHC0yms97WSlhTVAU0=", + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/ansi-colors": { + "version": "3.2.4", + "resolved": "http://npm.anxinyun.cn/ansi-colors/-/ansi-colors-3.2.4.tgz", + "integrity": "sha1-46PaS/uubIapwoViXeEkojQCb78=", + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-html-community": { + "version": "0.0.8", + "resolved": "http://npm.anxinyun.cn/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "engines": [ + "node >= 0.8.0" + ], + "bin": { + "ansi-html": "bin/ansi-html" + } + }, + "node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "http://npm.anxinyun.cn/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "http://npm.anxinyun.cn/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/antd": { + "version": "4.21.7", + "resolved": "http://npm.anxinyun.cn/antd/-/antd-4.21.7.tgz", + "integrity": "sha512-rwPtY2tcMpckAbkQjI7EFtJoa13wog29vKcCJEcWUp8ePhszJI2JUVB67IJxs8ZdvwFmKijl0OSwOKnSkDOgJw==", + "dependencies": { + "@ant-design/colors": "^6.0.0", + "@ant-design/icons": "^4.7.0", + "@ant-design/react-slick": "~0.29.1", + "@babel/runtime": "^7.18.3", + "@ctrl/tinycolor": "^3.4.0", + "classnames": "^2.2.6", + "copy-to-clipboard": "^3.2.0", + "lodash": "^4.17.21", + "memoize-one": "^6.0.0", + "moment": "^2.29.2", + "rc-cascader": "~3.6.0", + "rc-checkbox": "~2.3.0", + "rc-collapse": "~3.3.0", + "rc-dialog": "~8.9.0", + "rc-drawer": "~4.4.2", + "rc-dropdown": "~4.0.0", + "rc-field-form": "~1.26.1", + "rc-image": "~5.7.0", + "rc-input": "~0.0.1-alpha.5", + "rc-input-number": "~7.3.0", + "rc-mentions": "~1.9.0", + "rc-menu": "~9.6.0", + "rc-motion": "^2.5.1", + "rc-notification": "~4.6.0", + "rc-pagination": "~3.1.16", + "rc-picker": "~2.6.8", + "rc-progress": "~3.3.2", + "rc-rate": "~2.9.0", + "rc-resize-observer": "^1.2.0", + "rc-segmented": "~2.1.0", + "rc-select": "~14.1.1", + "rc-slider": "~10.0.0", + "rc-steps": "~4.1.0", + "rc-switch": "~3.2.0", + "rc-table": "~7.25.0", + "rc-tabs": "~11.16.0", + "rc-textarea": "~0.3.0", + "rc-tooltip": "~5.2.0", + "rc-tree": "~5.6.5", + "rc-tree-select": "~5.4.0", + "rc-trigger": "^5.2.10", + "rc-upload": "~4.3.0", + "rc-util": "^5.22.5", + "scroll-into-view-if-needed": "^2.2.25" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/antd-theme-generator": { + "version": "1.2.11", + "resolved": "http://npm.anxinyun.cn/antd-theme-generator/-/antd-theme-generator-1.2.11.tgz", + "integrity": "sha512-7A3lXyLb7eD7MXK7aSgZZ4DxQEdhZwyKhzIm70orUZPQJ8N8TWhZphyOWSGCe8yUqGQhi8PcpM2pLmTriZyKBw==", + "bundleDependencies": [ + "glob", + "hash.js", + "less", + "less-plugin-npm-import", + "postcss", + "strip-css-comments" + ], + "dependencies": { + "glob": "*", + "hash.js": "*", + "less": "*", + "less-bundle-promise": "^1.0.11", + "less-plugin-npm-import": "*", + "postcss": "*", + "postcss-less": "^3.1.4", + "strip-css-comments": "*" + } + }, + "node_modules/antd-theme-generator/node_modules/ansi-styles": { + "version": "3.2.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/antd-theme-generator/node_modules/asap": { + "version": "2.0.6", + "inBundle": true, + "license": "MIT" + }, + "node_modules/antd-theme-generator/node_modules/asn1": { + "version": "0.2.4", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "safer-buffer": "~2.1.0" + } + }, + "node_modules/antd-theme-generator/node_modules/assert-plus": { + "version": "1.0.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/antd-theme-generator/node_modules/asynckit": { + "version": "0.4.0", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/aws-sign2": { + "version": "0.7.0", + "inBundle": true, + "license": "Apache-2.0", + "optional": true, + "engines": { + "node": "*" + } + }, + "node_modules/antd-theme-generator/node_modules/aws4": { + "version": "1.8.0", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/balanced-match": { + "version": "1.0.0", + "inBundle": true, + "license": "MIT" + }, + "node_modules/antd-theme-generator/node_modules/bcrypt-pbkdf": { + "version": "1.0.2", + "inBundle": true, + "license": "BSD-3-Clause", + "optional": true, + "dependencies": { + "tweetnacl": "^0.14.3" + } + }, + "node_modules/antd-theme-generator/node_modules/brace-expansion": { + "version": "1.1.11", + "inBundle": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/antd-theme-generator/node_modules/caseless": { + "version": "0.12.0", + "inBundle": true, + "license": "Apache-2.0", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/chalk": { + "version": "2.4.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/antd-theme-generator/node_modules/clone": { + "version": "2.1.2", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/antd-theme-generator/node_modules/color-convert": { + "version": "1.9.2", + "inBundle": true, + "license": "MIT", + "dependencies": { + "color-name": "1.1.1" + } + }, + "node_modules/antd-theme-generator/node_modules/color-name": { + "version": "1.1.1", + "inBundle": true, + "license": "MIT" + }, + "node_modules/antd-theme-generator/node_modules/combined-stream": { + "version": "1.0.7", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/antd-theme-generator/node_modules/concat-map": { + "version": "0.0.1", + "inBundle": true, + "license": "MIT" + }, + "node_modules/antd-theme-generator/node_modules/core-util-is": { + "version": "1.0.2", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/dashdash": { + "version": "1.14.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "assert-plus": "^1.0.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/antd-theme-generator/node_modules/delayed-stream": { + "version": "1.0.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/antd-theme-generator/node_modules/ecc-jsbn": { + "version": "0.1.2", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "node_modules/antd-theme-generator/node_modules/errno": { + "version": "0.1.7", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "prr": "~1.0.1" + }, + "bin": { + "errno": "cli.js" + } + }, + "node_modules/antd-theme-generator/node_modules/escape-string-regexp": { + "version": "1.0.5", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/antd-theme-generator/node_modules/extend": { + "version": "3.0.2", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/extsprintf": { + "version": "1.3.0", + "engines": [ + "node >=0.6.0" + ], + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/fast-json-stable-stringify": { + "version": "2.0.0", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/forever-agent": { + "version": "0.6.1", + "inBundle": true, + "license": "Apache-2.0", + "optional": true, + "engines": { + "node": "*" + } + }, + "node_modules/antd-theme-generator/node_modules/form-data": { + "version": "2.3.3", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/antd-theme-generator/node_modules/fs.realpath": { + "version": "1.0.0", + "inBundle": true, + "license": "ISC" + }, + "node_modules/antd-theme-generator/node_modules/getpass": { + "version": "0.1.7", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "assert-plus": "^1.0.0" + } + }, + "node_modules/antd-theme-generator/node_modules/glob": { + "version": "7.1.3", + "inBundle": true, + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + } + }, + "node_modules/antd-theme-generator/node_modules/graceful-fs": { + "version": "4.1.15", + "inBundle": true, + "license": "ISC", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/har-schema": { + "version": "2.0.0", + "inBundle": true, + "license": "ISC", + "optional": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/antd-theme-generator/node_modules/har-validator": { + "version": "5.1.3", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "ajv": "^6.5.5", + "har-schema": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/antd-theme-generator/node_modules/har-validator/node_modules/ajv": { + "version": "6.6.2", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "node_modules/antd-theme-generator/node_modules/har-validator/node_modules/fast-deep-equal": { + "version": "2.0.1", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/has-flag": { + "version": "3.0.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/antd-theme-generator/node_modules/hash.js": { + "version": "1.1.7", + "inBundle": true, + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "node_modules/antd-theme-generator/node_modules/http-signature": { + "version": "1.2.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + }, + "engines": { + "node": ">=0.8", + "npm": ">=1.3.7" + } + }, + "node_modules/antd-theme-generator/node_modules/image-size": { + "version": "0.5.5", + "inBundle": true, + "license": "MIT", + "optional": true, + "bin": { + "image-size": "bin/image-size.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/antd-theme-generator/node_modules/inflight": { + "version": "1.0.6", + "inBundle": true, + "license": "ISC", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/antd-theme-generator/node_modules/inherits": { + "version": "2.0.3", + "inBundle": true, + "license": "ISC" + }, + "node_modules/antd-theme-generator/node_modules/is-regexp": { + "version": "2.1.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/antd-theme-generator/node_modules/is-typedarray": { + "version": "1.0.0", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/isstream": { + "version": "0.1.2", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/jsbn": { + "version": "0.1.1", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/json-schema": { + "version": "0.2.3", + "inBundle": true, + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/json-schema-traverse": { + "version": "0.4.1", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/json-stringify-safe": { + "version": "5.0.1", + "inBundle": true, + "license": "ISC", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/jsprim": { + "version": "1.4.1", + "engines": [ + "node >=0.6.0" + ], + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "node_modules/antd-theme-generator/node_modules/less": { + "version": "3.9.0", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "clone": "^2.1.2" + }, + "bin": { + "lessc": "bin/lessc" + }, + "engines": { + "node": ">=4" + }, + "optionalDependencies": { + "errno": "^0.1.1", + "graceful-fs": "^4.1.2", + "image-size": "~0.5.0", + "mime": "^1.4.1", + "mkdirp": "^0.5.0", + "promise": "^7.1.1", + "request": "^2.83.0", + "source-map": "~0.6.0" + } + }, + "node_modules/antd-theme-generator/node_modules/less-plugin-npm-import": { + "version": "2.1.0", + "inBundle": true, + "dependencies": { + "promise": "~7.0.1", + "resolve": "~1.1.6" + }, + "engines": { + "node": ">=0.4.2" + } + }, + "node_modules/antd-theme-generator/node_modules/less-plugin-npm-import/node_modules/promise": { + "version": "7.0.4", + "inBundle": true, + "license": "MIT", + "dependencies": { + "asap": "~2.0.3" + } + }, + "node_modules/antd-theme-generator/node_modules/less-plugin-npm-import/node_modules/resolve": { + "version": "1.1.7", + "inBundle": true, + "license": "MIT" + }, + "node_modules/antd-theme-generator/node_modules/mime": { + "version": "1.6.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/antd-theme-generator/node_modules/mime-db": { + "version": "1.37.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/antd-theme-generator/node_modules/mime-types": { + "version": "2.1.21", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "mime-db": "~1.37.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/antd-theme-generator/node_modules/minimalistic-assert": { + "version": "1.0.1", + "inBundle": true, + "license": "ISC" + }, + "node_modules/antd-theme-generator/node_modules/minimatch": { + "version": "3.0.4", + "inBundle": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/antd-theme-generator/node_modules/minimist": { + "version": "1.2.5", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/mkdirp": { + "version": "0.5.5", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "minimist": "^1.2.5" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/antd-theme-generator/node_modules/oauth-sign": { + "version": "0.9.0", + "inBundle": true, + "license": "Apache-2.0", + "optional": true, + "engines": { + "node": "*" + } + }, + "node_modules/antd-theme-generator/node_modules/once": { + "version": "1.4.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/antd-theme-generator/node_modules/path-is-absolute": { + "version": "1.0.1", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/antd-theme-generator/node_modules/performance-now": { + "version": "2.1.0", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/postcss": { + "version": "6.0.23", + "inBundle": true, + "license": "MIT", + "dependencies": { + "chalk": "^2.4.1", + "source-map": "^0.6.1", + "supports-color": "^5.4.0" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/antd-theme-generator/node_modules/promise": { + "version": "7.3.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "asap": "~2.0.3" + } + }, + "node_modules/antd-theme-generator/node_modules/prr": { + "version": "1.0.1", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/psl": { + "version": "1.1.31", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/punycode": { + "version": "2.1.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/antd-theme-generator/node_modules/qs": { + "version": "6.5.2", + "inBundle": true, + "license": "BSD-3-Clause", + "optional": true, + "engines": { + "node": ">=0.6" + } + }, + "node_modules/antd-theme-generator/node_modules/request": { + "version": "2.88.0", + "inBundle": true, + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.0", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.4.3", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/antd-theme-generator/node_modules/safe-buffer": { + "version": "5.1.2", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/safer-buffer": { + "version": "2.1.2", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/source-map": { + "version": "0.6.1", + "inBundle": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/antd-theme-generator/node_modules/sshpk": { + "version": "1.15.2", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + }, + "bin": { + "sshpk-conv": "bin/sshpk-conv", + "sshpk-sign": "bin/sshpk-sign", + "sshpk-verify": "bin/sshpk-verify" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/antd-theme-generator/node_modules/strip-css-comments": { + "version": "4.1.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "is-regexp": "^2.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/antd-theme-generator/node_modules/supports-color": { + "version": "5.4.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/antd-theme-generator/node_modules/tough-cookie": { + "version": "2.4.3", + "inBundle": true, + "license": "BSD-3-Clause", + "optional": true, + "dependencies": { + "psl": "^1.1.24", + "punycode": "^1.4.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/antd-theme-generator/node_modules/tough-cookie/node_modules/punycode": { + "version": "1.4.1", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/tunnel-agent": { + "version": "0.6.0", + "inBundle": true, + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "safe-buffer": "^5.0.1" + }, + "engines": { + "node": "*" + } + }, + "node_modules/antd-theme-generator/node_modules/tweetnacl": { + "version": "0.14.5", + "inBundle": true, + "license": "Unlicense", + "optional": true + }, + "node_modules/antd-theme-generator/node_modules/uri-js": { + "version": "4.2.2", + "inBundle": true, + "license": "BSD-2-Clause", + "optional": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/antd-theme-generator/node_modules/uuid": { + "version": "3.3.2", + "inBundle": true, + "license": "MIT", + "optional": true, + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/antd-theme-generator/node_modules/verror": { + "version": "1.10.0", + "engines": [ + "node >=0.6.0" + ], + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "node_modules/antd-theme-generator/node_modules/wrappy": { + "version": "1.0.2", + "inBundle": true, + "license": "ISC" + }, + "node_modules/any-promise": { + "version": "1.3.0", + "resolved": "http://npm.anxinyun.cn/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=" + }, + "node_modules/anymatch": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha1-vLJLTzeTTZqnrBe0ra+J58du8us=", + "dependencies": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + } + }, + "node_modules/anymatch/node_modules/normalize-path": { + "version": "2.1.1", + "resolved": "http://npm.anxinyun.cn/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "dependencies": { + "remove-trailing-separator": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/args": { + "version": "5.0.3", + "resolved": "http://npm.anxinyun.cn/args/-/args-5.0.3.tgz", + "integrity": "sha512-h6k/zfFgusnv3i5TU08KQkVKuCPBtL/PWQbWkHUxvJrZ2nAyeaUupneemcrgn1xmqxPQsPIzwkUhOpoqPDRZuA==", + "dependencies": { + "camelcase": "5.0.0", + "chalk": "2.4.2", + "leven": "2.1.0", + "mri": "1.1.4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/arr-diff": { + "version": "4.0.0", + "resolved": "http://npm.anxinyun.cn/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arr-flatten": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha1-NgSLv/TntH4TZkQxbJlmnqWukfE=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arr-union": { + "version": "3.1.0", + "resolved": "http://npm.anxinyun.cn/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-flatten": { + "version": "2.1.2", + "resolved": "http://npm.anxinyun.cn/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha1-JO+AoowaiTYX4hSbDG0NeIKTsJk=" + }, + "node_modules/array-move": { + "version": "3.0.1", + "resolved": "http://npm.anxinyun.cn/array-move/-/array-move-3.0.1.tgz", + "integrity": "sha1-F5ZFzAmHtllTpPwGtt+QReS6lhg=", + "engines": { + "node": ">=10" + } + }, + "node_modules/array-tree-filter": { + "version": "2.1.0", + "resolved": "http://npm.anxinyun.cn/array-tree-filter/-/array-tree-filter-2.1.0.tgz", + "integrity": "sha1-hzrAD+yDdJ8lWsjdCDgUtPYykZA=" + }, + "node_modules/array-union": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "dependencies": { + "array-uniq": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-uniq": { + "version": "1.0.3", + "resolved": "http://npm.anxinyun.cn/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-unique": { + "version": "0.3.2", + "resolved": "http://npm.anxinyun.cn/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array.prototype.reduce": { + "version": "1.0.4", + "resolved": "http://npm.anxinyun.cn/array.prototype.reduce/-/array.prototype.reduce-1.0.4.tgz", + "integrity": "sha512-WnM+AjG/DvLRLo4DDl+r+SvCzYtD2Jd9oeBYMcEaI7t3fFrHY9M53/wdLcTvmZNQ70IU6Htj0emFkZ5TS+lrdw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.2", + "es-array-method-boxes-properly": "^1.0.0", + "is-string": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/arraybuffer.slice": { + "version": "0.0.6", + "resolved": "http://npm.anxinyun.cn/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz", + "integrity": "sha1-8zshWfBTKj8xB6JywMz70a0peco=" + }, + "node_modules/asap": { + "version": "2.0.6", + "resolved": "http://npm.anxinyun.cn/asap/-/asap-2.0.6.tgz", + "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" + }, + "node_modules/asn1": { + "version": "0.2.6", + "resolved": "http://npm.anxinyun.cn/asn1/-/asn1-0.2.6.tgz", + "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", + "dependencies": { + "safer-buffer": "~2.1.0" + } + }, + "node_modules/assert-plus": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/assign-symbols": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ast-types": { + "version": "0.13.4", + "resolved": "http://npm.anxinyun.cn/ast-types/-/ast-types-0.13.4.tgz", + "integrity": "sha1-7g13s0MmOWXsw/ti2hbnIisrZ4I=", + "dependencies": { + "tslib": "^2.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/async": { + "version": "3.2.4", + "resolved": "http://npm.anxinyun.cn/async/-/async-3.2.4.tgz", + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + }, + "node_modules/async-busboy": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/async-busboy/-/async-busboy-1.1.0.tgz", + "integrity": "sha1-dRGs5yPEHimG4PXXzxRIiMHW32Y=", + "dependencies": { + "busboy": "^0.3.1" + } + }, + "node_modules/async-each": { + "version": "1.0.3", + "resolved": "http://npm.anxinyun.cn/async-each/-/async-each-1.0.3.tgz", + "integrity": "sha1-tyfb+H12UWAvBvTUrDh/R9kbDL8=" + }, + "node_modules/async-limiter": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha1-3TeelPDbgxCwgpH51kwyCXZmF/0=" + }, + "node_modules/async-validator": { + "version": "4.2.5", + "resolved": "http://npm.anxinyun.cn/async-validator/-/async-validator-4.2.5.tgz", + "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==" + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "http://npm.anxinyun.cn/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "node_modules/at-least-node": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha1-YCzUtG6EStTv/JKoARo8RuAjjcI=", + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/atob": { + "version": "2.1.2", + "resolved": "http://npm.anxinyun.cn/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "bin": { + "atob": "bin/atob.js" + }, + "engines": { + "node": ">= 4.5.0" + } + }, + "node_modules/aws-sign2": { + "version": "0.7.0", + "resolved": "http://npm.anxinyun.cn/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "engines": { + "node": "*" + } + }, + "node_modules/aws4": { + "version": "1.11.0", + "resolved": "http://npm.anxinyun.cn/aws4/-/aws4-1.11.0.tgz", + "integrity": "sha1-1h9G2DslGSUOJ4Ta9bCUeai0HFk=" + }, + "node_modules/babel-loader": { + "version": "8.2.5", + "resolved": "http://npm.anxinyun.cn/babel-loader/-/babel-loader-8.2.5.tgz", + "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==", + "dev": true, + "dependencies": { + "find-cache-dir": "^3.3.1", + "loader-utils": "^2.0.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" + }, + "engines": { + "node": ">= 8.9" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "webpack": ">=2" + } + }, + "node_modules/babel-loader/node_modules/schema-utils": { + "version": "2.7.1", + "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 8.9.0" + } + }, + "node_modules/babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "http://npm.anxinyun.cn/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha1-hP2hnJduxcbe/vV/lCez3vZuF6M=", + "dev": true, + "dependencies": { + "object.assign": "^4.1.0" + } + }, + "node_modules/babel-plugin-import": { + "version": "1.13.5", + "resolved": "http://npm.anxinyun.cn/babel-plugin-import/-/babel-plugin-import-1.13.5.tgz", + "integrity": "sha512-IkqnoV+ov1hdJVofly9pXRJmeDm9EtROfrc5i6eII0Hix2xMs5FEm8FG3ExMvazbnZBbgHIt6qdO8And6lCloQ==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.0.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.3.2", + "resolved": "http://npm.anxinyun.cn/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz", + "integrity": "sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.17.7", + "@babel/helper-define-polyfill-provider": "^0.3.2", + "semver": "^6.1.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { + "version": "6.3.0", + "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.5.3", + "resolved": "http://npm.anxinyun.cn/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz", + "integrity": "sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.3.2", + "core-js-compat": "^3.21.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.3.1", + "resolved": "http://npm.anxinyun.cn/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", + "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.3.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-polyfill": { + "version": "6.26.0", + "resolved": "http://npm.anxinyun.cn/babel-polyfill/-/babel-polyfill-6.26.0.tgz", + "integrity": "sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=", + "dependencies": { + "babel-runtime": "^6.26.0", + "core-js": "^2.5.0", + "regenerator-runtime": "^0.10.5" + } + }, + "node_modules/babel-polyfill/node_modules/regenerator-runtime": { + "version": "0.10.5", + "resolved": "http://npm.anxinyun.cn/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz", + "integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=" + }, + "node_modules/babel-runtime": { + "version": "6.26.0", + "resolved": "http://npm.anxinyun.cn/babel-runtime/-/babel-runtime-6.26.0.tgz", + "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", + "dependencies": { + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" + } + }, + "node_modules/babel-runtime/node_modules/regenerator-runtime": { + "version": "0.11.1", + "resolved": "http://npm.anxinyun.cn/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", + "integrity": "sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk=" + }, + "node_modules/backo2": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/backo2/-/backo2-1.0.2.tgz", + "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha1-6D46fj8wCzTLnYf2FfoMvzV2kO4=" + }, + "node_modules/base": { + "version": "0.11.2", + "resolved": "http://npm.anxinyun.cn/base/-/base-0.11.2.tgz", + "integrity": "sha1-e95c7RRbbVUakNuH+DxVi060io8=", + "dependencies": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base/node_modules/define-property": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base/node_modules/is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base/node_modules/is-data-descriptor": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base/node_modules/is-descriptor": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", + "dependencies": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base64-arraybuffer": { + "version": "0.1.5", + "resolved": "http://npm.anxinyun.cn/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz", + "integrity": "sha1-c5JncZI7Whl0etZmqlzUv5xunOg=", + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/base64id": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/base64id/-/base64id-1.0.0.tgz", + "integrity": "sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY=", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/batch": { + "version": "0.6.1", + "resolved": "http://npm.anxinyun.cn/batch/-/batch-0.6.1.tgz", + "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" + }, + "node_modules/bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "dependencies": { + "tweetnacl": "^0.14.3" + } + }, + "node_modules/before": { + "version": "0.0.1", + "resolved": "http://npm.anxinyun.cn/before/-/before-0.0.1.tgz", + "integrity": "sha1-0hJw6YdH6QlyU0QehorbMlrnLdo=", + "engines": { + "node": "*" + } + }, + "node_modules/better-assert": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/better-assert/-/better-assert-1.0.2.tgz", + "integrity": "sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI=", + "dependencies": { + "callsite": "1.0.0" + }, + "engines": { + "node": "*" + } + }, + "node_modules/big.js": { + "version": "5.2.2", + "resolved": "http://npm.anxinyun.cn/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg=", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/binary-extensions": { + "version": "1.13.1", + "resolved": "http://npm.anxinyun.cn/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha1-WYr+VHVbKGilMw0q/51Ou1Mgm2U=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/bindings": { + "version": "1.5.0", + "resolved": "http://npm.anxinyun.cn/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha1-EDU8npRTNLwFEabZCzj7x8nFBN8=", + "optional": true, + "dependencies": { + "file-uri-to-path": "1.0.0" + } + }, + "node_modules/bindings/node_modules/file-uri-to-path": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha1-VTp7hEb/b2hDWcRF8eN6BdrMM90=", + "optional": true + }, + "node_modules/black-hole-stream": { + "version": "0.0.1", + "resolved": "http://npm.anxinyun.cn/black-hole-stream/-/black-hole-stream-0.0.1.tgz", + "integrity": "sha1-M7ega58edFPWBBuCl0SB0hUq6kI=" + }, + "node_modules/blob": { + "version": "0.0.4", + "resolved": "http://npm.anxinyun.cn/blob/-/blob-0.0.4.tgz", + "integrity": "sha1-vPEwUspURj8w+fx+lbmkdjCpSSE=" + }, + "node_modules/block-stream2": { + "version": "2.1.0", + "resolved": "http://npm.anxinyun.cn/block-stream2/-/block-stream2-2.1.0.tgz", + "integrity": "sha1-rAxe9CmLOFd5bgW+jr7XIZb6BUs=", + "dependencies": { + "readable-stream": "^3.4.0" + } + }, + "node_modules/bluebird": { + "version": "3.7.2", + "resolved": "http://npm.anxinyun.cn/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha1-nyKcFb4nJFT/qXOs4NvueaGww28=" + }, + "node_modules/body-parser": { + "version": "1.20.0", + "resolved": "http://npm.anxinyun.cn/body-parser/-/body-parser-1.20.0.tgz", + "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.10.3", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", + "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/body-parser/node_modules/depd": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", + "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/body-parser/node_modules/qs": { + "version": "6.10.3", + "resolved": "http://npm.anxinyun.cn/qs/-/qs-6.10.3.tgz", + "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + } + }, + "node_modules/bonjour": { + "version": "3.5.0", + "resolved": "http://npm.anxinyun.cn/bonjour/-/bonjour-3.5.0.tgz", + "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", + "dependencies": { + "array-flatten": "^2.1.0", + "deep-equal": "^1.0.1", + "dns-equal": "^1.0.0", + "dns-txt": "^2.0.2", + "multicast-dns": "^6.0.1", + "multicast-dns-service-types": "^1.1.0" + } + }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", + "dev": true + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "http://npm.anxinyun.cn/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "2.3.2", + "resolved": "http://npm.anxinyun.cn/braces/-/braces-2.3.2.tgz", + "integrity": "sha1-WXn9PxTNUxVl5fot8av/8d+u5yk=", + "dependencies": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/browserslist": { + "version": "4.21.2", + "resolved": "http://npm.anxinyun.cn/browserslist/-/browserslist-4.21.2.tgz", + "integrity": "sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==", + "dependencies": { + "caniuse-lite": "^1.0.30001366", + "electron-to-chromium": "^1.4.188", + "node-releases": "^2.0.6", + "update-browserslist-db": "^1.0.4" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "http://npm.anxinyun.cn/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha1-KxRqb9cugLT1XSVfNe1Zo6mkG9U=" + }, + "node_modules/buffer-indexof": { + "version": "1.1.1", + "resolved": "http://npm.anxinyun.cn/buffer-indexof/-/buffer-indexof-1.1.1.tgz", + "integrity": "sha1-Uvq8xqYG0aADAoAmSO9o9jnaJow=" + }, + "node_modules/buffer-writer": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/buffer-writer/-/buffer-writer-2.0.0.tgz", + "integrity": "sha1-zn64Gjj3gp2wnIc/L7t5LAyY7AQ=", + "engines": { + "node": ">=4" + } + }, + "node_modules/busboy": { + "version": "0.3.1", + "resolved": "http://npm.anxinyun.cn/busboy/-/busboy-0.3.1.tgz", + "integrity": "sha1-FwiZJ0xb84quJ9XGK3EmjNWF/Rs=", + "dependencies": { + "dicer": "0.3.0" + }, + "engines": { + "node": ">=4.5.0" + } + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "http://npm.anxinyun.cn/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/cache-base": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "dependencies": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/cache-content-type": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/cache-content-type/-/cache-content-type-1.0.1.tgz", + "integrity": "sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==", + "dependencies": { + "mime-types": "^2.1.18", + "ylru": "^1.2.0" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha1-sdTonmiBGcPJqQOtMKuy9qkZvjw=", + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "node_modules/callsite": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/callsite/-/callsite-1.0.0.tgz", + "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=", + "engines": { + "node": "*" + } + }, + "node_modules/camel-case": { + "version": "4.1.2", + "resolved": "http://npm.anxinyun.cn/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha1-lygHKpVPgFIoIlpt7qazhGHhvVo=", + "dev": true, + "dependencies": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "node_modules/camelcase": { + "version": "5.0.0", + "resolved": "http://npm.anxinyun.cn/camelcase/-/camelcase-5.0.0.tgz", + "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001370", + "resolved": "http://npm.anxinyun.cn/caniuse-lite/-/caniuse-lite-1.0.30001370.tgz", + "integrity": "sha512-3PDmaP56wz/qz7G508xzjx8C+MC2qEm4SYhSEzC9IBROo+dGXFWRuaXkWti0A9tuI00g+toiriVqxtWMgl350g==" + }, + "node_modules/caseless": { + "version": "0.12.0", + "resolved": "http://npm.anxinyun.cn/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "node_modules/cfb": { + "version": "1.2.2", + "resolved": "http://npm.anxinyun.cn/cfb/-/cfb-1.2.2.tgz", + "integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==", + "dependencies": { + "adler-32": "~1.3.0", + "crc-32": "~1.2.0" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/cfb/node_modules/adler-32": { + "version": "1.3.1", + "resolved": "http://npm.anxinyun.cn/adler-32/-/adler-32-1.3.1.tgz", + "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/cfb/node_modules/crc-32": { + "version": "1.2.2", + "resolved": "http://npm.anxinyun.cn/crc-32/-/crc-32-1.2.2.tgz", + "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==", + "bin": { + "crc32": "bin/crc32.njs" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "http://npm.anxinyun.cn/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/chan": { + "version": "0.6.1", + "resolved": "http://npm.anxinyun.cn/chan/-/chan-0.6.1.tgz", + "integrity": "sha1-7ArRMuW8YsJ+8QzL/E2NzYygBkA=" + }, + "node_modules/chokidar": { + "version": "2.1.8", + "resolved": "http://npm.anxinyun.cn/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "deprecated": "Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies", + "dependencies": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + }, + "optionalDependencies": { + "fsevents": "^1.2.7" + } + }, + "node_modules/chrome-trace-event": { + "version": "1.0.3", + "resolved": "http://npm.anxinyun.cn/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "integrity": "sha1-EBXs7UdB4V0GZkqVfbv1DQQeJqw=", + "engines": { + "node": ">=6.0" + } + }, + "node_modules/class-utils": { + "version": "0.3.6", + "resolved": "http://npm.anxinyun.cn/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha1-+TNprouafOAv1B+q0MqDAzGQxGM=", + "dependencies": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/class-utils/node_modules/define-property": { + "version": "0.2.5", + "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/classnames": { + "version": "2.3.1", + "resolved": "http://npm.anxinyun.cn/classnames/-/classnames-2.3.1.tgz", + "integrity": "sha1-38+jiR4wbsHa0QXQ6I9EF7hTXo4=" + }, + "node_modules/clean-css": { + "version": "4.2.4", + "resolved": "http://npm.anxinyun.cn/clean-css/-/clean-css-4.2.4.tgz", + "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", + "dev": true, + "dependencies": { + "source-map": "~0.6.0" + }, + "engines": { + "node": ">= 4.0" + } + }, + "node_modules/cliui": { + "version": "5.0.0", + "resolved": "http://npm.anxinyun.cn/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha1-3u/P2y6AB4SqNPRvoI4GhRx7u8U=", + "dependencies": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + } + }, + "node_modules/cliui/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "http://npm.anxinyun.cn/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "engines": { + "node": ">=6" + } + }, + "node_modules/cliui/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=", + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/clone": { + "version": "2.1.2", + "resolved": "http://npm.anxinyun.cn/clone/-/clone-2.1.2.tgz", + "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/clone-deep": { + "version": "4.0.1", + "resolved": "http://npm.anxinyun.cn/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha1-wZ/Zvbv4WUK0/ZechNz31fB8I4c=", + "dev": true, + "dependencies": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/cls-bluebird": { + "version": "2.1.0", + "resolved": "http://npm.anxinyun.cn/cls-bluebird/-/cls-bluebird-2.1.0.tgz", + "integrity": "sha1-N+8eCAqP+1XC9BZPU28ZGeeWiu4=", + "dependencies": { + "is-bluebird": "^1.0.2", + "shimmer": "^1.1.0" + } + }, + "node_modules/co": { + "version": "4.6.0", + "resolved": "http://npm.anxinyun.cn/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "engines": { + "iojs": ">= 1.0.0", + "node": ">= 0.12.0" + } + }, + "node_modules/co-body": { + "version": "4.2.0", + "resolved": "http://npm.anxinyun.cn/co-body/-/co-body-4.2.0.tgz", + "integrity": "sha1-dN8g+nMmISXcRUgq8E40LqjbNRU=", + "dependencies": { + "inflation": "~2.0.0", + "qs": "~4.0.0", + "raw-body": "~2.1.2", + "type-is": "~1.6.6" + } + }, + "node_modules/co-body/node_modules/bytes": { + "version": "2.4.0", + "resolved": "http://npm.anxinyun.cn/bytes/-/bytes-2.4.0.tgz", + "integrity": "sha1-fZcZb51br39pNeJZhVSe3SpsIzk=" + }, + "node_modules/co-body/node_modules/iconv-lite": { + "version": "0.4.13", + "resolved": "http://npm.anxinyun.cn/iconv-lite/-/iconv-lite-0.4.13.tgz", + "integrity": "sha1-H4irpKsLFQjoMSrMOTRfNumS4vI=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/co-body/node_modules/qs": { + "version": "4.0.0", + "resolved": "http://npm.anxinyun.cn/qs/-/qs-4.0.0.tgz", + "integrity": "sha1-wx2bdOwn33XlQ6hseHKO2NRiNgc=" + }, + "node_modules/co-body/node_modules/raw-body": { + "version": "2.1.7", + "resolved": "http://npm.anxinyun.cn/raw-body/-/raw-body-2.1.7.tgz", + "integrity": "sha1-rf6s4uT7MJgFgBTQjActzFl1h3Q=", + "dependencies": { + "bytes": "2.4.0", + "iconv-lite": "0.4.13", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/co-busboy": { + "version": "1.5.0", + "resolved": "http://npm.anxinyun.cn/co-busboy/-/co-busboy-1.5.0.tgz", + "integrity": "sha1-Y35GpvfofAxksDobnmC+PrG03KQ=", + "dependencies": { + "black-hole-stream": "~0.0.1", + "busboy": "^0.2.8", + "chan": "^0.6.1", + "inflation": "^2.0.0" + } + }, + "node_modules/co-busboy/node_modules/busboy": { + "version": "0.2.14", + "resolved": "http://npm.anxinyun.cn/busboy/-/busboy-0.2.14.tgz", + "integrity": "sha1-bCpiLvz0fFe7vh4qnDetNseSVFM=", + "dependencies": { + "dicer": "0.2.5", + "readable-stream": "1.1.x" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/co-busboy/node_modules/dicer": { + "version": "0.2.5", + "resolved": "http://npm.anxinyun.cn/dicer/-/dicer-0.2.5.tgz", + "integrity": "sha1-WZbAhrszIYyBLAkL3cCc0S+stw8=", + "dependencies": { + "readable-stream": "1.1.x", + "streamsearch": "0.1.2" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/co-busboy/node_modules/readable-stream": { + "version": "1.1.14", + "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "node_modules/co-busboy/node_modules/string_decoder": { + "version": "0.10.31", + "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" + }, + "node_modules/codepage": { + "version": "1.14.0", + "resolved": "http://npm.anxinyun.cn/codepage/-/codepage-1.14.0.tgz", + "integrity": "sha1-jL4lSBMjVZ19MHVxsP/5HnodL5k=", + "dependencies": { + "commander": "~2.14.1", + "exit-on-epipe": "~1.0.1" + }, + "bin": { + "codepage": "bin/codepage.njs" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/codepage/node_modules/commander": { + "version": "2.14.1", + "resolved": "http://npm.anxinyun.cn/commander/-/commander-2.14.1.tgz", + "integrity": "sha1-IjUSPjevjKPGXfRbAm29NXsBuao=" + }, + "node_modules/collection-visit": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", + "dependencies": { + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/color": { + "version": "3.2.1", + "resolved": "http://npm.anxinyun.cn/color/-/color-3.2.1.tgz", + "integrity": "sha1-NUTcGYyvRJDD7MmnkLVP6f9F4WQ=", + "dependencies": { + "color-convert": "^1.9.3", + "color-string": "^1.6.0" + } + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "http://npm.anxinyun.cn/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "http://npm.anxinyun.cn/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "node_modules/color-string": { + "version": "1.9.1", + "resolved": "http://npm.anxinyun.cn/color-string/-/color-string-1.9.1.tgz", + "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", + "dependencies": { + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" + } + }, + "node_modules/colorette": { + "version": "2.0.19", + "resolved": "http://npm.anxinyun.cn/colorette/-/colorette-2.0.19.tgz", + "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==", + "dev": true + }, + "node_modules/colors": { + "version": "1.0.3", + "resolved": "http://npm.anxinyun.cn/colors/-/colors-1.0.3.tgz", + "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=", + "engines": { + "node": ">=0.1.90" + } + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "http://npm.anxinyun.cn/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commander": { + "version": "5.1.0", + "resolved": "http://npm.anxinyun.cn/commander/-/commander-5.1.0.tgz", + "integrity": "sha1-Rqu9FlL44Fm92u+Zu9yyrZzxea4=", + "engines": { + "node": ">= 6" + } + }, + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "dev": true + }, + "node_modules/component-bind": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/component-bind/-/component-bind-1.0.0.tgz", + "integrity": "sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=" + }, + "node_modules/component-emitter": { + "version": "1.3.0", + "resolved": "http://npm.anxinyun.cn/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha1-FuQHD7qK4ptnnyIVhT7hgasuq8A=" + }, + "node_modules/component-ie": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/component-ie/-/component-ie-1.0.0.tgz", + "integrity": "sha1-D5WCzLB4podZLMKetGsxhub+Y38=" + }, + "node_modules/component-inherit": { + "version": "0.0.3", + "resolved": "http://npm.anxinyun.cn/component-inherit/-/component-inherit-0.0.3.tgz", + "integrity": "sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=" + }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "http://npm.anxinyun.cn/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha1-r1PMprBw1MPAdQ+9dyhqbXzEb7o=", + "dependencies": { + "mime-db": ">= 1.43.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/compression": { + "version": "1.7.4", + "resolved": "http://npm.anxinyun.cn/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "dependencies": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/compression/node_modules/bytes": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", + "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/compression/node_modules/ms": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/compression/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=" + }, + "node_modules/compute-scroll-into-view": { + "version": "1.0.17", + "resolved": "http://npm.anxinyun.cn/compute-scroll-into-view/-/compute-scroll-into-view-1.0.17.tgz", + "integrity": "sha1-aojxis2dQunPS6pr7H4FImB6t6s=" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "http://npm.anxinyun.cn/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "node_modules/connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "http://npm.anxinyun.cn/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha1-izIIk1kwjRERFdgcrT/Oq4iPl7w=", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/connected-react-router": { + "version": "6.9.3", + "resolved": "http://npm.anxinyun.cn/connected-react-router/-/connected-react-router-6.9.3.tgz", + "integrity": "sha512-4ThxysOiv/R2Dc4Cke1eJwjKwH1Y51VDwlOrOfs1LjpdYOVvCNjNkZDayo7+sx42EeGJPQUNchWkjAIJdXGIOQ==", + "dev": true, + "dependencies": { + "lodash.isequalwith": "^4.4.0", + "prop-types": "^15.7.2" + }, + "optionalDependencies": { + "immutable": "^3.8.1 || ^4.0.0", + "seamless-immutable": "^7.1.3" + }, + "peerDependencies": { + "history": "^4.7.2", + "react": "^16.4.0 || ^17.0.0", + "react-redux": "^6.0.0 || ^7.1.0", + "react-router": "^4.3.1 || ^5.0.0", + "redux": "^3.6.0 || ^4.0.0" + } + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "http://npm.anxinyun.cn/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.4", + "resolved": "http://npm.anxinyun.cn/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha1-4TjMdeBAxyexlm/l5fjJruJW/js=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/convert-source-map": { + "version": "1.8.0", + "resolved": "http://npm.anxinyun.cn/convert-source-map/-/convert-source-map-1.8.0.tgz", + "integrity": "sha1-8zc8MtIbTXgN2ABFFGhPt5HKQ2k=", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.1" + } + }, + "node_modules/convert-source-map/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=", + "dev": true + }, + "node_modules/cookie": { + "version": "0.3.1", + "resolved": "http://npm.anxinyun.cn/cookie/-/cookie-0.3.1.tgz", + "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "http://npm.anxinyun.cn/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "node_modules/cookiejar": { + "version": "2.1.3", + "resolved": "http://npm.anxinyun.cn/cookiejar/-/cookiejar-2.1.3.tgz", + "integrity": "sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==" + }, + "node_modules/cookies": { + "version": "0.8.0", + "resolved": "http://npm.anxinyun.cn/cookies/-/cookies-0.8.0.tgz", + "integrity": "sha1-EpPOSzkXQKhAbjyYcOgoxLVPP5A=", + "dependencies": { + "depd": "~2.0.0", + "keygrip": "~1.1.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/cookies/node_modules/depd": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", + "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/copy-anything": { + "version": "2.0.6", + "resolved": "http://npm.anxinyun.cn/copy-anything/-/copy-anything-2.0.6.tgz", + "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", + "dev": true, + "dependencies": { + "is-what": "^3.14.1" + } + }, + "node_modules/copy-descriptor": { + "version": "0.1.1", + "resolved": "http://npm.anxinyun.cn/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/copy-to": { + "version": "2.0.1", + "resolved": "http://npm.anxinyun.cn/copy-to/-/copy-to-2.0.1.tgz", + "integrity": "sha1-JoD7uAaKSNCGVrYJgJK9r8kG9KU=" + }, + "node_modules/copy-to-clipboard": { + "version": "3.3.1", + "resolved": "http://npm.anxinyun.cn/copy-to-clipboard/-/copy-to-clipboard-3.3.1.tgz", + "integrity": "sha1-EVqhqZmP+rYZb5MHatbaO5E2Yq4=", + "dependencies": { + "toggle-selection": "^1.0.6" + } + }, + "node_modules/core-js": { + "version": "2.6.11", + "resolved": "http://npm.anxinyun.cn/core-js/-/core-js-2.6.11.tgz", + "integrity": "sha1-OIMUafmSK97Y7iHJ3EaYXgOZMIw=", + "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", + "hasInstallScript": true + }, + "node_modules/core-js-compat": { + "version": "3.24.0", + "resolved": "http://npm.anxinyun.cn/core-js-compat/-/core-js-compat-3.24.0.tgz", + "integrity": "sha512-F+2E63X3ff/nj8uIrf8Rf24UDGIz7p838+xjEp+Bx3y8OWXj+VTPPZNCtdqovPaS9o7Tka5mCH01Zn5vOd6UQg==", + "dev": true, + "dependencies": { + "browserslist": "^4.21.2", + "semver": "7.0.0" + } + }, + "node_modules/core-js-compat/node_modules/semver": { + "version": "7.0.0", + "resolved": "http://npm.anxinyun.cn/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "http://npm.anxinyun.cn/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha1-pgQtNjTCsn6TKPg3uWX6yDgI24U=" + }, + "node_modules/crc": { + "version": "3.4.4", + "resolved": "http://npm.anxinyun.cn/crc/-/crc-3.4.4.tgz", + "integrity": "sha1-naHpgOO9RPxck79as9ozeNheRms=" + }, + "node_modules/crc32": { + "version": "0.2.2", + "resolved": "http://npm.anxinyun.cn/crc32/-/crc32-0.2.2.tgz", + "integrity": "sha1-etIg1v/c0Rn5/BJ6d3LKzqOQpLo=", + "bin": { + "crc32": "bin/runner.js" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/create-react-class": { + "version": "15.7.0", + "resolved": "http://npm.anxinyun.cn/create-react-class/-/create-react-class-15.7.0.tgz", + "integrity": "sha1-dJnXyi5pu1HRP69ZvQTwxlodbB4=", + "dev": true, + "dependencies": { + "loose-envify": "^1.3.1", + "object-assign": "^4.1.1" + } + }, + "node_modules/cropperjs": { + "version": "1.5.12", + "resolved": "http://npm.anxinyun.cn/cropperjs/-/cropperjs-1.5.12.tgz", + "integrity": "sha1-2cDbK/uMDXadUXOej5FrvEThD1A=" + }, + "node_modules/cross-env": { + "version": "7.0.3", + "resolved": "http://npm.anxinyun.cn/cross-env/-/cross-env-7.0.3.tgz", + "integrity": "sha1-hlJkspZ33AFbqEGJGJZd0jL8VM8=", + "dependencies": { + "cross-spawn": "^7.0.1" + }, + "bin": { + "cross-env": "src/bin/cross-env.js", + "cross-env-shell": "src/bin/cross-env-shell.js" + }, + "engines": { + "node": ">=10.14", + "npm": ">=6", + "yarn": ">=1" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "http://npm.anxinyun.cn/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha1-9zqFudXUHQRVUcF34ogtSshXKKY=", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/csrf": { + "version": "3.1.0", + "resolved": "http://npm.anxinyun.cn/csrf/-/csrf-3.1.0.tgz", + "integrity": "sha1-7HXpZW0ATWdLjvW6R7Qfv9bLnDA=", + "dependencies": { + "rndm": "1.2.0", + "tsscmp": "1.0.6", + "uid-safe": "2.1.5" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/css-loader": { + "version": "3.6.0", + "resolved": "http://npm.anxinyun.cn/css-loader/-/css-loader-3.6.0.tgz", + "integrity": "sha1-Lkssfm4tJ/jI8o9hv/zS5ske9kU=", + "dev": true, + "dependencies": { + "camelcase": "^5.3.1", + "cssesc": "^3.0.0", + "icss-utils": "^4.1.1", + "loader-utils": "^1.2.3", + "normalize-path": "^3.0.0", + "postcss": "^7.0.32", + "postcss-modules-extract-imports": "^2.0.0", + "postcss-modules-local-by-default": "^3.0.2", + "postcss-modules-scope": "^2.2.0", + "postcss-modules-values": "^3.0.0", + "postcss-value-parser": "^4.1.0", + "schema-utils": "^2.7.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">= 8.9.0" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/css-loader/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "http://npm.anxinyun.cn/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/css-loader/node_modules/json5": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/json5/-/json5-1.0.1.tgz", + "integrity": "sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/css-loader/node_modules/loader-utils": { + "version": "1.4.0", + "resolved": "http://npm.anxinyun.cn/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha1-xXm140yzSxp07cbB+za/o3HVphM=", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/css-loader/node_modules/schema-utils": { + "version": "2.7.1", + "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 8.9.0" + } + }, + "node_modules/css-loader/node_modules/semver": { + "version": "6.3.0", + "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/css-select": { + "version": "4.3.0", + "resolved": "http://npm.anxinyun.cn/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + } + }, + "node_modules/css-what": { + "version": "6.1.0", + "resolved": "http://npm.anxinyun.cn/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true, + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/csstype": { + "version": "3.1.0", + "resolved": "http://npm.anxinyun.cn/csstype/-/csstype-3.1.0.tgz", + "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" + }, + "node_modules/cycle": { + "version": "1.0.3", + "resolved": "http://npm.anxinyun.cn/cycle/-/cycle-1.0.3.tgz", + "integrity": "sha1-IegLK+hYD5i0aPN5QwZisEbDStI=", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/d3-color": { + "version": "1.4.1", + "resolved": "http://npm.anxinyun.cn/d3-color/-/d3-color-1.4.1.tgz", + "integrity": "sha1-xSACv4hGraRCTVXZeYL+8m6zvIo=" + }, + "node_modules/d3-dispatch": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/d3-dispatch/-/d3-dispatch-2.0.0.tgz", + "integrity": "sha1-ihjhb3bdP8rvQhY8l7kmqptV588=" + }, + "node_modules/d3-ease": { + "version": "1.0.7", + "resolved": "http://npm.anxinyun.cn/d3-ease/-/d3-ease-1.0.7.tgz", + "integrity": "sha1-moNIkO+LiujFWLL+Vb1X9Zk7heI=" + }, + "node_modules/d3-force": { + "version": "2.1.1", + "resolved": "http://npm.anxinyun.cn/d3-force/-/d3-force-2.1.1.tgz", + "integrity": "sha1-8gzL8ebJ6ArdGSbwm1H2hqi8CTc=", + "dependencies": { + "d3-dispatch": "1 - 2", + "d3-quadtree": "1 - 2", + "d3-timer": "1 - 2" + } + }, + "node_modules/d3-interpolate": { + "version": "1.4.0", + "resolved": "http://npm.anxinyun.cn/d3-interpolate/-/d3-interpolate-1.4.0.tgz", + "integrity": "sha1-Um554tgNqjg/ngwcHH3MDwWD6Yc=", + "dependencies": { + "d3-color": "1" + } + }, + "node_modules/d3-quadtree": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/d3-quadtree/-/d3-quadtree-2.0.0.tgz", + "integrity": "sha1-7brQRc74hwH2/uOu6Ok/szLTD50=" + }, + "node_modules/d3-timer": { + "version": "1.0.10", + "resolved": "http://npm.anxinyun.cn/d3-timer/-/d3-timer-1.0.10.tgz", + "integrity": "sha1-3+dripF0iDGxO22ceT/71QjdneU=" + }, + "node_modules/dagre": { + "version": "0.8.5", + "resolved": "http://npm.anxinyun.cn/dagre/-/dagre-0.8.5.tgz", + "integrity": "sha1-ujCwBV2sErbB/MJHgXRCd30Gr+4=", + "dependencies": { + "graphlib": "^2.1.8", + "lodash": "^4.17.15" + } + }, + "node_modules/dagre-compound": { + "version": "0.0.11", + "resolved": "http://npm.anxinyun.cn/dagre-compound/-/dagre-compound-0.0.11.tgz", + "integrity": "sha512-UrSgRP9LtOZCYb9e5doolZXpc7xayyszgyOs7uakTK4n4KsLegLVTRRtq01GpQd/iZjYw5fWMapx9ed+c80MAQ==", + "engines": { + "node": ">=6.0.0" + }, + "peerDependencies": { + "dagre": "^0.8.5" + } + }, + "node_modules/dashdash": { + "version": "1.14.1", + "resolved": "http://npm.anxinyun.cn/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "dependencies": { + "assert-plus": "^1.0.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/data-uri-to-buffer": { + "version": "3.0.1", + "resolved": "http://npm.anxinyun.cn/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz", + "integrity": "sha1-WUuJc5OMW8LDMEZTV4U0GrxPNjY=", + "engines": { + "node": ">= 6" + } + }, + "node_modules/date-fns": { + "version": "2.29.1", + "resolved": "http://npm.anxinyun.cn/date-fns/-/date-fns-2.29.1.tgz", + "integrity": "sha512-dlLD5rKaKxpFdnjrs+5azHDFOPEu4ANy/LTh04A1DTzMM7qoajmKCBc8pkKRFT41CNzw+4gQh79X5C+Jq27HAw==", + "engines": { + "node": ">=0.11" + } + }, + "node_modules/dayjs": { + "version": "1.11.4", + "resolved": "http://npm.anxinyun.cn/dayjs/-/dayjs-1.11.4.tgz", + "integrity": "sha512-Zj/lPM5hOvQ1Bf7uAvewDaUcsJoI6JmNqmHhHl3nyumwe0XHwt8sWdOVAPACJzCebL8gQCi+K49w7iKWnGwX9g==" + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decamelize": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/decode-uri-component": { + "version": "0.2.0", + "resolved": "http://npm.anxinyun.cn/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/deep-equal": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/deep-equal/-/deep-equal-1.0.1.tgz", + "integrity": "sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=" + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "http://npm.anxinyun.cn/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" + }, + "node_modules/default-gateway": { + "version": "4.2.0", + "resolved": "http://npm.anxinyun.cn/default-gateway/-/default-gateway-4.2.0.tgz", + "integrity": "sha1-FnEEx1AMIRX23WmwpTa7jtcgVSs=", + "dependencies": { + "execa": "^1.0.0", + "ip-regex": "^2.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/default-user-agent": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/default-user-agent/-/default-user-agent-1.0.0.tgz", + "integrity": "sha1-FsRu/cq6PtxF8k8r1IaLAbfCrcY=", + "dependencies": { + "os-name": "~1.0.3" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/define-properties": { + "version": "1.1.4", + "resolved": "http://npm.anxinyun.cn/define-properties/-/define-properties-1.1.4.tgz", + "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", + "dev": true, + "dependencies": { + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/define-property": { + "version": "2.0.2", + "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha1-1Flono1lS6d+AqgX+HENcCyxbp0=", + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/define-property/node_modules/is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/define-property/node_modules/is-data-descriptor": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/define-property/node_modules/is-descriptor": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", + "dependencies": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/degenerator": { + "version": "3.0.2", + "resolved": "http://npm.anxinyun.cn/degenerator/-/degenerator-3.0.2.tgz", + "integrity": "sha512-c0mef3SNQo56t6urUU6tdQAs+ThoD0o9B9MJ8HEt7NQcGEILCRFqQb7ZbP9JAv+QF1Ky5plydhMR/IrqWDm+TQ==", + "dependencies": { + "ast-types": "^0.13.2", + "escodegen": "^1.8.1", + "esprima": "^4.0.0", + "vm2": "^3.9.8" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/del": { + "version": "4.1.1", + "resolved": "http://npm.anxinyun.cn/del/-/del-4.1.1.tgz", + "integrity": "sha1-no8RciLqRKMf86FWwEm5kFKp8LQ=", + "dependencies": { + "@types/glob": "^7.1.1", + "globby": "^6.1.0", + "is-path-cwd": "^2.0.0", + "is-path-in-cwd": "^2.0.0", + "p-map": "^2.0.0", + "pify": "^4.0.1", + "rimraf": "^2.6.3" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/delegates": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=" + }, + "node_modules/depd": { + "version": "1.1.2", + "resolved": "http://npm.anxinyun.cn/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/detect-browser": { + "version": "5.3.0", + "resolved": "http://npm.anxinyun.cn/detect-browser/-/detect-browser-5.3.0.tgz", + "integrity": "sha512-53rsFbGdwMwlF7qvCt0ypLM5V5/Mbl0szB7GPN8y9NCcbknYOeVVXdrXEq+90IwAfrrzt6Hd+u2E2ntakICU8w==" + }, + "node_modules/detect-node": { + "version": "2.1.0", + "resolved": "http://npm.anxinyun.cn/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha1-yccHdaScPQO8LAbZpzvlUPl4+LE=" + }, + "node_modules/dicer": { + "version": "0.3.0", + "resolved": "http://npm.anxinyun.cn/dicer/-/dicer-0.3.0.tgz", + "integrity": "sha1-6s2Ys7+/kuirXC/bcaqsRLsGuHI=", + "dependencies": { + "streamsearch": "0.1.2" + }, + "engines": { + "node": ">=4.5.0" + } + }, + "node_modules/digest-header": { + "version": "0.0.1", + "resolved": "http://npm.anxinyun.cn/digest-header/-/digest-header-0.0.1.tgz", + "integrity": "sha1-Ecz23uxXZqw3l0TZAcEsuklRS+Y=", + "dependencies": { + "utility": "0.1.11" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/digest-header/node_modules/utility": { + "version": "0.1.11", + "resolved": "http://npm.anxinyun.cn/utility/-/utility-0.1.11.tgz", + "integrity": "sha1-/eYM+bTkdRlHoM9dEEzik2ciZxU=", + "dependencies": { + "address": ">=0.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/dnd-core": { + "version": "10.0.2", + "resolved": "http://npm.anxinyun.cn/dnd-core/-/dnd-core-10.0.2.tgz", + "integrity": "sha512-PrxEjxF0+6Y1n1n1Z9hSWZ1tvnDXv9syL+BccV1r1RC08uWNsyetf8AnWmUF3NgYPwy0HKQJwTqGkZK+1NlaFA==", + "dev": true, + "dependencies": { + "@react-dnd/asap": "^4.0.0", + "@react-dnd/invariant": "^2.0.0", + "redux": "^4.0.4" + } + }, + "node_modules/dns-equal": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" + }, + "node_modules/dns-packet": { + "version": "1.3.4", + "resolved": "http://npm.anxinyun.cn/dns-packet/-/dns-packet-1.3.4.tgz", + "integrity": "sha1-40VQZYJKJQe6iGxVqJljuxB97G8=", + "dependencies": { + "ip": "^1.1.0", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/dns-txt": { + "version": "2.0.2", + "resolved": "http://npm.anxinyun.cn/dns-txt/-/dns-txt-2.0.2.tgz", + "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", + "dependencies": { + "buffer-indexof": "^1.0.0" + } + }, + "node_modules/dom-align": { + "version": "1.12.3", + "resolved": "http://npm.anxinyun.cn/dom-align/-/dom-align-1.12.3.tgz", + "integrity": "sha512-Gj9hZN3a07cbR6zviMUBOMPdWxYhbMI+x+WS0NAIu2zFZmbK8ys9R79g+iG9qLnlCwpFoaB+fKy8Pdv470GsPA==" + }, + "node_modules/dom-converter": { + "version": "0.2.0", + "resolved": "http://npm.anxinyun.cn/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha1-ZyGp2u4uKTaClVtq/kFncWJ7t2g=", + "dev": true, + "dependencies": { + "utila": "~0.4" + } + }, + "node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "http://npm.anxinyun.cn/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dev": true, + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + } + }, + "node_modules/dom7": { + "version": "4.0.4", + "resolved": "http://npm.anxinyun.cn/dom7/-/dom7-4.0.4.tgz", + "integrity": "sha512-DSSgBzQ4rJWQp1u6o+3FVwMNnT5bzQbMb+o31TjYYeRi05uAcpF8koxdfzeoe5ElzPmua7W7N28YJhF7iEKqIw==", + "dependencies": { + "ssr-window": "^4.0.0" + } + }, + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "http://npm.anxinyun.cn/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true + }, + "node_modules/domhandler": { + "version": "4.3.1", + "resolved": "http://npm.anxinyun.cn/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/domutils": { + "version": "2.8.0", + "resolved": "http://npm.anxinyun.cn/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha1-RDfe9dtuLR9dbuhZvZXKfQIEgTU=", + "dev": true, + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + } + }, + "node_modules/dot-case": { + "version": "3.0.4", + "resolved": "http://npm.anxinyun.cn/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha1-mytnDQCkMWZ6inW6Kc0bmICc51E=", + "dev": true, + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/dottie": { + "version": "2.0.2", + "resolved": "http://npm.anxinyun.cn/dottie/-/dottie-2.0.2.tgz", + "integrity": "sha1-zJHAcmzjoFTr8RxV+8kqfyZt0VQ=" + }, + "node_modules/duplexer": { + "version": "0.1.2", + "resolved": "http://npm.anxinyun.cn/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha1-Or5DrvODX4rgd9E23c4PJ2sEAOY=", + "dev": true + }, + "node_modules/ecc-jsbn": { + "version": "0.1.2", + "resolved": "http://npm.anxinyun.cn/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "dependencies": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "node_modules/echarts": { + "version": "5.3.3", + "resolved": "http://npm.anxinyun.cn/echarts/-/echarts-5.3.3.tgz", + "integrity": "sha512-BRw2serInRwO5SIwRviZ6Xgm5Lb7irgz+sLiFMmy/HOaf4SQ+7oYqxKzRHAKp4xHQ05AuHw1xvoQWJjDQq/FGw==", + "dependencies": { + "tslib": "2.3.0", + "zrender": "5.3.2" + } + }, + "node_modules/echarts/node_modules/tslib": { + "version": "2.3.0", + "resolved": "http://npm.anxinyun.cn/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha1-gDuM2rPhK6WBpMpByIObuw2ssJ4=" + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "http://npm.anxinyun.cn/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "node_modules/electron-to-chromium": { + "version": "1.4.199", + "resolved": "http://npm.anxinyun.cn/electron-to-chromium/-/electron-to-chromium-1.4.199.tgz", + "integrity": "sha512-WIGME0Cs7oob3mxsJwHbeWkH0tYkIE/sjkJ8ML2BYmuRcjhRl/q5kVDXG7W9LOOKwzPU5M0LBlXRq9rlSgnNlg==" + }, + "node_modules/emoji-regex": { + "version": "7.0.3", + "resolved": "http://npm.anxinyun.cn/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY=" + }, + "node_modules/emojis-list": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha1-VXBmIEatKeLpFucariYKvf9Pang=", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "http://npm.anxinyun.cn/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=", + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/engine.io": { + "version": "1.8.5", + "resolved": "http://npm.anxinyun.cn/engine.io/-/engine.io-1.8.5.tgz", + "integrity": "sha1-Tr5edcbcEj3uSv3Obl/c7SHrk/Y=", + "dependencies": { + "accepts": "1.3.3", + "base64id": "1.0.0", + "cookie": "0.3.1", + "debug": "2.3.3", + "engine.io-parser": "1.3.2", + "ws": "~1.1.5" + } + }, + "node_modules/engine.io-client": { + "version": "1.8.6", + "resolved": "http://npm.anxinyun.cn/engine.io-client/-/engine.io-client-1.8.6.tgz", + "integrity": "sha1-2GlnxIgBlSSt8iZdumK4hplL1f0=", + "dependencies": { + "component-emitter": "1.2.1", + "component-inherit": "0.0.3", + "debug": "2.3.3", + "engine.io-parser": "1.3.2", + "has-cors": "1.1.0", + "indexof": "0.0.1", + "parsejson": "0.0.3", + "parseqs": "0.0.5", + "parseuri": "0.0.5", + "ws": "~1.1.5", + "xmlhttprequest-ssl": "1.6.3", + "yeast": "0.1.2" + } + }, + "node_modules/engine.io-client/node_modules/component-emitter": { + "version": "1.2.1", + "resolved": "http://npm.anxinyun.cn/component-emitter/-/component-emitter-1.2.1.tgz", + "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" + }, + "node_modules/engine.io-client/node_modules/debug": { + "version": "2.3.3", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.3.3.tgz", + "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "dependencies": { + "ms": "0.7.2" + } + }, + "node_modules/engine.io-client/node_modules/ms": { + "version": "0.7.2", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.2.tgz", + "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" + }, + "node_modules/engine.io-parser": { + "version": "1.3.2", + "resolved": "http://npm.anxinyun.cn/engine.io-parser/-/engine.io-parser-1.3.2.tgz", + "integrity": "sha1-k3sHnwAH0Ik+xW1GyyILjLQ1Igo=", + "dependencies": { + "after": "0.8.2", + "arraybuffer.slice": "0.0.6", + "base64-arraybuffer": "0.1.5", + "blob": "0.0.4", + "has-binary": "0.1.7", + "wtf-8": "1.0.0" + } + }, + "node_modules/engine.io/node_modules/accepts": { + "version": "1.3.3", + "resolved": "http://npm.anxinyun.cn/accepts/-/accepts-1.3.3.tgz", + "integrity": "sha1-w8p0NJOGSMPg2cHjKN1otiLChMo=", + "dependencies": { + "mime-types": "~2.1.11", + "negotiator": "0.6.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/engine.io/node_modules/debug": { + "version": "2.3.3", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.3.3.tgz", + "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "dependencies": { + "ms": "0.7.2" + } + }, + "node_modules/engine.io/node_modules/ms": { + "version": "0.7.2", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.2.tgz", + "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" + }, + "node_modules/engine.io/node_modules/negotiator": { + "version": "0.6.1", + "resolved": "http://npm.anxinyun.cn/negotiator/-/negotiator-0.6.1.tgz", + "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/enhanced-resolve": { + "version": "5.10.0", + "resolved": "http://npm.anxinyun.cn/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", + "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/enhanced-resolve/node_modules/tapable": { + "version": "2.2.1", + "resolved": "http://npm.anxinyun.cn/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/entities": { + "version": "2.2.0", + "resolved": "http://npm.anxinyun.cn/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true + }, + "node_modules/envinfo": { + "version": "7.8.1", + "resolved": "http://npm.anxinyun.cn/envinfo/-/envinfo-7.8.1.tgz", + "integrity": "sha1-Bjd+Pl9NN5/qesWS1a2JJ+DE1HU=", + "dev": true, + "bin": { + "envinfo": "dist/cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/epilogue": { + "version": "0.6.6", + "resolved": "http://npm.anxinyun.cn/epilogue/-/epilogue-0.6.6.tgz", + "integrity": "sha1-7Rj7gM9rPsfGBS5NpadF0isICms=", + "dependencies": { + "bluebird": "^3.0.0", + "inflection": "^1.7.1", + "lodash": "^4.8.2" + } + }, + "node_modules/errno": { + "version": "0.1.8", + "resolved": "http://npm.anxinyun.cn/errno/-/errno-0.1.8.tgz", + "integrity": "sha1-i7Ppx9Rjvkl2/4iPdrSAnrwugR8=", + "dependencies": { + "prr": "~1.0.1" + }, + "bin": { + "errno": "cli.js" + } + }, + "node_modules/es-abstract": { + "version": "1.20.1", + "resolved": "http://npm.anxinyun.cn/es-abstract/-/es-abstract-1.20.1.tgz", + "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "function.prototype.name": "^1.1.5", + "get-intrinsic": "^1.1.1", + "get-symbol-description": "^1.0.0", + "has": "^1.0.3", + "has-property-descriptors": "^1.0.0", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "is-callable": "^1.2.4", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "is-string": "^1.0.7", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "regexp.prototype.flags": "^1.4.3", + "string.prototype.trimend": "^1.0.5", + "string.prototype.trimstart": "^1.0.5", + "unbox-primitive": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-array-method-boxes-properly": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", + "integrity": "sha1-hz8+hEGN5O4Zxb51KZCy5EcY0J4=", + "dev": true + }, + "node_modules/es-module-lexer": { + "version": "0.9.3", + "resolved": "http://npm.anxinyun.cn/es-module-lexer/-/es-module-lexer-0.9.3.tgz", + "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==" + }, + "node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "http://npm.anxinyun.cn/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha1-5VzUyc3BiLzvsDs2bHNjI/xciYo=", + "dev": true, + "dependencies": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es6-promise": { + "version": "3.3.1", + "resolved": "http://npm.anxinyun.cn/es6-promise/-/es6-promise-3.3.1.tgz", + "integrity": "sha1-oIzd6EzNvzTQJ6FFG8kdS80ophM=" + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "http://npm.anxinyun.cn/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha1-2M/ccACWXFoBdLSoLqpcBVJ0LkA=", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "http://npm.anxinyun.cn/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "http://npm.anxinyun.cn/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/escodegen": { + "version": "1.14.3", + "resolved": "http://npm.anxinyun.cn/escodegen/-/escodegen-1.14.3.tgz", + "integrity": "sha1-TnuB+6YVgdyXWC7XjKt/Do1j9QM=", + "dependencies": { + "esprima": "^4.0.1", + "estraverse": "^4.2.0", + "esutils": "^2.0.2", + "optionator": "^0.8.1" + }, + "bin": { + "escodegen": "bin/escodegen.js", + "esgenerate": "bin/esgenerate.js" + }, + "engines": { + "node": ">=4.0" + }, + "optionalDependencies": { + "source-map": "~0.6.1" + } + }, + "node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "http://npm.anxinyun.cn/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha1-54blmmbLkrP2wfsNUIqrF0hI9Iw=", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "http://npm.anxinyun.cn/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha1-E7BM2z5sXRnfkatph6hpVhmwqnE=", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "http://npm.anxinyun.cn/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha1-eteWTWeauyi+5yzsY3WLHF0smSE=", + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "http://npm.anxinyun.cn/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "4.3.0", + "resolved": "http://npm.anxinyun.cn/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0=", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "http://npm.anxinyun.cn/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "http://npm.anxinyun.cn/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "http://npm.anxinyun.cn/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha1-Lem2j2Uo1WRO9cWVJqG0oHMGFp8=" + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "http://npm.anxinyun.cn/events/-/events-3.3.0.tgz", + "integrity": "sha1-Mala0Kkk4tLEGagTrrLE6HjqdAA=", + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/eventsource": { + "version": "2.0.2", + "resolved": "http://npm.anxinyun.cn/eventsource/-/eventsource-2.0.2.tgz", + "integrity": "sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA==", + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/execa": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/execa/-/execa-1.0.0.tgz", + "integrity": "sha1-xiNqW7TfbW8V6I5/AXeYIWdJ3dg=", + "dependencies": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/execa/node_modules/cross-spawn": { + "version": "6.0.5", + "resolved": "http://npm.anxinyun.cn/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha1-Sl7Hxk364iw6FBJNus3uhG2Ay8Q=", + "dependencies": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "engines": { + "node": ">=4.8" + } + }, + "node_modules/execa/node_modules/path-key": { + "version": "2.0.1", + "resolved": "http://npm.anxinyun.cn/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "engines": { + "node": ">=4" + } + }, + "node_modules/execa/node_modules/shebang-command": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/execa/node_modules/shebang-regex": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/execa/node_modules/which": { + "version": "1.3.1", + "resolved": "http://npm.anxinyun.cn/which/-/which-1.3.1.tgz", + "integrity": "sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/exit-on-epipe": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz", + "integrity": "sha1-C92S6H1ShdJn2qgXHQ6wYVlolpI=", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/expand-brackets": { + "version": "2.1.4", + "resolved": "http://npm.anxinyun.cn/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", + "dependencies": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/debug": { + "version": "2.6.9", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", + "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/expand-brackets/node_modules/define-property": { + "version": "0.2.5", + "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/ms": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/express": { + "version": "4.18.1", + "resolved": "http://npm.anxinyun.cn/express/-/express-4.18.1.tgz", + "integrity": "sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.0", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.10.3", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express/node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "http://npm.anxinyun.cn/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "node_modules/express/node_modules/cookie": { + "version": "0.5.0", + "resolved": "http://npm.anxinyun.cn/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", + "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/express/node_modules/depd": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", + "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/express/node_modules/ms": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/express/node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "http://npm.anxinyun.cn/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "node_modules/express/node_modules/qs": { + "version": "6.10.3", + "resolved": "http://npm.anxinyun.cn/qs/-/qs-6.10.3.tgz", + "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + } + }, + "node_modules/express/node_modules/statuses": { + "version": "2.0.1", + "resolved": "http://npm.anxinyun.cn/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha1-VcsADM8dSHKL0jxoWgY5mM8aG2M=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "http://npm.anxinyun.cn/extend/-/extend-3.0.2.tgz", + "integrity": "sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo=" + }, + "node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob": { + "version": "2.0.4", + "resolved": "http://npm.anxinyun.cn/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha1-rQD+TcYSqSMuhxhxHcXLWrAoVUM=", + "dependencies": { + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/define-property": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/is-data-descriptor": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/is-descriptor": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", + "dependencies": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extsprintf": { + "version": "1.3.0", + "resolved": "http://npm.anxinyun.cn/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", + "engines": [ + "node >=0.6.0" + ] + }, + "node_modules/eyes": { + "version": "0.1.8", + "resolved": "http://npm.anxinyun.cn/eyes/-/eyes-0.1.8.tgz", + "integrity": "sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A=", + "engines": { + "node": "> 0.1.90" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "http://npm.anxinyun.cn/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU=" + }, + "node_modules/fast-diff": { + "version": "1.1.2", + "resolved": "http://npm.anxinyun.cn/fast-diff/-/fast-diff-1.1.2.tgz", + "integrity": "sha1-S2LEK44D3j+EhGC2OQeZIGldAVQ=", + "dev": true + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "http://npm.anxinyun.cn/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM=" + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "http://npm.anxinyun.cn/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" + }, + "node_modules/fast-safe-stringify": { + "version": "2.1.1", + "resolved": "http://npm.anxinyun.cn/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", + "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" + }, + "node_modules/fastest-levenshtein": { + "version": "1.0.14", + "resolved": "http://npm.anxinyun.cn/fastest-levenshtein/-/fastest-levenshtein-1.0.14.tgz", + "integrity": "sha512-tFfWHjnuUfKE186Tfgr+jtaFc0mZTApEgKDOeyN+FwOqRkO/zK/3h1AiRd8u8CY53owL3CUmGr/oI9p/RdyLTA==", + "dev": true, + "engines": { + "node": ">= 4.9.1" + } + }, + "node_modules/faye-websocket": { + "version": "0.11.4", + "resolved": "http://npm.anxinyun.cn/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha1-fw2Sdc/dhqHJY9yLZfzEUe3Lsdo=", + "dependencies": { + "websocket-driver": ">=0.5.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/fecha": { + "version": "4.2.3", + "resolved": "http://npm.anxinyun.cn/fecha/-/fecha-4.2.3.tgz", + "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==" + }, + "node_modules/fflate": { + "version": "0.3.11", + "resolved": "http://npm.anxinyun.cn/fflate/-/fflate-0.3.11.tgz", + "integrity": "sha1-LEQNcYD964GeZImNiFivMnsEKl0=" + }, + "node_modules/file-loader": { + "version": "6.2.0", + "resolved": "http://npm.anxinyun.cn/file-loader/-/file-loader-6.2.0.tgz", + "integrity": "sha1-uu98+OGEDfMl5DkLRISHlIDuvk0=", + "dev": true, + "dependencies": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/file-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/file-uri-to-path": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz", + "integrity": "sha1-e0Fa66In1XWFHgpbDGQNdlZAP7o=", + "engines": { + "node": ">= 6" + } + }, + "node_modules/fill-range": { + "version": "4.0.0", + "resolved": "http://npm.anxinyun.cn/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "dependencies": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/finalhandler": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", + "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/finalhandler/node_modules/statuses": { + "version": "2.0.1", + "resolved": "http://npm.anxinyun.cn/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha1-VcsADM8dSHKL0jxoWgY5mM8aG2M=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/find-cache-dir": { + "version": "3.3.2", + "resolved": "http://npm.anxinyun.cn/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha1-swxbbv8HMHMa6pu9nb7L2AJW1ks=", + "dev": true, + "dependencies": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-cache-dir/node_modules/find-up": { + "version": "4.1.0", + "resolved": "http://npm.anxinyun.cn/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=", + "dev": true, + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-cache-dir/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "http://npm.anxinyun.cn/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=", + "dev": true, + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-cache-dir/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "http://npm.anxinyun.cn/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc=", + "dev": true, + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-cache-dir/node_modules/path-exists": { + "version": "4.0.0", + "resolved": "http://npm.anxinyun.cn/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM=", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-cache-dir/node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "http://npm.anxinyun.cn/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha1-8JkTPfft5CLoHR2ESCcO6z5CYfM=", + "dev": true, + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha1-SRafHXmTQwZG2mHsxa41XCHJe3M=", + "dependencies": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/follow-redirects": { + "version": "1.15.1", + "resolved": "http://npm.anxinyun.cn/follow-redirects/-/follow-redirects-1.15.1.tgz", + "integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/for-in": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/forever-agent": { + "version": "0.6.1", + "resolved": "http://npm.anxinyun.cn/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "engines": { + "node": "*" + } + }, + "node_modules/form-data": { + "version": "3.0.1", + "resolved": "http://npm.anxinyun.cn/form-data/-/form-data-3.0.1.tgz", + "integrity": "sha1-69U3kbeDVqma+aMA1CgsTV65dV8=", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/formidable": { + "version": "1.2.6", + "resolved": "http://npm.anxinyun.cn/formidable/-/formidable-1.2.6.tgz", + "integrity": "sha512-KcpbcpuLNOwrEjnbpMC0gS+X8ciDoZE1kkqzat4a8vrprf+s9pKNQ/QIwWfbfs4ltgmFl3MD177SNTkve3BwGQ==", + "deprecated": "Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau" + }, + "node_modules/formstream": { + "version": "1.1.1", + "resolved": "http://npm.anxinyun.cn/formstream/-/formstream-1.1.1.tgz", + "integrity": "sha1-FyWdJEDDXKlzbbn0X7O6P4Zpx1A=", + "dependencies": { + "destroy": "^1.0.4", + "mime": "^2.5.2", + "pause-stream": "~0.0.11" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "http://npm.anxinyun.cn/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha1-ImmTZCiq1MFcfr6XeahL8LKoGBE=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/frac": { + "version": "1.1.2", + "resolved": "http://npm.anxinyun.cn/frac/-/frac-1.1.2.tgz", + "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/fragment-cache": { + "version": "0.2.1", + "resolved": "http://npm.anxinyun.cn/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "dependencies": { + "map-cache": "^0.2.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "http://npm.anxinyun.cn/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fs-dc": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/fs-dc/-/fs-dc-1.1.0.tgz", + "integrity": "sha512-4NDVKTlFKlIRSxH5hMpa7oXbwTKGZ+T5tth8kiQC8vivzHCfjPcnBeEwT343Iny9vPc5MAakjeMVC7ZNmSCNHA==", + "dependencies": { + "co": "^4.6.0", + "epilogue": "^0.6.5", + "koa-compose": "^3.0.0", + "pg": "^7.12.1", + "pg-hstore": "^2.3.2", + "sequelize": "^4.2.1" + } + }, + "node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "http://npm.anxinyun.cn/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/fs-logger": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/fs-logger/-/fs-logger-1.0.0.tgz", + "integrity": "sha512-bTnVEpCwoLpeDX17XbfYydbkqXeBDyjvWRgjY/EPz8ZVH+UQpHXumIxKT0aHA2sX1Sca8W3oEfmXTZt5TvmL3g==", + "dependencies": { + "fs-extra": "^0.26.2", + "winston": "^2.1.0" + } + }, + "node_modules/fs-logger/node_modules/fs-extra": { + "version": "0.26.7", + "resolved": "http://npm.anxinyun.cn/fs-extra/-/fs-extra-0.26.7.tgz", + "integrity": "sha1-muH92UiXeY7at20JGM9C0MMYT6k=", + "dependencies": { + "graceful-fs": "^4.1.2", + "jsonfile": "^2.1.0", + "klaw": "^1.0.0", + "path-is-absolute": "^1.0.0", + "rimraf": "^2.2.8" + } + }, + "node_modules/fs-logger/node_modules/jsonfile": { + "version": "2.4.0", + "resolved": "http://npm.anxinyun.cn/jsonfile/-/jsonfile-2.4.0.tgz", + "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/fs-monkey": { + "version": "1.0.3", + "resolved": "http://npm.anxinyun.cn/fs-monkey/-/fs-monkey-1.0.3.tgz", + "integrity": "sha1-rjrJLVO7Mo7+DpodlUH2rY1I4tM=", + "dev": true + }, + "node_modules/fs-web-server-scaffold": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/fs-web-server-scaffold/-/fs-web-server-scaffold-1.2.0.tgz", + "integrity": "sha512-3Cx02OkdHNvhge1+N31otW2sOqfttdrg7FgCG8H8mEaIBf5fd3KITVl6OMaTcc/gIwtBwOWvtSc0ZuHHJbYQrQ==", + "dependencies": { + "co": "^4.6.0", + "co-body": "^4.0.0", + "fs-dc": "^1.1.0", + "fs-logger": "^1.0.0", + "is-generator-function": "^1.0.3", + "koa": "^2.0.0-alpha.3", + "koa-66": "^0.7.1", + "koa-bodyparser": "^2.0.1", + "koa-convert": "^1.1.0", + "koa-cors": "0.0.16", + "koa-csrf": "^2.4.0", + "koa-generic-session": "^1.10.0", + "koa-logger": "^1.3.0", + "koa-static": "^1.5.2", + "socket.io": "^1.4.8" + } + }, + "node_modules/fs-web-server-scaffold/node_modules/koa-convert": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/koa-convert/-/koa-convert-1.2.0.tgz", + "integrity": "sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA=", + "dependencies": { + "co": "^4.6.0", + "koa-compose": "^3.0.0" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "node_modules/fsevents": { + "version": "1.2.13", + "resolved": "http://npm.anxinyun.cn/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg=", + "deprecated": "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.", + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "dependencies": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + }, + "engines": { + "node": ">= 4.0" + } + }, + "node_modules/ftp": { + "version": "0.3.10", + "resolved": "http://npm.anxinyun.cn/ftp/-/ftp-0.3.10.tgz", + "integrity": "sha1-kZfYYa2BQvPmPVqDv+TFn3MwiF0=", + "dependencies": { + "readable-stream": "1.1.x", + "xregexp": "2.0.0" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/ftp/node_modules/readable-stream": { + "version": "1.1.14", + "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "node_modules/ftp/node_modules/string_decoder": { + "version": "0.10.31", + "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "http://npm.anxinyun.cn/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=" + }, + "node_modules/function.prototype.name": { + "version": "1.1.5", + "resolved": "http://npm.anxinyun.cn/function.prototype.name/-/function.prototype.name-1.1.5.tgz", + "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0", + "functions-have-names": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/functions-have-names": { + "version": "1.2.3", + "resolved": "http://npm.anxinyun.cn/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "dev": true + }, + "node_modules/generic-pool": { + "version": "3.5.0", + "resolved": "http://npm.anxinyun.cn/generic-pool/-/generic-pool-3.5.0.tgz", + "integrity": "sha1-rKxP10Ohdf8gV084CRADZGTLYfc=", + "engines": { + "node": ">= 4" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "http://npm.anxinyun.cn/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha1-MqbudsPX9S1GsrGuXZP+qFgKJeA=", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "http://npm.anxinyun.cn/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha1-T5RBKoLbMvNuOwuXQfipf+sDH34=", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.1.2", + "resolved": "http://npm.anxinyun.cn/get-intrinsic/-/get-intrinsic-1.1.2.tgz", + "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.3" + } + }, + "node_modules/get-stream": { + "version": "4.1.0", + "resolved": "http://npm.anxinyun.cn/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha1-wbJVV189wh1Zv8ec09K0axw6VLU=", + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/get-symbol-description": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/get-uri": { + "version": "3.0.2", + "resolved": "http://npm.anxinyun.cn/get-uri/-/get-uri-3.0.2.tgz", + "integrity": "sha1-8O8TVvqrxw4flAT6O2ayupv8clw=", + "dependencies": { + "@tootallnate/once": "1", + "data-uri-to-buffer": "3", + "debug": "4", + "file-uri-to-path": "2", + "fs-extra": "^8.1.0", + "ftp": "^0.3.10" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/get-uri/node_modules/fs-extra": { + "version": "8.1.0", + "resolved": "http://npm.anxinyun.cn/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/get-uri/node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "http://npm.anxinyun.cn/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/get-uri/node_modules/universalify": { + "version": "0.1.2", + "resolved": "http://npm.anxinyun.cn/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY=", + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/get-value": { + "version": "2.0.6", + "resolved": "http://npm.anxinyun.cn/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/getpass": { + "version": "0.1.7", + "resolved": "http://npm.anxinyun.cn/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "dependencies": { + "assert-plus": "^1.0.0" + } + }, + "node_modules/gl-matrix": { + "version": "3.4.3", + "resolved": "http://npm.anxinyun.cn/gl-matrix/-/gl-matrix-3.4.3.tgz", + "integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==" + }, + "node_modules/gl-vec2": { + "version": "1.3.0", + "resolved": "http://npm.anxinyun.cn/gl-vec2/-/gl-vec2-1.3.0.tgz", + "integrity": "sha1-g9Ry7UYDTejgnLyFcSP7bIHFEZk=" + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "http://npm.anxinyun.cn/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + } + }, + "node_modules/glob-parent": { + "version": "3.1.0", + "resolved": "http://npm.anxinyun.cn/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "dependencies": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + } + }, + "node_modules/glob-parent/node_modules/is-glob": { + "version": "3.1.0", + "resolved": "http://npm.anxinyun.cn/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "dependencies": { + "is-extglob": "^2.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "http://npm.anxinyun.cn/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha1-x1KXCHyFG5pXi9IX3VmpL1n+VG4=" + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "http://npm.anxinyun.cn/globals/-/globals-11.12.0.tgz", + "integrity": "sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/globby": { + "version": "6.1.0", + "resolved": "http://npm.anxinyun.cn/globby/-/globby-6.1.0.tgz", + "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "dependencies": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/globby/node_modules/pify": { + "version": "2.3.0", + "resolved": "http://npm.anxinyun.cn/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.10", + "resolved": "http://npm.anxinyun.cn/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + }, + "node_modules/graphlib": { + "version": "2.1.8", + "resolved": "http://npm.anxinyun.cn/graphlib/-/graphlib-2.1.8.tgz", + "integrity": "sha1-V2HUFHN4cAhMkux7XbywWSydNdo=", + "dependencies": { + "lodash": "^4.17.15" + } + }, + "node_modules/gzip-size": { + "version": "6.0.0", + "resolved": "http://npm.anxinyun.cn/gzip-size/-/gzip-size-6.0.0.tgz", + "integrity": "sha1-BlNn/VDCOcBnHLy61b4+LusQ5GI=", + "dev": true, + "dependencies": { + "duplexer": "^0.1.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/hammerjs": { + "version": "2.0.8", + "resolved": "http://npm.anxinyun.cn/hammerjs/-/hammerjs-2.0.8.tgz", + "integrity": "sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/handle-thing": { + "version": "2.0.1", + "resolved": "http://npm.anxinyun.cn/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha1-hX95zjWVgMNA1DCBzGSJcNC7I04=" + }, + "node_modules/har-schema": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "engines": { + "node": ">=4" + } + }, + "node_modules/har-validator": { + "version": "5.1.5", + "resolved": "http://npm.anxinyun.cn/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha1-HwgDufjLIMD6E4It8ezds2veHv0=", + "deprecated": "this library is no longer supported", + "dependencies": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "http://npm.anxinyun.cn/has/-/has-1.0.3.tgz", + "integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=", + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-ansi": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-bigints": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "dev": true + }, + "node_modules/has-binary": { + "version": "0.1.7", + "resolved": "http://npm.anxinyun.cn/has-binary/-/has-binary-0.1.7.tgz", + "integrity": "sha1-aOYesWIQyVRaClzOBqhzkS/h5ow=", + "dependencies": { + "isarray": "0.0.1" + } + }, + "node_modules/has-cors": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/has-cors/-/has-cors-1.1.0.tgz", + "integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=" + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "engines": { + "node": ">=4" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.1" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "http://npm.anxinyun.cn/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha1-fhM4GKfTlHNPlB5zw9P5KR5liyU=", + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/has-value": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", + "dependencies": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-values": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "dependencies": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-values/node_modules/kind-of": { + "version": "4.0.0", + "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/he": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/he/-/he-1.2.0.tgz", + "integrity": "sha1-hK5l+n6vsWX922FWauFLrwVmTw8=", + "dev": true, + "bin": { + "he": "bin/he" + } + }, + "node_modules/history": { + "version": "4.10.1", + "resolved": "http://npm.anxinyun.cn/history/-/history-4.10.1.tgz", + "integrity": "sha1-MzcaZeOoOyZ0NOKz87G0xYqtTPM=", + "dependencies": { + "@babel/runtime": "^7.1.2", + "loose-envify": "^1.2.0", + "resolve-pathname": "^3.0.0", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0", + "value-equal": "^1.0.1" + } + }, + "node_modules/hoist-non-react-statics": { + "version": "3.3.2", + "resolved": "http://npm.anxinyun.cn/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha1-7OCsr3HWLClpwuxZ/v9CpLGoW0U=", + "dependencies": { + "react-is": "^16.7.0" + } + }, + "node_modules/hpack.js": { + "version": "2.1.6", + "resolved": "http://npm.anxinyun.cn/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", + "dependencies": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + } + }, + "node_modules/hpack.js/node_modules/isarray": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "node_modules/hpack.js/node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/hpack.js/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=" + }, + "node_modules/hpack.js/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/html-entities": { + "version": "1.4.0", + "resolved": "http://npm.anxinyun.cn/html-entities/-/html-entities-1.4.0.tgz", + "integrity": "sha1-z70bAdKvr5rcobEK59/6uYxx0tw=" + }, + "node_modules/html-minifier-terser": { + "version": "5.1.1", + "resolved": "http://npm.anxinyun.cn/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", + "integrity": "sha1-ki6W8fO7YIMsJjS3mIQJY4mx8FQ=", + "dev": true, + "dependencies": { + "camel-case": "^4.1.1", + "clean-css": "^4.2.3", + "commander": "^4.1.1", + "he": "^1.2.0", + "param-case": "^3.0.3", + "relateurl": "^0.2.7", + "terser": "^4.6.3" + }, + "bin": { + "html-minifier-terser": "cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/html-minifier-terser/node_modules/commander": { + "version": "4.1.1", + "resolved": "http://npm.anxinyun.cn/commander/-/commander-4.1.1.tgz", + "integrity": "sha1-n9YCvZNilOnp70aj9NaWQESxgGg=", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/html-webpack-plugin": { + "version": "4.5.2", + "resolved": "http://npm.anxinyun.cn/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz", + "integrity": "sha1-dvyD+hoPEt1ffaBASlTiaZZmvBI=", + "dev": true, + "dependencies": { + "@types/html-minifier-terser": "^5.0.0", + "@types/tapable": "^1.0.5", + "@types/webpack": "^4.41.8", + "html-minifier-terser": "^5.0.1", + "loader-utils": "^1.2.3", + "lodash": "^4.17.20", + "pretty-error": "^2.1.1", + "tapable": "^1.1.3", + "util.promisify": "1.0.0" + }, + "engines": { + "node": ">=6.9" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/html-webpack-plugin/node_modules/json5": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/json5/-/json5-1.0.1.tgz", + "integrity": "sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/html-webpack-plugin/node_modules/loader-utils": { + "version": "1.4.0", + "resolved": "http://npm.anxinyun.cn/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha1-xXm140yzSxp07cbB+za/o3HVphM=", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/htmlparser2": { + "version": "6.1.0", + "resolved": "http://npm.anxinyun.cn/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha1-xNditsM3GgXb5l6UrkOp+EX7j7c=", + "dev": true, + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" + } + }, + "node_modules/http-assert": { + "version": "1.5.0", + "resolved": "http://npm.anxinyun.cn/http-assert/-/http-assert-1.5.0.tgz", + "integrity": "sha1-w4nM2HrBbtLfpiRv1zuSaqAOa48=", + "dependencies": { + "deep-equal": "~1.0.1", + "http-errors": "~1.8.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-assert/node_modules/http-errors": { + "version": "1.8.1", + "resolved": "http://npm.anxinyun.cn/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/http-deceiver": { + "version": "1.2.7", + "resolved": "http://npm.anxinyun.cn/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=" + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-errors/node_modules/depd": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", + "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-errors/node_modules/statuses": { + "version": "2.0.1", + "resolved": "http://npm.anxinyun.cn/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha1-VcsADM8dSHKL0jxoWgY5mM8aG2M=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-parser-js": { + "version": "0.5.8", + "resolved": "http://npm.anxinyun.cn/http-parser-js/-/http-parser-js-0.5.8.tgz", + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==" + }, + "node_modules/http-proxy": { + "version": "1.18.1", + "resolved": "http://npm.anxinyun.cn/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha1-QBVB8FNIhLv5UmAzTnL4juOXZUk=", + "dependencies": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/http-proxy-agent": { + "version": "4.0.1", + "resolved": "http://npm.anxinyun.cn/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "integrity": "sha1-ioyO9/WTLM+VPClsqCkblap0qjo=", + "dependencies": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/http-proxy-middleware": { + "version": "0.19.1", + "resolved": "http://npm.anxinyun.cn/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", + "integrity": "sha1-GDx9xKoUeRUDBkmMIQza+WCApDo=", + "dependencies": { + "http-proxy": "^1.17.0", + "is-glob": "^4.0.0", + "lodash": "^4.17.11", + "micromatch": "^3.1.10" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/http-signature": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "dependencies": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + }, + "engines": { + "node": ">=0.8", + "npm": ">=1.3.7" + } + }, + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "http://npm.anxinyun.cn/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/humanize-ms": { + "version": "1.2.1", + "resolved": "http://npm.anxinyun.cn/humanize-ms/-/humanize-ms-1.2.1.tgz", + "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", + "dependencies": { + "ms": "^2.0.0" + } + }, + "node_modules/humanize-number": { + "version": "0.0.2", + "resolved": "http://npm.anxinyun.cn/humanize-number/-/humanize-number-0.0.2.tgz", + "integrity": "sha1-EcCvakcWQ2M1iFiASPF5lUFInBg=" + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "http://npm.anxinyun.cn/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/icss-utils": { + "version": "4.1.1", + "resolved": "http://npm.anxinyun.cn/icss-utils/-/icss-utils-4.1.1.tgz", + "integrity": "sha1-IRcLU3ie4nRHwvR91oMIFAP5pGc=", + "dev": true, + "dependencies": { + "postcss": "^7.0.14" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/image-size": { + "version": "0.5.5", + "resolved": "http://npm.anxinyun.cn/image-size/-/image-size-0.5.5.tgz", + "integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=", + "dev": true, + "optional": true, + "bin": { + "image-size": "bin/image-size.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/immutable": { + "version": "4.1.0", + "resolved": "http://npm.anxinyun.cn/immutable/-/immutable-4.1.0.tgz", + "integrity": "sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ==" + }, + "node_modules/import-local": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/import-local/-/import-local-2.0.0.tgz", + "integrity": "sha1-VQcL44pZk88Y72236WH1vuXFoJ0=", + "dependencies": { + "pkg-dir": "^3.0.0", + "resolve-cwd": "^2.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/indexof": { + "version": "0.0.1", + "resolved": "http://npm.anxinyun.cn/indexof/-/indexof-0.0.1.tgz", + "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=" + }, + "node_modules/inflation": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/inflation/-/inflation-2.0.0.tgz", + "integrity": "sha1-i0F+R8KPklpFEz2RTKH9OJEH8w8=", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/inflection": { + "version": "1.13.2", + "resolved": "http://npm.anxinyun.cn/inflection/-/inflection-1.13.2.tgz", + "integrity": "sha512-cmZlljCRTBFouT8UzMzrGcVEvkv6D/wBdcdKG7J1QH5cXjtU75Dm+P27v9EKu/Y43UYyCJd1WC4zLebRrC8NBw==", + "engines": [ + "node >= 0.4.0" + ] + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "http://npm.anxinyun.cn/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "http://npm.anxinyun.cn/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=" + }, + "node_modules/insert-css": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/insert-css/-/insert-css-2.0.0.tgz", + "integrity": "sha1-610Ql7dUL0x56jBg067gfQU4gPQ=" + }, + "node_modules/internal-ip": { + "version": "4.3.0", + "resolved": "http://npm.anxinyun.cn/internal-ip/-/internal-ip-4.3.0.tgz", + "integrity": "sha1-hFRSuq2dLKO2nGNaE3rLmg2tCQc=", + "dependencies": { + "default-gateway": "^4.2.0", + "ipaddr.js": "^1.9.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/internal-slot": { + "version": "1.0.3", + "resolved": "http://npm.anxinyun.cn/internal-slot/-/internal-slot-1.0.3.tgz", + "integrity": "sha1-c0fjB97uovqsKsYgXUvH00ln9Zw=", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/interpret": { + "version": "2.2.0", + "resolved": "http://npm.anxinyun.cn/interpret/-/interpret-2.2.0.tgz", + "integrity": "sha1-GnigtZZcQKVBbQB61vUK0nxBffk=", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/invariant": { + "version": "2.2.4", + "resolved": "http://npm.anxinyun.cn/invariant/-/invariant-2.2.4.tgz", + "integrity": "sha1-YQ88ksk1nOHbYW5TgAjSP/NRWOY=", + "dependencies": { + "loose-envify": "^1.0.0" + } + }, + "node_modules/inversify": { + "version": "5.1.1", + "resolved": "http://npm.anxinyun.cn/inversify/-/inversify-5.1.1.tgz", + "integrity": "sha1-b71mjFkTN0BOAFoZRr/g2ALAhzA=" + }, + "node_modules/inversify-inject-decorators": { + "version": "3.1.0", + "resolved": "http://npm.anxinyun.cn/inversify-inject-decorators/-/inversify-inject-decorators-3.1.0.tgz", + "integrity": "sha1-2ZQQgLrXfOyKZe4p2QXk1dc+HpU=" + }, + "node_modules/ip": { + "version": "1.1.8", + "resolved": "http://npm.anxinyun.cn/ip/-/ip-1.1.8.tgz", + "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==" + }, + "node_modules/ip-regex": { + "version": "2.1.0", + "resolved": "http://npm.anxinyun.cn/ip-regex/-/ip-regex-2.1.0.tgz", + "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=", + "engines": { + "node": ">=4" + } + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "http://npm.anxinyun.cn/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha1-v/OFQ+64mEglB5/zoqjmy9RngbM=", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-absolute-url": { + "version": "3.0.3", + "resolved": "http://npm.anxinyun.cn/is-absolute-url/-/is-absolute-url-3.0.3.tgz", + "integrity": "sha1-lsaiK2ojkpsR6gr7GDbDatSl1pg=", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "http://npm.anxinyun.cn/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-accessor-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-any-array": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/is-any-array/-/is-any-array-2.0.0.tgz", + "integrity": "sha512-WdPV58rT3aOWXvvyuBydnCq4S2BM1Yz8shKxlEpk/6x+GX202XRvXOycEFtNgnHVLoc46hpexPFx8Pz1/sMS0w==" + }, + "node_modules/is-arrayish": { + "version": "0.3.2", + "resolved": "http://npm.anxinyun.cn/is-arrayish/-/is-arrayish-0.3.2.tgz", + "integrity": "sha1-RXSirlb3qyBolvtDHq7tBm/fjwM=" + }, + "node_modules/is-bigint": { + "version": "1.0.4", + "resolved": "http://npm.anxinyun.cn/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha1-CBR6GHW8KzIAXUHM2Ckd/8ZpHfM=", + "dev": true, + "dependencies": { + "has-bigints": "^1.0.1" + } + }, + "node_modules/is-binary-path": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "dependencies": { + "binary-extensions": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-bluebird": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/is-bluebird/-/is-bluebird-1.0.2.tgz", + "integrity": "sha1-CWQ5Bg9KpBGr7hkUOoTWpVNG1uI=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-boolean-object": { + "version": "1.1.2", + "resolved": "http://npm.anxinyun.cn/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha1-XG3CACRt2TIa5LiFoRS7H3X2Nxk=", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "http://npm.anxinyun.cn/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha1-76ouqdqg16suoTqXsritUf776L4=" + }, + "node_modules/is-callable": { + "version": "1.2.4", + "resolved": "http://npm.anxinyun.cn/is-callable/-/is-callable-1.2.4.tgz", + "integrity": "sha1-RzAdWN0CWUB4ZVR4U99tYf5HGUU=", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-core-module": { + "version": "2.9.0", + "resolved": "http://npm.anxinyun.cn/is-core-module/-/is-core-module-2.9.0.tgz", + "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + } + }, + "node_modules/is-data-descriptor": { + "version": "0.1.4", + "resolved": "http://npm.anxinyun.cn/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-data-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "http://npm.anxinyun.cn/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha1-CEHVU25yTCVZe/bqYuG9OCmN8x8=", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-descriptor": { + "version": "0.1.6", + "resolved": "http://npm.anxinyun.cn/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha1-Nm2CQN3kh8pRgjsaufB6EKeCUco=", + "dependencies": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-descriptor/node_modules/kind-of": { + "version": "5.1.0", + "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha1-cpyR4thXt6QZofmqZWhcTDP1hF0=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "http://npm.anxinyun.cn/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "engines": { + "node": ">=4" + } + }, + "node_modules/is-generator-function": { + "version": "1.0.10", + "resolved": "http://npm.anxinyun.cn/is-generator-function/-/is-generator-function-1.0.10.tgz", + "integrity": "sha1-8VWLrxrBfg3up8BBXEODUf8rPHI=", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "http://npm.anxinyun.cn/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-negative-zero": { + "version": "2.0.2", + "resolved": "http://npm.anxinyun.cn/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-number": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number-object": { + "version": "1.0.7", + "resolved": "http://npm.anxinyun.cn/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-number/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-path-cwd": { + "version": "2.2.0", + "resolved": "http://npm.anxinyun.cn/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha1-Z9Q7gmZKe1GR/ZEZEn6zAASKn9s=", + "engines": { + "node": ">=6" + } + }, + "node_modules/is-path-in-cwd": { + "version": "2.1.0", + "resolved": "http://npm.anxinyun.cn/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", + "integrity": "sha1-v+Lcomxp85cmWkAJljYCk1oFOss=", + "dependencies": { + "is-path-inside": "^2.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/is-path-inside": { + "version": "2.1.0", + "resolved": "http://npm.anxinyun.cn/is-path-inside/-/is-path-inside-2.1.0.tgz", + "integrity": "sha1-fJgQWH1lmkDSe8201WFuqwWUlLI=", + "dependencies": { + "path-is-inside": "^1.0.2" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "http://npm.anxinyun.cn/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha1-LBY7P6+xtgbZ0Xko8FwqHDjgdnc=", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-regex": { + "version": "1.1.4", + "resolved": "http://npm.anxinyun.cn/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha1-7vVmPNWfpMCuM5UFMj32hUuxWVg=", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-shared-array-buffer": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + } + }, + "node_modules/is-stream": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-string": { + "version": "1.0.7", + "resolved": "http://npm.anxinyun.cn/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha1-DdEr8gBvJVu1j2lREO/3SR7rwP0=", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "http://npm.anxinyun.cn/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha1-ptrJO2NbBjymhyI23oiRClevE5w=", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "node_modules/is-weakref": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + } + }, + "node_modules/is-what": { + "version": "3.14.1", + "resolved": "http://npm.anxinyun.cn/is-what/-/is-what-3.14.1.tgz", + "integrity": "sha1-4SIvRt3ahd6tD9HJ3xMXYOd3VcE=", + "dev": true + }, + "node_modules/is-windows": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha1-0YUOuXkezRjmGCzhKjDzlmNLsZ0=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-wsl": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", + "engines": { + "node": ">=4" + } + }, + "node_modules/isarray": { + "version": "0.0.1", + "resolved": "http://npm.anxinyun.cn/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "http://npm.anxinyun.cn/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/isstream": { + "version": "0.1.2", + "resolved": "http://npm.anxinyun.cn/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, + "node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "http://npm.anxinyun.cn/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/jest-worker/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "http://npm.anxinyun.cn/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha1-zW/BfihQDP9WwbhsCn/UpUpzAFw=", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "http://npm.anxinyun.cn/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha1-GSA/tZmR35jjoocFDUZHzerzJJk=" + }, + "node_modules/jsbn": { + "version": "0.1.1", + "resolved": "http://npm.anxinyun.cn/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "http://npm.anxinyun.cn/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha1-gFZNLkg9rPbo7yCWUKZ98/DCg6Q=", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "http://npm.anxinyun.cn/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0=" + }, + "node_modules/json-schema": { + "version": "0.4.0", + "resolved": "http://npm.anxinyun.cn/json-schema/-/json-schema-0.4.0.tgz", + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "http://npm.anxinyun.cn/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha1-afaofZUTq4u4/mO9sJecRI5oRmA=" + }, + "node_modules/json-stringify-safe": { + "version": "5.0.1", + "resolved": "http://npm.anxinyun.cn/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "node_modules/json2mq": { + "version": "0.2.0", + "resolved": "http://npm.anxinyun.cn/json2mq/-/json2mq-0.2.0.tgz", + "integrity": "sha1-tje9O6nqvhIsg+lyBIOusQ0skEo=", + "dependencies": { + "string-convert": "^0.2.0" + } + }, + "node_modules/json3": { + "version": "3.3.2", + "resolved": "http://npm.anxinyun.cn/json3/-/json3-3.3.2.tgz", + "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=", + "deprecated": "Please use the native JSON object instead of JSON 3" + }, + "node_modules/json5": { + "version": "2.2.1", + "resolved": "http://npm.anxinyun.cn/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "http://npm.anxinyun.cn/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4=", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jsprim": { + "version": "1.4.2", + "resolved": "http://npm.anxinyun.cn/jsprim/-/jsprim-1.4.2.tgz", + "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", + "dependencies": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.4.0", + "verror": "1.10.0" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/keygrip": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/keygrip/-/keygrip-1.1.0.tgz", + "integrity": "sha1-hxsWgdXhWcYqRFsMdLYV4JF+ciY=", + "dependencies": { + "tsscmp": "1.0.6" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/killable": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/killable/-/killable-1.0.1.tgz", + "integrity": "sha1-TIzkQRh6Bhx0dPuHygjipjgZSJI=" + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/klaw": { + "version": "1.3.1", + "resolved": "http://npm.anxinyun.cn/klaw/-/klaw-1.3.1.tgz", + "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=", + "optionalDependencies": { + "graceful-fs": "^4.1.9" + } + }, + "node_modules/klona": { + "version": "2.0.5", + "resolved": "http://npm.anxinyun.cn/klona/-/klona-2.0.5.tgz", + "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/koa": { + "version": "2.13.4", + "resolved": "http://npm.anxinyun.cn/koa/-/koa-2.13.4.tgz", + "integrity": "sha512-43zkIKubNbnrULWlHdN5h1g3SEKXOEzoAlRsHOTFpnlDu8JlAOZSMJBLULusuXRequboiwJcj5vtYXKB3k7+2g==", + "dependencies": { + "accepts": "^1.3.5", + "cache-content-type": "^1.0.0", + "content-disposition": "~0.5.2", + "content-type": "^1.0.4", + "cookies": "~0.8.0", + "debug": "^4.3.2", + "delegates": "^1.0.0", + "depd": "^2.0.0", + "destroy": "^1.0.4", + "encodeurl": "^1.0.2", + "escape-html": "^1.0.3", + "fresh": "~0.5.2", + "http-assert": "^1.3.0", + "http-errors": "^1.6.3", + "is-generator-function": "^1.0.7", + "koa-compose": "^4.1.0", + "koa-convert": "^2.0.0", + "on-finished": "^2.3.0", + "only": "~0.0.2", + "parseurl": "^1.3.2", + "statuses": "^1.5.0", + "type-is": "^1.6.16", + "vary": "^1.1.2" + }, + "engines": { + "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4" + } + }, + "node_modules/koa-66": { + "version": "0.7.3", + "resolved": "http://npm.anxinyun.cn/koa-66/-/koa-66-0.7.3.tgz", + "integrity": "sha1-uJqigcousj+2HFY8Q0ZHRhDFniw=", + "dependencies": { + "debug": "^2.2.0", + "koa-compose": "^3.0.0", + "path-to-regexp": "^1.2.1" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/koa-66/node_modules/debug": { + "version": "2.6.9", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", + "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/koa-66/node_modules/ms": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/koa-66/node_modules/path-to-regexp": { + "version": "1.8.0", + "resolved": "http://npm.anxinyun.cn/path-to-regexp/-/path-to-regexp-1.8.0.tgz", + "integrity": "sha1-iHs7qdhDk+h6CgufTLdWGYtTVIo=", + "dependencies": { + "isarray": "0.0.1" + } + }, + "node_modules/koa-better-http-proxy": { + "version": "0.2.10", + "resolved": "http://npm.anxinyun.cn/koa-better-http-proxy/-/koa-better-http-proxy-0.2.10.tgz", + "integrity": "sha512-i47bpzbMFOMvPoM7sUovsIfepPSDNZpNVV4expEER2wWaCGWLTRcWfx/wVOKA3gJLMdLLwzx9tZlyF5EGC1ZYg==", + "dependencies": { + "es6-promise": "^3.3.1", + "raw-body": "^2.2.0" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/koa-bodyparser": { + "version": "2.5.0", + "resolved": "http://npm.anxinyun.cn/koa-bodyparser/-/koa-bodyparser-2.5.0.tgz", + "integrity": "sha1-PrckP0eZii53LbBfbcTg9PPMvfA=", + "dependencies": { + "co-body": "^5.1.0", + "copy-to": "^2.0.1" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/koa-bodyparser/node_modules/co-body": { + "version": "5.2.0", + "resolved": "http://npm.anxinyun.cn/co-body/-/co-body-5.2.0.tgz", + "integrity": "sha1-WgpljEYCkTHg46MG9nZHMC9xwSQ=", + "dependencies": { + "inflation": "^2.0.0", + "qs": "^6.4.0", + "raw-body": "^2.2.0", + "type-is": "^1.6.14" + } + }, + "node_modules/koa-compose": { + "version": "3.2.1", + "resolved": "http://npm.anxinyun.cn/koa-compose/-/koa-compose-3.2.1.tgz", + "integrity": "sha1-qFzLQLfZhtjlo0Wzoazo6rz1Tec=", + "dependencies": { + "any-promise": "^1.1.0" + } + }, + "node_modules/koa-convert": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/koa-convert/-/koa-convert-2.0.0.tgz", + "integrity": "sha1-hqDETYHUBVG64i/uZwmQRXPupPU=", + "dependencies": { + "co": "^4.6.0", + "koa-compose": "^4.1.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/koa-convert/node_modules/koa-compose": { + "version": "4.1.0", + "resolved": "http://npm.anxinyun.cn/koa-compose/-/koa-compose-4.1.0.tgz", + "integrity": "sha1-UHMGuTcZAdtBEhyBLpI9DWfT6Hc=" + }, + "node_modules/koa-cors": { + "version": "0.0.16", + "resolved": "http://npm.anxinyun.cn/koa-cors/-/koa-cors-0.0.16.tgz", + "integrity": "sha1-mBB5k6eQnjTAQphsXsYVbXfzQy4=" + }, + "node_modules/koa-csrf": { + "version": "2.5.0", + "resolved": "http://npm.anxinyun.cn/koa-csrf/-/koa-csrf-2.5.0.tgz", + "integrity": "sha1-4j3nyOHQz+HucxDrLz8uykPaz44=", + "dependencies": { + "csrf": "^3.0.0" + } + }, + "node_modules/koa-generic-session": { + "version": "1.11.7", + "resolved": "http://npm.anxinyun.cn/koa-generic-session/-/koa-generic-session-1.11.7.tgz", + "integrity": "sha1-qWhLkRYg5NnhE8Zhm7Rgks3pr84=", + "dependencies": { + "copy-to": "~2.0.1", + "crc": "~3.4.0", + "debug": "^3.2.5", + "parseurl": "~1.3.1", + "uid-safe": "~2.1.1" + }, + "engines": { + "node": ">= 0.11.9" + } + }, + "node_modules/koa-generic-session/node_modules/debug": { + "version": "3.2.7", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", + "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/koa-logger": { + "version": "1.3.1", + "resolved": "http://npm.anxinyun.cn/koa-logger/-/koa-logger-1.3.1.tgz", + "integrity": "sha1-rT9fIZOzM0Mo8+uZphj0sEvui9U=", + "dependencies": { + "bytes": "1", + "chalk": "^1.1.3", + "humanize-number": "0.0.2", + "passthrough-counter": "^1.0.0" + } + }, + "node_modules/koa-logger/node_modules/ansi-styles": { + "version": "2.2.1", + "resolved": "http://npm.anxinyun.cn/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/koa-logger/node_modules/bytes": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/bytes/-/bytes-1.0.0.tgz", + "integrity": "sha1-NWnt6Lo0MV+rmcPpLLBMciDeH6g=" + }, + "node_modules/koa-logger/node_modules/chalk": { + "version": "1.1.3", + "resolved": "http://npm.anxinyun.cn/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dependencies": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/koa-logger/node_modules/supports-color": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/koa-proxy": { + "version": "1.0.0-alpha.3", + "resolved": "http://npm.anxinyun.cn/koa-proxy/-/koa-proxy-1.0.0-alpha.3.tgz", + "integrity": "sha1-r8Ye3J3GoZVGRmS+zMFiz+mUv1U=", + "dependencies": { + "pause-stream": "0.0.11", + "request": "^2.88.0", + "request-promise-native": "^1.0.5" + }, + "peerDependencies": { + "koa": "2.x" + } + }, + "node_modules/koa-send": { + "version": "2.0.3", + "resolved": "http://npm.anxinyun.cn/koa-send/-/koa-send-2.0.3.tgz", + "integrity": "sha1-f9PPPOFBi63jdqhM6k7DHY9Jzwc=", + "dependencies": { + "debug": "^3.2.5", + "mz": "^2.0.0", + "resolve-path": "^1.2.1" + } + }, + "node_modules/koa-send/node_modules/debug": { + "version": "3.2.7", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", + "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/koa-static": { + "version": "1.5.3", + "resolved": "http://npm.anxinyun.cn/koa-static/-/koa-static-1.5.3.tgz", + "integrity": "sha1-29IUbu5xeA3/0xLyPMSnYui839I=", + "dependencies": { + "debug": "^3.2.5", + "koa-send": "~2.0.1" + } + }, + "node_modules/koa-static/node_modules/debug": { + "version": "3.2.7", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", + "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/koa-view": { + "version": "2.1.4", + "resolved": "http://npm.anxinyun.cn/koa-view/-/koa-view-2.1.4.tgz", + "integrity": "sha1-Z5bcjoMiv3c3tbHNpNP1FMoYBhA=", + "dependencies": { + "nunjucks": "^3.2.0" + } + }, + "node_modules/koa/node_modules/depd": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", + "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/koa/node_modules/http-errors": { + "version": "1.8.1", + "resolved": "http://npm.anxinyun.cn/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/koa/node_modules/http-errors/node_modules/depd": { + "version": "1.1.2", + "resolved": "http://npm.anxinyun.cn/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/koa/node_modules/koa-compose": { + "version": "4.1.0", + "resolved": "http://npm.anxinyun.cn/koa-compose/-/koa-compose-4.1.0.tgz", + "integrity": "sha1-UHMGuTcZAdtBEhyBLpI9DWfT6Hc=" + }, + "node_modules/less": { + "version": "3.13.1", + "resolved": "http://npm.anxinyun.cn/less/-/less-3.13.1.tgz", + "integrity": "sha1-DryR0qDpwMZzW4PUlrCrBYMHeQk=", + "dev": true, + "dependencies": { + "copy-anything": "^2.0.1", + "tslib": "^1.10.0" + }, + "bin": { + "lessc": "bin/lessc" + }, + "engines": { + "node": ">=6" + }, + "optionalDependencies": { + "errno": "^0.1.1", + "graceful-fs": "^4.1.2", + "image-size": "~0.5.0", + "make-dir": "^2.1.0", + "mime": "^1.4.1", + "native-request": "^1.0.5", + "source-map": "~0.6.0" + } + }, + "node_modules/less-bundle-promise": { + "version": "1.0.11", + "resolved": "http://npm.anxinyun.cn/less-bundle-promise/-/less-bundle-promise-1.0.11.tgz", + "integrity": "sha512-LozmEciljdXe0CwEH6uWTlpQDlOVM8d3kkj14P+Jeze/AUhaPZs02x6INJh4TYSeO5xw4RxkpzXTELZSkLKC6Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/less-loader": { + "version": "7.3.0", + "resolved": "http://npm.anxinyun.cn/less-loader/-/less-loader-7.3.0.tgz", + "integrity": "sha1-+dbTbRhznWQgZ6Bftb1wyMYTF+U=", + "dev": true, + "dependencies": { + "klona": "^2.0.4", + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "peerDependencies": { + "less": "^3.5.0 || ^4.0.0", + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/less-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/less/node_modules/make-dir": { + "version": "2.1.0", + "resolved": "http://npm.anxinyun.cn/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=", + "dev": true, + "optional": true, + "dependencies": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/less/node_modules/mime": { + "version": "1.6.0", + "resolved": "http://npm.anxinyun.cn/mime/-/mime-1.6.0.tgz", + "integrity": "sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE=", + "dev": true, + "optional": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/less/node_modules/tslib": { + "version": "1.14.1", + "resolved": "http://npm.anxinyun.cn/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=", + "dev": true + }, + "node_modules/leven": { + "version": "2.1.0", + "resolved": "http://npm.anxinyun.cn/leven/-/leven-2.1.0.tgz", + "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/levn": { + "version": "0.3.0", + "resolved": "http://npm.anxinyun.cn/levn/-/levn-0.3.0.tgz", + "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "dependencies": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/loader-runner": { + "version": "4.3.0", + "resolved": "http://npm.anxinyun.cn/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "engines": { + "node": ">=6.11.5" + } + }, + "node_modules/loader-utils": { + "version": "2.0.2", + "resolved": "http://npm.anxinyun.cn/loader-utils/-/loader-utils-2.0.2.tgz", + "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/locate-path": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha1-2+w7OrdZdYBxtY/ln8QYca8hQA4=", + "dependencies": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "http://npm.anxinyun.cn/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lodash-es": { + "version": "4.17.21", + "resolved": "http://npm.anxinyun.cn/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha1-Q+YmxG5lkbd1C+srUBFzkMYJ4+4=" + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "http://npm.anxinyun.cn/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=", + "dev": true + }, + "node_modules/lodash.isequal": { + "version": "4.5.0", + "resolved": "http://npm.anxinyun.cn/lodash.isequal/-/lodash.isequal-4.5.0.tgz", + "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" + }, + "node_modules/lodash.isequalwith": { + "version": "4.4.0", + "resolved": "http://npm.anxinyun.cn/lodash.isequalwith/-/lodash.isequalwith-4.4.0.tgz", + "integrity": "sha1-Jmcm3dUo+FTyH06pigZWBuD7xrA=", + "dev": true + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "http://npm.anxinyun.cn/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha1-VYqlO0O2YeGSWgr9+japoQhf5Xo=" + }, + "node_modules/lodash.tonumber": { + "version": "4.0.3", + "resolved": "http://npm.anxinyun.cn/lodash.tonumber/-/lodash.tonumber-4.0.3.tgz", + "integrity": "sha1-C5azGzVnJ5Prf1pj7nkfG56QJdk=" + }, + "node_modules/loglevel": { + "version": "1.8.0", + "resolved": "http://npm.anxinyun.cn/loglevel/-/loglevel-1.8.0.tgz", + "integrity": "sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA==", + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "http://npm.anxinyun.cn/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha1-ce5R+nvkyuwaY4OffmgtgTLTDK8=", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/lower-case": { + "version": "2.0.2", + "resolved": "http://npm.anxinyun.cn/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha1-b6I3xj29xKgsoP2ILkci3F5jTig=", + "dev": true, + "dependencies": { + "tslib": "^2.0.3" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "http://npm.anxinyun.cn/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "http://npm.anxinyun.cn/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha1-QV6WcEazp/HRhSd9hKpYIDcmoT8=", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.0", + "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/map-age-cleaner": { + "version": "0.1.3", + "resolved": "http://npm.anxinyun.cn/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", + "integrity": "sha1-fVg6cwZDTAVf5HSw9FB45uG0uSo=", + "dev": true, + "dependencies": { + "p-defer": "^1.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/map-cache": { + "version": "0.2.2", + "resolved": "http://npm.anxinyun.cn/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/map-visit": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", + "dependencies": { + "object-visit": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/material-colors": { + "version": "1.2.6", + "resolved": "http://npm.anxinyun.cn/material-colors/-/material-colors-1.2.6.tgz", + "integrity": "sha1-bRlYhxEmmSzuzHL0vMTY8BCGX0Y=" + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "http://npm.anxinyun.cn/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mem": { + "version": "8.1.1", + "resolved": "http://npm.anxinyun.cn/mem/-/mem-8.1.1.tgz", + "integrity": "sha1-zxGLNXxlq3t+CBe98AyAYil8ASI=", + "dev": true, + "dependencies": { + "map-age-cleaner": "^0.1.3", + "mimic-fn": "^3.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/memfs": { + "version": "3.4.7", + "resolved": "http://npm.anxinyun.cn/memfs/-/memfs-3.4.7.tgz", + "integrity": "sha512-ygaiUSNalBX85388uskeCyhSAoOSgzBbtVCr9jA2RROssFL9Q19/ZXFqS+2Th2sr1ewNIWgFdLzLC3Yl1Zv+lw==", + "dev": true, + "dependencies": { + "fs-monkey": "^1.0.3" + }, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/memoize-one": { + "version": "6.0.0", + "resolved": "http://npm.anxinyun.cn/memoize-one/-/memoize-one-6.0.0.tgz", + "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==" + }, + "node_modules/memory-fs": { + "version": "0.4.1", + "resolved": "http://npm.anxinyun.cn/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "dependencies": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "node_modules/memory-fs/node_modules/isarray": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "node_modules/memory-fs/node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/memory-fs/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=" + }, + "node_modules/memory-fs/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha1-UoI2KaFN0AyXcPtq1H3GMQ8sH2A=" + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "http://npm.anxinyun.cn/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/micromatch": { + "version": "3.1.10", + "resolved": "http://npm.anxinyun.cn/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha1-cIWbyVyYQJUvNZoGij/En57PrCM=", + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/micromatch/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/micromatch/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/mime": { + "version": "2.6.0", + "resolved": "http://npm.anxinyun.cn/mime/-/mime-2.6.0.tgz", + "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "http://npm.anxinyun.cn/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "http://npm.anxinyun.cn/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "3.1.0", + "resolved": "http://npm.anxinyun.cn/mimic-fn/-/mimic-fn-3.1.0.tgz", + "integrity": "sha1-ZXVRRbvz42lUuUnBZFBCdFHVynQ=", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/mini-create-react-context": { + "version": "0.4.1", + "resolved": "http://npm.anxinyun.cn/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz", + "integrity": "sha1-ByFxVhv9ySLaCKYMIZekl8wtHV4=", + "dependencies": { + "@babel/runtime": "^7.12.1", + "tiny-warning": "^1.0.3" + }, + "peerDependencies": { + "prop-types": "^15.0.0", + "react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/mini-dynamic-antd-theme": { + "version": "0.5.5", + "resolved": "http://npm.anxinyun.cn/mini-dynamic-antd-theme/-/mini-dynamic-antd-theme-0.5.5.tgz", + "integrity": "sha512-T1q51HlEt8jx1Jlh6LkyUa43NHkXp+bQZwecZ7Z/XBcQ7r/mpP8T4eq+h3YrrJcmBxwNT1C+3X+58I8LmSX9HA==" + }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha1-LhlN4ERibUoQ5/f7wAznPoPk1cc=" + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "http://npm.anxinyun.cn/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.6", + "resolved": "http://npm.anxinyun.cn/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" + }, + "node_modules/mixin-deep": { + "version": "1.3.2", + "resolved": "http://npm.anxinyun.cn/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha1-ESC0PcNZp4Xc5ltVuC4lfM9HlWY=", + "dependencies": { + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/mixin-deep/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "http://npm.anxinyun.cn/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/ml-array-max": { + "version": "1.2.4", + "resolved": "http://npm.anxinyun.cn/ml-array-max/-/ml-array-max-1.2.4.tgz", + "integrity": "sha512-BlEeg80jI0tW6WaPyGxf5Sa4sqvcyY6lbSn5Vcv44lp1I2GR6AWojfUvLnGTNsIXrZ8uqWmo8VcG1WpkI2ONMQ==", + "dependencies": { + "is-any-array": "^2.0.0" + } + }, + "node_modules/ml-array-min": { + "version": "1.2.3", + "resolved": "http://npm.anxinyun.cn/ml-array-min/-/ml-array-min-1.2.3.tgz", + "integrity": "sha512-VcZ5f3VZ1iihtrGvgfh/q0XlMobG6GQ8FsNyQXD3T+IlstDv85g8kfV0xUG1QPRO/t21aukaJowDzMTc7j5V6Q==", + "dependencies": { + "is-any-array": "^2.0.0" + } + }, + "node_modules/ml-array-rescale": { + "version": "1.3.7", + "resolved": "http://npm.anxinyun.cn/ml-array-rescale/-/ml-array-rescale-1.3.7.tgz", + "integrity": "sha512-48NGChTouvEo9KBctDfHC3udWnQKNKEWN0ziELvY3KG25GR5cA8K8wNVzracsqSW1QEkAXjTNx+ycgAv06/1mQ==", + "dependencies": { + "is-any-array": "^2.0.0", + "ml-array-max": "^1.2.4", + "ml-array-min": "^1.2.3" + } + }, + "node_modules/ml-matrix": { + "version": "6.10.2", + "resolved": "http://npm.anxinyun.cn/ml-matrix/-/ml-matrix-6.10.2.tgz", + "integrity": "sha512-+yxwzMazC76DAsgEvDrdCfRMH7+lO7UdnuWllavnPeWkPD2oIBA6rLzvst7BFYUxzgRz/h6V6lLzYIYtTvINbw==", + "dependencies": { + "is-any-array": "^2.0.0", + "ml-array-rescale": "^1.3.7" + } + }, + "node_modules/mockdate": { + "version": "3.0.5", + "resolved": "http://npm.anxinyun.cn/mockdate/-/mockdate-3.0.5.tgz", + "integrity": "sha512-iniQP4rj1FhBdBYS/+eQv7j1tadJ9lJtdzgOpvsOHng/GbcDh2Fhdeq+ZRldrPYdXvCyfFUmFeEwEGXZB5I/AQ==" + }, + "node_modules/moment": { + "version": "2.29.4", + "resolved": "https://registry.npmmirror.com/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==", + "engines": { + "node": "*" + } + }, + "node_modules/moment-timezone": { + "version": "0.5.34", + "resolved": "http://npm.anxinyun.cn/moment-timezone/-/moment-timezone-0.5.34.tgz", + "integrity": "sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==", + "dependencies": { + "moment": ">= 2.9.0" + }, + "engines": { + "node": "*" + } + }, + "node_modules/mri": { + "version": "1.1.4", + "resolved": "http://npm.anxinyun.cn/mri/-/mri-1.1.4.tgz", + "integrity": "sha1-fLHdG5tAkF8frAU6viW2cg9EdEo=", + "engines": { + "node": ">=4" + } + }, + "node_modules/mrmime": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/mrmime/-/mrmime-1.0.1.tgz", + "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.1.2.tgz", + "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=" + }, + "node_modules/multicast-dns": { + "version": "6.2.3", + "resolved": "http://npm.anxinyun.cn/multicast-dns/-/multicast-dns-6.2.3.tgz", + "integrity": "sha1-oOx72QVcQoL3kMPIL04o2zsxsik=", + "dependencies": { + "dns-packet": "^1.3.1", + "thunky": "^1.0.2" + }, + "bin": { + "multicast-dns": "cli.js" + } + }, + "node_modules/multicast-dns-service-types": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", + "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=" + }, + "node_modules/mz": { + "version": "2.7.0", + "resolved": "http://npm.anxinyun.cn/mz/-/mz-2.7.0.tgz", + "integrity": "sha1-lQCAV6Vsr63CvGPd5/n/aVWUjjI=", + "dependencies": { + "any-promise": "^1.0.0", + "object-assign": "^4.0.1", + "thenify-all": "^1.0.0" + } + }, + "node_modules/nan": { + "version": "2.16.0", + "resolved": "http://npm.anxinyun.cn/nan/-/nan-2.16.0.tgz", + "integrity": "sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==", + "optional": true + }, + "node_modules/nanoid": { + "version": "2.1.11", + "resolved": "http://npm.anxinyun.cn/nanoid/-/nanoid-2.1.11.tgz", + "integrity": "sha1-7CS4p1jVkVYVMbQXagHjq08PAoA=", + "dev": true + }, + "node_modules/nanomatch": { + "version": "1.2.13", + "resolved": "http://npm.anxinyun.cn/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha1-uHqKpPwN6P5r6IiVs4mD/yZb0Rk=", + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/nanomatch/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/nanomatch/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/native-request": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/native-request/-/native-request-1.1.0.tgz", + "integrity": "sha1-rNsw/i7vo+G8jFSzpoUunFwNPLA=", + "dev": true, + "optional": true + }, + "node_modules/natty-fetch": { + "version": "2.6.0", + "resolved": "http://npm.anxinyun.cn/natty-fetch/-/natty-fetch-2.6.0.tgz", + "integrity": "sha1-LR+wgGXG97NIbVAwz+LwwKVgR5U=", + "dev": true, + "dependencies": { + "natty-storage": "^2.2.0" + } + }, + "node_modules/natty-storage": { + "version": "2.3.0", + "resolved": "http://npm.anxinyun.cn/natty-storage/-/natty-storage-2.3.0.tgz", + "integrity": "sha1-QfnBOj9KXNReG2jSXIrl+j0N03Q=", + "dev": true + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "http://npm.anxinyun.cn/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "http://npm.anxinyun.cn/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + }, + "node_modules/netmask": { + "version": "2.0.2", + "resolved": "http://npm.anxinyun.cn/netmask/-/netmask-2.0.2.tgz", + "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/nice-try": { + "version": "1.0.5", + "resolved": "http://npm.anxinyun.cn/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha1-ozeKdpbOfSI+iPybdkvX7xCJ42Y=" + }, + "node_modules/no-case": { + "version": "3.0.4", + "resolved": "http://npm.anxinyun.cn/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha1-02H9XJgA9VhVGoNp/A3NRmK2Ek0=", + "dev": true, + "dependencies": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "node_modules/node-forge": { + "version": "0.10.0", + "resolved": "http://npm.anxinyun.cn/node-forge/-/node-forge-0.10.0.tgz", + "integrity": "sha1-Mt6ir7Ppkm8C7lzoeUkCaRpna/M=", + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/node-releases": { + "version": "2.0.6", + "resolved": "http://npm.anxinyun.cn/node-releases/-/node-releases-2.0.6.tgz", + "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==" + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-run-path": { + "version": "2.0.2", + "resolved": "http://npm.anxinyun.cn/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "dependencies": { + "path-key": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/npm-run-path/node_modules/path-key": { + "version": "2.0.1", + "resolved": "http://npm.anxinyun.cn/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "engines": { + "node": ">=4" + } + }, + "node_modules/nprogress": { + "version": "0.2.0", + "resolved": "http://npm.anxinyun.cn/nprogress/-/nprogress-0.2.0.tgz", + "integrity": "sha1-y480xTIT2JVyP8urkH6UIq28r7E=", + "dev": true + }, + "node_modules/nth-check": { + "version": "2.1.1", + "resolved": "http://npm.anxinyun.cn/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0" + } + }, + "node_modules/nunjucks": { + "version": "3.2.3", + "resolved": "http://npm.anxinyun.cn/nunjucks/-/nunjucks-3.2.3.tgz", + "integrity": "sha1-GzNhUkcpDpTigmO12FXs52VkijE=", + "dependencies": { + "a-sync-waterfall": "^1.0.0", + "asap": "^2.0.3", + "commander": "^5.1.0" + }, + "bin": { + "nunjucks-precompile": "bin/precompile" + }, + "engines": { + "node": ">= 6.9.0" + }, + "peerDependencies": { + "chokidar": "^3.3.0" + }, + "peerDependenciesMeta": { + "chokidar": { + "optional": true + } + } + }, + "node_modules/oauth-sign": { + "version": "0.9.0", + "resolved": "http://npm.anxinyun.cn/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "engines": { + "node": "*" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "http://npm.anxinyun.cn/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-component": { + "version": "0.0.3", + "resolved": "http://npm.anxinyun.cn/object-component/-/object-component-0.0.3.tgz", + "integrity": "sha1-8MaapQ78lbhmwYb0AKM3acsvEpE=" + }, + "node_modules/object-copy": { + "version": "0.1.0", + "resolved": "http://npm.anxinyun.cn/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", + "dependencies": { + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy/node_modules/define-property": { + "version": "0.2.5", + "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.12.2", + "resolved": "http://npm.anxinyun.cn/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==" + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "http://npm.anxinyun.cn/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha1-HEfyct8nfzsdrwYWd9nILiMixg4=", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object-visit": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", + "dependencies": { + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object.assign": { + "version": "4.1.2", + "resolved": "http://npm.anxinyun.cn/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha1-DtVKNC7Os3s4/3brgxoOeIy2OUA=", + "dev": true, + "dependencies": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.getownpropertydescriptors": { + "version": "2.1.4", + "resolved": "http://npm.anxinyun.cn/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.4.tgz", + "integrity": "sha512-sccv3L/pMModT6dJAYF3fzGMVcb38ysQ0tEE6ixv2yXJDtEIPph268OlAdJj5/qZMZDq2g/jqvwppt36uS/uQQ==", + "dev": true, + "dependencies": { + "array.prototype.reduce": "^1.0.4", + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/object.pick": { + "version": "1.3.0", + "resolved": "http://npm.anxinyun.cn/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/obuf": { + "version": "1.1.2", + "resolved": "http://npm.anxinyun.cn/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha1-Cb6jND1BhZ69RGKS0RydTbYZCE4=" + }, + "node_modules/omit.js": { + "version": "2.0.2", + "resolved": "http://npm.anxinyun.cn/omit.js/-/omit.js-2.0.2.tgz", + "integrity": "sha1-3ZuENvq5R6Xz/yFMslOGMeMT7C8=" + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "http://npm.anxinyun.cn/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha1-dysK5qqlJcOZ5Imt+tkMQD6zwo8=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "http://npm.anxinyun.cn/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/only": { + "version": "0.0.2", + "resolved": "http://npm.anxinyun.cn/only/-/only-0.0.2.tgz", + "integrity": "sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q=" + }, + "node_modules/opener": { + "version": "1.5.2", + "resolved": "http://npm.anxinyun.cn/opener/-/opener-1.5.2.tgz", + "integrity": "sha1-XTfh81B3udysQwE3InGv3rKhNZg=", + "dev": true, + "bin": { + "opener": "bin/opener-bin.js" + } + }, + "node_modules/opn": { + "version": "5.5.0", + "resolved": "http://npm.anxinyun.cn/opn/-/opn-5.5.0.tgz", + "integrity": "sha1-/HFk+rVtI1kExRw7J9pnWMo7m/w=", + "dependencies": { + "is-wsl": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/optionator": { + "version": "0.8.3", + "resolved": "http://npm.anxinyun.cn/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha1-hPodA2/p08fiHZmIS2ARZ+yPtJU=", + "dependencies": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.6", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "word-wrap": "~1.2.3" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/options": { + "version": "0.0.6", + "resolved": "http://npm.anxinyun.cn/options/-/options-0.0.6.tgz", + "integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/os-name": { + "version": "1.0.3", + "resolved": "http://npm.anxinyun.cn/os-name/-/os-name-1.0.3.tgz", + "integrity": "sha1-GzefZINa98Wn9JizV8uVIVwVnt8=", + "dependencies": { + "osx-release": "^1.0.0", + "win-release": "^1.0.0" + }, + "bin": { + "os-name": "cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/osx-release": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/osx-release/-/osx-release-1.1.0.tgz", + "integrity": "sha1-8heRGigTaUmvG/kwiyQeJzfTzWw=", + "dependencies": { + "minimist": "^1.1.0" + }, + "bin": { + "osx-release": "cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/p-defer": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/p-defer/-/p-defer-1.0.0.tgz", + "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/p-finally": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", + "engines": { + "node": ">=4" + } + }, + "node_modules/p-limit": { + "version": "2.3.0", + "resolved": "http://npm.anxinyun.cn/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/p-locate": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha1-Mi1poFwCZLJZl9n0DNiokasAZKQ=", + "dependencies": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/p-map": { + "version": "2.1.0", + "resolved": "http://npm.anxinyun.cn/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha1-MQko/u+cnsxltosXaTAYpmXOoXU=", + "engines": { + "node": ">=6" + } + }, + "node_modules/p-retry": { + "version": "3.0.1", + "resolved": "http://npm.anxinyun.cn/p-retry/-/p-retry-3.0.1.tgz", + "integrity": "sha1-MWtMiJPiyNwc+okfQGxLQivr8yg=", + "dependencies": { + "retry": "^0.12.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "http://npm.anxinyun.cn/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha1-yyhoVA4xPWHeWPr741zpAE1VQOY=", + "engines": { + "node": ">=6" + } + }, + "node_modules/pac-proxy-agent": { + "version": "5.0.0", + "resolved": "http://npm.anxinyun.cn/pac-proxy-agent/-/pac-proxy-agent-5.0.0.tgz", + "integrity": "sha1-txj3ZHWmpUFcLvviVsHJcchPY14=", + "dependencies": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4", + "get-uri": "3", + "http-proxy-agent": "^4.0.1", + "https-proxy-agent": "5", + "pac-resolver": "^5.0.0", + "raw-body": "^2.2.0", + "socks-proxy-agent": "5" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/pac-resolver": { + "version": "5.0.1", + "resolved": "http://npm.anxinyun.cn/pac-resolver/-/pac-resolver-5.0.1.tgz", + "integrity": "sha512-cy7u00ko2KVgBAjuhevqpPeHIkCIqPe1v24cydhWjmeuzaBfmUWFCZJ1iAh5TuVzVZoUzXIW7K8sMYOZ84uZ9Q==", + "dependencies": { + "degenerator": "^3.0.2", + "ip": "^1.1.5", + "netmask": "^2.0.2" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/packet-reader": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/packet-reader/-/packet-reader-1.0.0.tgz", + "integrity": "sha1-kjjlSA3tq6z+H+PydxBj8WQVfXQ=" + }, + "node_modules/param-case": { + "version": "3.0.4", + "resolved": "http://npm.anxinyun.cn/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha1-fRf+SqEr3jTUp32RrPtiGcqtAcU=", + "dev": true, + "dependencies": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/parchment": { + "version": "1.1.4", + "resolved": "http://npm.anxinyun.cn/parchment/-/parchment-1.1.4.tgz", + "integrity": "sha512-J5FBQt/pM2inLzg4hEWmzQx/8h8D0CiDxaG3vyp9rKrQRSDgBlhjdP5jQGgosEajXPSQouXGHOmVdgo7QmJuOg==", + "dev": true + }, + "node_modules/parsejson": { + "version": "0.0.3", + "resolved": "http://npm.anxinyun.cn/parsejson/-/parsejson-0.0.3.tgz", + "integrity": "sha1-q343WfIJ7OmUN5c/fQ8fZK4OZKs=", + "dependencies": { + "better-assert": "~1.0.0" + } + }, + "node_modules/parseqs": { + "version": "0.0.5", + "resolved": "http://npm.anxinyun.cn/parseqs/-/parseqs-0.0.5.tgz", + "integrity": "sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=", + "dependencies": { + "better-assert": "~1.0.0" + } + }, + "node_modules/parseuri": { + "version": "0.0.5", + "resolved": "http://npm.anxinyun.cn/parseuri/-/parseuri-0.0.5.tgz", + "integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=", + "dependencies": { + "better-assert": "~1.0.0" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "http://npm.anxinyun.cn/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha1-naGee+6NEt/wUT7Vt2lXeTvC6NQ=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/pascal-case": { + "version": "3.1.2", + "resolved": "http://npm.anxinyun.cn/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha1-tI4O8rmOIF58Ha50fQsVCCN2YOs=", + "dev": true, + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/pascalcase": { + "version": "0.1.1", + "resolved": "http://npm.anxinyun.cn/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/passthrough-counter": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/passthrough-counter/-/passthrough-counter-1.0.0.tgz", + "integrity": "sha1-GWfZ5m2lcrXAI8eH2xEqOHqxZvo=" + }, + "node_modules/path-dirname": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" + }, + "node_modules/path-exists": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "engines": { + "node": ">=4" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-is-inside": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "http://npm.anxinyun.cn/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha1-WB9q3mWMu6ZaDTOA3ndTKVBU83U=", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "http://npm.anxinyun.cn/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha1-+8EUtgykKzDZ2vWFjkvWi77bZzU=", + "dev": true + }, + "node_modules/path-to-regexp": { + "version": "2.4.0", + "resolved": "http://npm.anxinyun.cn/path-to-regexp/-/path-to-regexp-2.4.0.tgz", + "integrity": "sha1-Nc5/Mz1WFvHB4b/iZsOrouWy5wQ=" + }, + "node_modules/pause-stream": { + "version": "0.0.11", + "resolved": "http://npm.anxinyun.cn/pause-stream/-/pause-stream-0.0.11.tgz", + "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=", + "dependencies": { + "through": "~2.3" + } + }, + "node_modules/perfect-scrollbar": { + "version": "1.5.5", + "resolved": "http://npm.anxinyun.cn/perfect-scrollbar/-/perfect-scrollbar-1.5.5.tgz", + "integrity": "sha512-dzalfutyP3e/FOpdlhVryN4AJ5XDVauVWxybSkLZmakFE2sS3y3pc4JnSprw8tGmHvkaG5Edr5T7LBTZ+WWU2g==" + }, + "node_modules/performance-now": { + "version": "2.1.0", + "resolved": "http://npm.anxinyun.cn/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "node_modules/pg": { + "version": "7.18.2", + "resolved": "http://npm.anxinyun.cn/pg/-/pg-7.18.2.tgz", + "integrity": "sha1-TiGfBaAK/022qrG6AvKP+kUTsLs=", + "dependencies": { + "buffer-writer": "2.0.0", + "packet-reader": "1.0.0", + "pg-connection-string": "0.1.3", + "pg-packet-stream": "^1.1.0", + "pg-pool": "^2.0.10", + "pg-types": "^2.1.0", + "pgpass": "1.x", + "semver": "4.3.2" + }, + "engines": { + "node": ">= 4.5.0" + } + }, + "node_modules/pg-connection-string": { + "version": "0.1.3", + "resolved": "http://npm.anxinyun.cn/pg-connection-string/-/pg-connection-string-0.1.3.tgz", + "integrity": "sha1-2hhHsglA5C7hSSvq9l1J2RskXfc=" + }, + "node_modules/pg-hstore": { + "version": "2.3.4", + "resolved": "http://npm.anxinyun.cn/pg-hstore/-/pg-hstore-2.3.4.tgz", + "integrity": "sha1-RCXj4qPhXSozTDVYEYbCfPLpuN0=", + "dependencies": { + "underscore": "^1.13.1" + }, + "engines": { + "node": ">= 0.8.x" + } + }, + "node_modules/pg-int8": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/pg-int8/-/pg-int8-1.0.1.tgz", + "integrity": "sha1-lDvUY79bcbQXARX4D478mgwOt4w=", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/pg-packet-stream": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/pg-packet-stream/-/pg-packet-stream-1.1.0.tgz", + "integrity": "sha1-5Fw65ni5AaKHOvHhe5LXh5Yu+RQ=" + }, + "node_modules/pg-pool": { + "version": "2.0.10", + "resolved": "http://npm.anxinyun.cn/pg-pool/-/pg-pool-2.0.10.tgz", + "integrity": "sha1-hC7iOwToaCTOnXhkMPg2UILYHEo=", + "peerDependencies": { + "pg": ">5.0" + } + }, + "node_modules/pg-types": { + "version": "2.2.0", + "resolved": "http://npm.anxinyun.cn/pg-types/-/pg-types-2.2.0.tgz", + "integrity": "sha1-LQJQ1jZFT3z6O2rgOC/fqAYyVKM=", + "dependencies": { + "pg-int8": "1.0.1", + "postgres-array": "~2.0.0", + "postgres-bytea": "~1.0.0", + "postgres-date": "~1.0.4", + "postgres-interval": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pg/node_modules/semver": { + "version": "4.3.2", + "resolved": "http://npm.anxinyun.cn/semver/-/semver-4.3.2.tgz", + "integrity": "sha1-x6BxWKgL7dBSNVt3DYLWZA+AO+c=", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/pgpass": { + "version": "1.0.5", + "resolved": "http://npm.anxinyun.cn/pgpass/-/pgpass-1.0.5.tgz", + "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==", + "dependencies": { + "split2": "^4.1.0" + } + }, + "node_modules/picocolors": { + "version": "0.2.1", + "resolved": "http://npm.anxinyun.cn/picocolors/-/picocolors-0.2.1.tgz", + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "http://npm.anxinyun.cn/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/pify": { + "version": "4.0.1", + "resolved": "http://npm.anxinyun.cn/pify/-/pify-4.0.1.tgz", + "integrity": "sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE=", + "engines": { + "node": ">=6" + } + }, + "node_modules/pinkie": { + "version": "2.0.4", + "resolved": "http://npm.anxinyun.cn/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pinkie-promise": { + "version": "2.0.1", + "resolved": "http://npm.anxinyun.cn/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "dependencies": { + "pinkie": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pkg-dir": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha1-J0kCDyOe2ZCIGx9xIQ1R62UjvqM=", + "dependencies": { + "find-up": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/polyline-miter-util": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/polyline-miter-util/-/polyline-miter-util-1.0.1.tgz", + "integrity": "sha1-tpPyOJ6g3tNqa89ezS7OS2kX2Vc=", + "dependencies": { + "gl-vec2": "^1.0.0" + } + }, + "node_modules/polyline-normals": { + "version": "2.0.2", + "resolved": "http://npm.anxinyun.cn/polyline-normals/-/polyline-normals-2.0.2.tgz", + "integrity": "sha1-oXN+ddjA3MsaWR+csn8J7vS30TU=", + "dependencies": { + "polyline-miter-util": "^1.0.1" + } + }, + "node_modules/portfinder": { + "version": "1.0.28", + "resolved": "http://npm.anxinyun.cn/portfinder/-/portfinder-1.0.28.tgz", + "integrity": "sha1-Z8RiKFK9U3TdHdkA93n1NGL6x3g=", + "dependencies": { + "async": "^2.6.2", + "debug": "^3.1.1", + "mkdirp": "^0.5.5" + }, + "engines": { + "node": ">= 0.12.0" + } + }, + "node_modules/portfinder/node_modules/async": { + "version": "2.6.4", + "resolved": "http://npm.anxinyun.cn/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "dependencies": { + "lodash": "^4.17.14" + } + }, + "node_modules/portfinder/node_modules/debug": { + "version": "3.2.7", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", + "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/posix-character-classes": { + "version": "0.1.1", + "resolved": "http://npm.anxinyun.cn/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postcss": { + "version": "7.0.39", + "resolved": "http://npm.anxinyun.cn/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dependencies": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/postcss-less": { + "version": "3.1.4", + "resolved": "http://npm.anxinyun.cn/postcss-less/-/postcss-less-3.1.4.tgz", + "integrity": "sha1-Np9YZCtZKO+Jj/vBpuk8lYMExa0=", + "dependencies": { + "postcss": "^7.0.14" + }, + "engines": { + "node": ">=6.14.4" + } + }, + "node_modules/postcss-modules-extract-imports": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz", + "integrity": "sha1-gYcZoa4doyX5gyRGsBE27rSTzX4=", + "dev": true, + "dependencies": { + "postcss": "^7.0.5" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/postcss-modules-local-by-default": { + "version": "3.0.3", + "resolved": "http://npm.anxinyun.cn/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz", + "integrity": "sha1-uxTgzHgnnVBNvcv9fgyiiZP/u7A=", + "dev": true, + "dependencies": { + "icss-utils": "^4.1.1", + "postcss": "^7.0.32", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/postcss-modules-scope": { + "version": "2.2.0", + "resolved": "http://npm.anxinyun.cn/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz", + "integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==", + "dev": true, + "dependencies": { + "postcss": "^7.0.6", + "postcss-selector-parser": "^6.0.0" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/postcss-modules-values": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz", + "integrity": "sha1-W1AA1uuuKbQlUwG0o6VFdEI+fxA=", + "dev": true, + "dependencies": { + "icss-utils": "^4.0.0", + "postcss": "^7.0.6" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.0.10", + "resolved": "http://npm.anxinyun.cn/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", + "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", + "dev": true, + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "http://npm.anxinyun.cn/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true + }, + "node_modules/postgres-array": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/postgres-array/-/postgres-array-2.0.0.tgz", + "integrity": "sha1-SPj84FT7xpZxmZMpuINLdyZS2C4=", + "engines": { + "node": ">=4" + } + }, + "node_modules/postgres-bytea": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/postgres-bytea/-/postgres-bytea-1.0.0.tgz", + "integrity": "sha1-AntTPAqokOJtFy1Hz5zOzFIazTU=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postgres-date": { + "version": "1.0.7", + "resolved": "http://npm.anxinyun.cn/postgres-date/-/postgres-date-1.0.7.tgz", + "integrity": "sha1-UbwIYAYAXlBhxZHO5yfyUxv2Qag=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postgres-interval": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/postgres-interval/-/postgres-interval-1.2.0.tgz", + "integrity": "sha1-tGDILLFYdQd4iBmgaqD//bNURpU=", + "dependencies": { + "xtend": "^4.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/prelude-ls": { + "version": "1.1.2", + "resolved": "http://npm.anxinyun.cn/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/pretty-error": { + "version": "2.1.2", + "resolved": "http://npm.anxinyun.cn/pretty-error/-/pretty-error-2.1.2.tgz", + "integrity": "sha1-von4LYGxyG7I/fvDhQRYgnJ/k7Y=", + "dev": true, + "dependencies": { + "lodash": "^4.17.20", + "renderkid": "^2.0.4" + } + }, + "node_modules/printj": { + "version": "1.1.2", + "resolved": "http://npm.anxinyun.cn/printj/-/printj-1.1.2.tgz", + "integrity": "sha1-2Q3rKXWoufYA+zoclOP0xTx4oiI=", + "bin": { + "printj": "bin/printj.njs" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/probe.gl": { + "version": "3.5.0", + "resolved": "http://npm.anxinyun.cn/probe.gl/-/probe.gl-3.5.0.tgz", + "integrity": "sha512-KWj8u0PNytr/rVwcQFcN7O8SK7n/ITOsUZ91l4fSX95oHhKvVCI7eadrzFUzFRlXkFfBWpMWZXFHITsHHHUctw==", + "dependencies": { + "@babel/runtime": "^7.0.0", + "@probe.gl/env": "3.5.0", + "@probe.gl/log": "3.5.0", + "@probe.gl/stats": "3.5.0" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "http://npm.anxinyun.cn/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha1-eCDZsWEgzFXKmud5JoCufbptf+I=" + }, + "node_modules/prop-types": { + "version": "15.8.1", + "resolved": "http://npm.anxinyun.cn/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "dependencies": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "http://npm.anxinyun.cn/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha1-8Z/mnOqzEe65S0LnDowgcPm6ECU=", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/proxy-agent": { + "version": "5.0.0", + "resolved": "http://npm.anxinyun.cn/proxy-agent/-/proxy-agent-5.0.0.tgz", + "integrity": "sha1-0xQFwQ1uhDH96Wy6egwCfOAdYzs=", + "dependencies": { + "agent-base": "^6.0.0", + "debug": "4", + "http-proxy-agent": "^4.0.0", + "https-proxy-agent": "^5.0.0", + "lru-cache": "^5.1.1", + "pac-proxy-agent": "^5.0.0", + "proxy-from-env": "^1.0.0", + "socks-proxy-agent": "^5.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha1-4QLxbKNVQkhldV0sno6k8k1Yw+I=" + }, + "node_modules/prr": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/prr/-/prr-1.0.1.tgz", + "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" + }, + "node_modules/psl": { + "version": "1.9.0", + "resolved": "http://npm.anxinyun.cn/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/pump/-/pump-3.0.0.tgz", + "integrity": "sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ=", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/punycode": { + "version": "2.1.1", + "resolved": "http://npm.anxinyun.cn/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha1-tYsBCsQMIsVldhbI0sLALHv0eew=", + "engines": { + "node": ">=6" + } + }, + "node_modules/qiniu": { + "version": "7.7.0", + "resolved": "http://npm.anxinyun.cn/qiniu/-/qiniu-7.7.0.tgz", + "integrity": "sha512-p8wZHDXzqCVtlPIygqIzpO6P59e5KcNAOf85oi6O7K5M4xjnwoi6L3e0F8IXgd38nb2PzWOH3XUkSbNAYW0g7Q==", + "dependencies": { + "agentkeepalive": "^4.0.2", + "before": "^0.0.1", + "block-stream2": "^2.0.0", + "crc32": "^0.2.2", + "destroy": "^1.0.4", + "encodeurl": "^1.0.1", + "formstream": "^1.1.0", + "mime": "^2.4.4", + "mockdate": "^3.0.5", + "tunnel-agent": "^0.6.0", + "urllib": "^2.34.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/qs": { + "version": "6.11.0", + "resolved": "http://npm.anxinyun.cn/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + } + }, + "node_modules/querystring": { + "version": "0.2.0", + "resolved": "http://npm.anxinyun.cn/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=", + "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.", + "engines": { + "node": ">=0.4.x" + } + }, + "node_modules/querystringify": { + "version": "2.2.0", + "resolved": "http://npm.anxinyun.cn/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha1-M0WUG0FTy50ILY7uTNogFqmu9/Y=" + }, + "node_modules/quill": { + "version": "1.3.7", + "resolved": "http://npm.anxinyun.cn/quill/-/quill-1.3.7.tgz", + "integrity": "sha1-2lsvOixHDpMjQM2/NmjJ8h+Shug=", + "dev": true, + "dependencies": { + "clone": "^2.1.1", + "deep-equal": "^1.0.1", + "eventemitter3": "^2.0.3", + "extend": "^3.0.2", + "parchment": "^1.1.4", + "quill-delta": "^3.6.2" + } + }, + "node_modules/quill-delta": { + "version": "3.6.3", + "resolved": "http://npm.anxinyun.cn/quill-delta/-/quill-delta-3.6.3.tgz", + "integrity": "sha1-sZ/SuJQSMBxg4f8hPY2GDqwPEDI=", + "dev": true, + "dependencies": { + "deep-equal": "^1.0.1", + "extend": "^3.0.2", + "fast-diff": "1.1.2" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/quill/node_modules/eventemitter3": { + "version": "2.0.3", + "resolved": "http://npm.anxinyun.cn/eventemitter3/-/eventemitter3-2.0.3.tgz", + "integrity": "sha1-teEHm1n7XhuidxwKmTvgYKWMmbo=", + "dev": true + }, + "node_modules/random-bytes": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/random-bytes/-/random-bytes-1.0.0.tgz", + "integrity": "sha1-T2ih3Arli9P7lYSMMDJNt11kNgs=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "http://npm.anxinyun.cn/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha1-32+ENy8CcNxlzfYpE0mrekc9Tyo=", + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "http://npm.anxinyun.cn/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha1-PPNwI9GZ4cJNGlW4SADC8+ZGgDE=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.1", + "resolved": "http://npm.anxinyun.cn/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/rc-align": { + "version": "4.0.12", + "resolved": "http://npm.anxinyun.cn/rc-align/-/rc-align-4.0.12.tgz", + "integrity": "sha512-3DuwSJp8iC/dgHzwreOQl52soj40LchlfUHtgACOUtwGuoFIOVh6n/sCpfqCU8kO5+iz6qR0YKvjgB8iPdE3aQ==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "2.x", + "dom-align": "^1.7.0", + "lodash": "^4.17.21", + "rc-util": "^5.3.0", + "resize-observer-polyfill": "^1.5.1" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-cascader": { + "version": "3.6.1", + "resolved": "http://npm.anxinyun.cn/rc-cascader/-/rc-cascader-3.6.1.tgz", + "integrity": "sha512-+GmN2Z0IybKT45t0Z94jkjmsOHGxAliobR2tzt05/Gw0AKBYLHX5bdvsVXR7abPnarYyYzZ/cWe8CoFgDjAFNw==", + "dependencies": { + "@babel/runtime": "^7.12.5", + "array-tree-filter": "^2.1.0", + "classnames": "^2.3.1", + "rc-select": "~14.1.0", + "rc-tree": "~5.6.3", + "rc-util": "^5.6.1" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-checkbox": { + "version": "2.3.2", + "resolved": "http://npm.anxinyun.cn/rc-checkbox/-/rc-checkbox-2.3.2.tgz", + "integrity": "sha1-+Rs2eMftsrqoEhyUg8Zk+m8K78E=", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.1" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-collapse": { + "version": "3.3.1", + "resolved": "http://npm.anxinyun.cn/rc-collapse/-/rc-collapse-3.3.1.tgz", + "integrity": "sha512-cOJfcSe3R8vocrF8T+PgaHDrgeA1tX+lwfhwSj60NX9QVRidsILIbRNDLD6nAzmcvVC5PWiIRiR4S1OobxdhCg==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "2.x", + "rc-motion": "^2.3.4", + "rc-util": "^5.2.1", + "shallowequal": "^1.1.0" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-dialog": { + "version": "8.9.0", + "resolved": "http://npm.anxinyun.cn/rc-dialog/-/rc-dialog-8.9.0.tgz", + "integrity": "sha512-Cp0tbJnrvPchJfnwIvOMWmJ4yjX3HWFatO6oBFD1jx8QkgsQCR0p8nUWAKdd3seLJhEC39/v56kZaEjwp9muoQ==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.6", + "rc-motion": "^2.3.0", + "rc-util": "^5.21.0" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-drawer": { + "version": "4.4.3", + "resolved": "http://npm.anxinyun.cn/rc-drawer/-/rc-drawer-4.4.3.tgz", + "integrity": "sha512-FYztwRs3uXnFOIf1hLvFxIQP9MiZJA+0w+Os8dfDh/90X7z/HqP/Yg+noLCIeHEbKln1Tqelv8ymCAN24zPcfQ==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.6", + "rc-util": "^5.7.0" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-dropdown": { + "version": "4.0.1", + "resolved": "http://npm.anxinyun.cn/rc-dropdown/-/rc-dropdown-4.0.1.tgz", + "integrity": "sha512-OdpXuOcme1rm45cR0Jzgfl1otzmU4vuBVb+etXM8vcaULGokAKVpKlw8p6xzspG7jGd/XxShvq+N3VNEfk/l5g==", + "dependencies": { + "@babel/runtime": "^7.18.3", + "classnames": "^2.2.6", + "rc-trigger": "^5.3.1", + "rc-util": "^5.17.0" + }, + "peerDependencies": { + "react": ">=16.11.0", + "react-dom": ">=16.11.0" + } + }, + "node_modules/rc-field-form": { + "version": "1.26.7", + "resolved": "http://npm.anxinyun.cn/rc-field-form/-/rc-field-form-1.26.7.tgz", + "integrity": "sha512-CIb7Gw+DG9R+g4HxaDGYHhOjhjQoU2mGU4y+UM2+KQ3uRz9HrrNgTspGvNynn3UamsYcYcaPWZJmiJ6VklkT/w==", + "dependencies": { + "@babel/runtime": "^7.18.0", + "async-validator": "^4.1.0", + "rc-util": "^5.8.0" + }, + "engines": { + "node": ">=8.x" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-image": { + "version": "5.7.0", + "resolved": "http://npm.anxinyun.cn/rc-image/-/rc-image-5.7.0.tgz", + "integrity": "sha512-v6dzSgYfYrH4liKmOZKZZO+x21sJ9KPXNinBfkAoQg2Ihcd5QZ+P/JjB7v60X981XTPGjegy8U17Z8VUX4V36g==", + "dependencies": { + "@babel/runtime": "^7.11.2", + "classnames": "^2.2.6", + "rc-dialog": "~8.9.0", + "rc-util": "^5.0.6" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-input": { + "version": "0.0.1-alpha.7", + "resolved": "http://npm.anxinyun.cn/rc-input/-/rc-input-0.0.1-alpha.7.tgz", + "integrity": "sha512-eozaqpCYWSY5LBMwlHgC01GArkVEP+XlJ84OMvdkwUnJBSv83Yxa15pZpn7vACAj84uDC4xOA2CoFdbLuqB08Q==", + "dependencies": { + "@babel/runtime": "^7.11.1", + "classnames": "^2.2.1", + "rc-util": "^5.18.1" + }, + "peerDependencies": { + "react": ">=16.0.0", + "react-dom": ">=16.0.0" + } + }, + "node_modules/rc-input-number": { + "version": "7.3.6", + "resolved": "http://npm.anxinyun.cn/rc-input-number/-/rc-input-number-7.3.6.tgz", + "integrity": "sha512-Se62oMOBn9HwF/gSag+YtAYyKZsjJzEsqmyAJHAnAvPfjZJOu7dLMlQRwBbTtELbKXM/Y5Fztcq8CW2Y9f49qA==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.5", + "rc-util": "^5.23.0" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-mentions": { + "version": "1.9.0", + "resolved": "http://npm.anxinyun.cn/rc-mentions/-/rc-mentions-1.9.0.tgz", + "integrity": "sha512-CSC2t8WxK8daS8lylJcquzCgKz4bXLAVNrSHXlTI8fNUy4toot8Sv79wT4fcP/bYgdt07/e3RXzkZfX6xjYYow==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.6", + "rc-menu": "~9.6.0", + "rc-textarea": "^0.3.0", + "rc-trigger": "^5.0.4", + "rc-util": "^5.22.5" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-menu": { + "version": "9.6.0", + "resolved": "http://npm.anxinyun.cn/rc-menu/-/rc-menu-9.6.0.tgz", + "integrity": "sha512-d26waws42U/rVwW/+rOE2FN9pX6wUc9bDy38vVQYoie6gE85auWIpl5oChGlnW6nE2epnTwUsgWl8ipOPgmnUA==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "2.x", + "rc-motion": "^2.4.3", + "rc-overflow": "^1.2.0", + "rc-trigger": "^5.1.2", + "rc-util": "^5.12.0", + "shallowequal": "^1.1.0" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-motion": { + "version": "2.6.2", + "resolved": "http://npm.anxinyun.cn/rc-motion/-/rc-motion-2.6.2.tgz", + "integrity": "sha512-4w1FaX3dtV749P8GwfS4fYnFG4Rb9pxvCYPc/b2fw1cmlHJWNNgOFIz7ysiD+eOrzJSvnLJWlNQQncpNMXwwpg==", + "dependencies": { + "@babel/runtime": "^7.11.1", + "classnames": "^2.2.1", + "rc-util": "^5.21.0" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-notification": { + "version": "4.6.0", + "resolved": "http://npm.anxinyun.cn/rc-notification/-/rc-notification-4.6.0.tgz", + "integrity": "sha512-xF3MKgIoynzjQAO4lqsoraiFo3UXNYlBfpHs0VWvwF+4pimen9/H1DYLN2mfRWhHovW6gRpla73m2nmyIqAMZQ==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "2.x", + "rc-motion": "^2.2.0", + "rc-util": "^5.20.1" + }, + "engines": { + "node": ">=8.x" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-overflow": { + "version": "1.2.6", + "resolved": "http://npm.anxinyun.cn/rc-overflow/-/rc-overflow-1.2.6.tgz", + "integrity": "sha512-YqbocgzuQxfq2wZy72vdAgrgzzEuM/5d4gF9TBEodCpXPbUeXGrUXNm1J6G1MSkCU2N0ePIgCEu5qD/0Ldi63Q==", + "dependencies": { + "@babel/runtime": "^7.11.1", + "classnames": "^2.2.1", + "rc-resize-observer": "^1.0.0", + "rc-util": "^5.19.2" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-pagination": { + "version": "3.1.17", + "resolved": "http://npm.anxinyun.cn/rc-pagination/-/rc-pagination-3.1.17.tgz", + "integrity": "sha512-/BQ5UxcBnW28vFAcP2hfh+Xg15W0QZn8TWYwdCApchMH1H0CxiaUUcULP8uXcFM1TygcdKWdt3JqsL9cTAfdkQ==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.1" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-picker": { + "version": "2.6.10", + "resolved": "http://npm.anxinyun.cn/rc-picker/-/rc-picker-2.6.10.tgz", + "integrity": "sha512-9wYtw0DFWs9FO92Qh2D76P0iojUr8ZhLOtScUeOit6ks/F+TBLrOC1uze3IOu+u9gbDAjmosNWLKbBzx/Yuv2w==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.1", + "date-fns": "2.x", + "dayjs": "1.x", + "moment": "^2.24.0", + "rc-trigger": "^5.0.4", + "rc-util": "^5.4.0", + "shallowequal": "^1.1.0" + }, + "engines": { + "node": ">=8.x" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-progress": { + "version": "3.3.3", + "resolved": "http://npm.anxinyun.cn/rc-progress/-/rc-progress-3.3.3.tgz", + "integrity": "sha512-MDVNVHzGanYtRy2KKraEaWeZLri2ZHWIRyaE1a9MQ2MuJ09m+Wxj5cfcaoaR6z5iRpHpA59YeUxAlpML8N4PJw==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.6", + "rc-util": "^5.16.1" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-rate": { + "version": "2.9.2", + "resolved": "http://npm.anxinyun.cn/rc-rate/-/rc-rate-2.9.2.tgz", + "integrity": "sha512-SaiZFyN8pe0Fgphv8t3+kidlej+cq/EALkAJAc3A0w0XcPaH2L1aggM8bhe1u6GAGuQNAoFvTLjw4qLPGRKV5g==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.5", + "rc-util": "^5.0.1" + }, + "engines": { + "node": ">=8.x" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-resize-observer": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/rc-resize-observer/-/rc-resize-observer-1.2.0.tgz", + "integrity": "sha512-6W+UzT3PyDM0wVCEHfoW3qTHPTvbdSgiA43buiy8PzmeMnfgnDeb9NjdimMXMl3/TcrvvWl5RRVdp+NqcR47pQ==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.1", + "rc-util": "^5.15.0", + "resize-observer-polyfill": "^1.5.1" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-segmented": { + "version": "2.1.0", + "resolved": "http://npm.anxinyun.cn/rc-segmented/-/rc-segmented-2.1.0.tgz", + "integrity": "sha512-hUlonro+pYoZcwrH6Vm56B2ftLfQh046hrwif/VwLIw1j3zGt52p5mREBwmeVzXnSwgnagpOpfafspzs1asjGw==", + "dependencies": { + "@babel/runtime": "^7.11.1", + "classnames": "^2.2.1", + "rc-motion": "^2.4.4", + "rc-util": "^5.17.0" + }, + "peerDependencies": { + "react": ">=16.0.0", + "react-dom": ">=16.0.0" + } + }, + "node_modules/rc-select": { + "version": "14.1.9", + "resolved": "http://npm.anxinyun.cn/rc-select/-/rc-select-14.1.9.tgz", + "integrity": "sha512-DK01+Q7oCWr5jVPiEp/BTQ8xCB4rI4LfXzZtSmBWJhOMuibyZD1Vlz/DlVKCUFmtBM4SzG4/SltGHoGlcbCqiw==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "2.x", + "rc-motion": "^2.0.1", + "rc-overflow": "^1.0.0", + "rc-trigger": "^5.0.4", + "rc-util": "^5.16.1", + "rc-virtual-list": "^3.2.0" + }, + "engines": { + "node": ">=8.x" + }, + "peerDependencies": { + "react": "*", + "react-dom": "*" + } + }, + "node_modules/rc-slider": { + "version": "10.0.1", + "resolved": "http://npm.anxinyun.cn/rc-slider/-/rc-slider-10.0.1.tgz", + "integrity": "sha512-igTKF3zBet7oS/3yNiIlmU8KnZ45npmrmHlUUio8PNbIhzMcsh+oE/r2UD42Y6YD2D/s+kzCQkzQrPD6RY435Q==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.5", + "rc-util": "^5.18.1", + "shallowequal": "^1.1.0" + }, + "engines": { + "node": ">=8.x" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-steps": { + "version": "4.1.4", + "resolved": "http://npm.anxinyun.cn/rc-steps/-/rc-steps-4.1.4.tgz", + "integrity": "sha512-qoCqKZWSpkh/b03ASGx1WhpKnuZcRWmvuW+ZUu4mvMdfvFzVxblTwUM+9aBd0mlEUFmt6GW8FXhMpHkK3Uzp3w==", + "dependencies": { + "@babel/runtime": "^7.10.2", + "classnames": "^2.2.3", + "rc-util": "^5.0.1" + }, + "engines": { + "node": ">=8.x" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-switch": { + "version": "3.2.2", + "resolved": "http://npm.anxinyun.cn/rc-switch/-/rc-switch-3.2.2.tgz", + "integrity": "sha1-0AH3fxJmTVJZW09vtCXdnmb7qOg=", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.1", + "rc-util": "^5.0.1" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-table": { + "version": "7.25.3", + "resolved": "http://npm.anxinyun.cn/rc-table/-/rc-table-7.25.3.tgz", + "integrity": "sha512-McsLJ2rg8EEpRBRYN4Pf9gT7ZNYnjvF9zrBpUBBbUX/fxk+eGi5ff1iPIhMyiHsH71/BmTUzX9nc9XqupD0nMg==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.5", + "rc-resize-observer": "^1.1.0", + "rc-util": "^5.22.5", + "shallowequal": "^1.1.0" + }, + "engines": { + "node": ">=8.x" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-tabs": { + "version": "11.16.1", + "resolved": "http://npm.anxinyun.cn/rc-tabs/-/rc-tabs-11.16.1.tgz", + "integrity": "sha512-bR7Dap23YyfzZQwtKomhiFEFzZuE7WaKWo+ypNRSGB9PDKSc6tM12VP8LWYkvmmQHthgwP0WRN8nFbSJWuqLYw==", + "dependencies": { + "@babel/runtime": "^7.11.2", + "classnames": "2.x", + "rc-dropdown": "~4.0.0", + "rc-menu": "~9.6.0", + "rc-resize-observer": "^1.0.0", + "rc-util": "^5.5.0" + }, + "engines": { + "node": ">=8.x" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-textarea": { + "version": "0.3.7", + "resolved": "http://npm.anxinyun.cn/rc-textarea/-/rc-textarea-0.3.7.tgz", + "integrity": "sha512-yCdZ6binKmAQB13hc/oehh0E/QRwoPP1pjF21aHBxlgXO3RzPF6dUu4LG2R4FZ1zx/fQd2L1faktulrXOM/2rw==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.1", + "rc-resize-observer": "^1.0.0", + "rc-util": "^5.7.0", + "shallowequal": "^1.1.0" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-tooltip": { + "version": "5.2.2", + "resolved": "http://npm.anxinyun.cn/rc-tooltip/-/rc-tooltip-5.2.2.tgz", + "integrity": "sha512-jtQzU/18S6EI3lhSGoDYhPqNpWajMtS5VV/ld1LwyfrDByQpYmw/LW6U7oFXXLukjfDHQ7Ju705A82PRNFWYhg==", + "dependencies": { + "@babel/runtime": "^7.11.2", + "classnames": "^2.3.1", + "rc-trigger": "^5.0.0" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-tree": { + "version": "5.6.5", + "resolved": "http://npm.anxinyun.cn/rc-tree/-/rc-tree-5.6.5.tgz", + "integrity": "sha512-Bnyen46B251APyRZ9D/jYeTnSqbSEvK2AkU5B4vWkNYgUJNPrxO+VMgcDRedP/8N7YcsgdDT9hxqVvNOq7oCAQ==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "2.x", + "rc-motion": "^2.0.1", + "rc-util": "^5.16.1", + "rc-virtual-list": "^3.4.8" + }, + "engines": { + "node": ">=10.x" + }, + "peerDependencies": { + "react": "*", + "react-dom": "*" + } + }, + "node_modules/rc-tree-select": { + "version": "5.4.0", + "resolved": "http://npm.anxinyun.cn/rc-tree-select/-/rc-tree-select-5.4.0.tgz", + "integrity": "sha512-reRbOqC7Ic/nQocJAJeCl4n6nJUY3NoqiwRXKvhjgZJU7NGr9vIccXEsY+Lghkw5UMpPoxGsIJB0jiAvM18XYA==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "2.x", + "rc-select": "~14.1.0", + "rc-tree": "~5.6.1", + "rc-util": "^5.16.1" + }, + "peerDependencies": { + "react": "*", + "react-dom": "*" + } + }, + "node_modules/rc-trigger": { + "version": "5.3.1", + "resolved": "http://npm.anxinyun.cn/rc-trigger/-/rc-trigger-5.3.1.tgz", + "integrity": "sha512-5gaFbDkYSefZ14j2AdzucXzlWgU2ri5uEjkHvsf1ynRhdJbKxNOnw4PBZ9+FVULNGFiDzzlVF8RJnR9P/xrnKQ==", + "dependencies": { + "@babel/runtime": "^7.18.3", + "classnames": "^2.2.6", + "rc-align": "^4.0.0", + "rc-motion": "^2.0.0", + "rc-util": "^5.19.2" + }, + "engines": { + "node": ">=8.x" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-upload": { + "version": "4.3.4", + "resolved": "http://npm.anxinyun.cn/rc-upload/-/rc-upload-4.3.4.tgz", + "integrity": "sha512-uVbtHFGNjHG/RyAfm9fluXB6pvArAGyAx8z7XzXXyorEgVIWj6mOlriuDm0XowDHYz4ycNK0nE0oP3cbFnzxiQ==", + "dependencies": { + "@babel/runtime": "^7.18.3", + "classnames": "^2.2.5", + "rc-util": "^5.2.0" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-util": { + "version": "5.23.0", + "resolved": "http://npm.anxinyun.cn/rc-util/-/rc-util-5.23.0.tgz", + "integrity": "sha512-lgm6diJ/pLgyfoZY59Vz7sW4mSoQCgozqbBye9IJ7/mb5w5h4T7h+i2JpXAx/UBQxscBZe68q0sP7EW+qfkKUg==", + "dependencies": { + "@babel/runtime": "^7.18.3", + "react-is": "^16.12.0", + "shallowequal": "^1.1.0" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-virtual-list": { + "version": "3.4.8", + "resolved": "http://npm.anxinyun.cn/rc-virtual-list/-/rc-virtual-list-3.4.8.tgz", + "integrity": "sha512-qSN+Rv4i/E7RCTvTMr1uZo7f3crJJg/5DekoCagydo9zsXrxj07zsFSxqizqW+ldGA16lwa8So/bIbV9Ofjddg==", + "dependencies": { + "classnames": "^2.2.6", + "rc-resize-observer": "^1.0.0", + "rc-util": "^5.15.0" + }, + "engines": { + "node": ">=8.x" + }, + "peerDependencies": { + "react": "*", + "react-dom": "*" + } + }, + "node_modules/react": { + "version": "17.0.2", + "resolved": "http://npm.anxinyun.cn/react/-/react-17.0.2.tgz", + "integrity": "sha1-0LXMUW0p6z7uOD91tihkz7aAADc=", + "dependencies": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-color": { + "version": "2.19.3", + "resolved": "http://npm.anxinyun.cn/react-color/-/react-color-2.19.3.tgz", + "integrity": "sha1-7GxrRWgxKjxqGEIKsEcuFGqlaD0=", + "dependencies": { + "@icons/material": "^0.2.4", + "lodash": "^4.17.15", + "lodash-es": "^4.17.15", + "material-colors": "^1.2.1", + "prop-types": "^15.5.10", + "reactcss": "^1.2.0", + "tinycolor2": "^1.4.1" + }, + "peerDependencies": { + "react": "*" + } + }, + "node_modules/react-copy-to-clipboard": { + "version": "5.1.0", + "resolved": "http://npm.anxinyun.cn/react-copy-to-clipboard/-/react-copy-to-clipboard-5.1.0.tgz", + "integrity": "sha512-k61RsNgAayIJNoy9yDsYzDe/yAZAzEbEgcz3DZMhF686LEyukcE1hzurxe85JandPUG+yTfGVFzuEw3xt8WP/A==", + "dev": true, + "dependencies": { + "copy-to-clipboard": "^3.3.1", + "prop-types": "^15.8.1" + }, + "peerDependencies": { + "react": "^15.3.0 || 16 || 17 || 18" + } + }, + "node_modules/react-cropper": { + "version": "2.1.8", + "resolved": "http://npm.anxinyun.cn/react-cropper/-/react-cropper-2.1.8.tgz", + "integrity": "sha1-vzWn3mV2n4rTV+iuiE55H+P+khI=", + "dependencies": { + "cropperjs": "^1.5.12" + }, + "peerDependencies": { + "react": ">=16.0.0" + } + }, + "node_modules/react-dnd": { + "version": "10.0.2", + "resolved": "http://npm.anxinyun.cn/react-dnd/-/react-dnd-10.0.2.tgz", + "integrity": "sha1-pq2Os9nyxXMDH3zgUBLlx2egsfw=", + "dev": true, + "dependencies": { + "@react-dnd/shallowequal": "^2.0.0", + "@types/hoist-non-react-statics": "^3.3.1", + "dnd-core": "^10.0.2", + "hoist-non-react-statics": "^3.3.0" + }, + "peerDependencies": { + "react": ">= 16.8", + "react-dom": ">= 16.8" + } + }, + "node_modules/react-dnd-html5-backend": { + "version": "10.0.2", + "resolved": "http://npm.anxinyun.cn/react-dnd-html5-backend/-/react-dnd-html5-backend-10.0.2.tgz", + "integrity": "sha1-FcudK5I/Q1dqE234VOKIy1lpeEw=", + "dev": true, + "dependencies": { + "dnd-core": "^10.0.2" + } + }, + "node_modules/react-dom": { + "version": "17.0.2", + "resolved": "http://npm.anxinyun.cn/react-dom/-/react-dom-17.0.2.tgz", + "integrity": "sha1-7P+2hF462Nv83EmPDQqTlzZQLCM=", + "dependencies": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "scheduler": "^0.20.2" + }, + "peerDependencies": { + "react": "17.0.2" + } + }, + "node_modules/react-dom-factories": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/react-dom-factories/-/react-dom-factories-1.0.2.tgz", + "integrity": "sha1-63cFxNs2+1AbOqOP91lhaqD/luA=", + "dev": true + }, + "node_modules/react-if": { + "version": "2.2.2", + "resolved": "http://npm.anxinyun.cn/react-if/-/react-if-2.2.2.tgz", + "integrity": "sha1-gfzETZReev6cgZqBFI5Ycf98yOI=", + "dev": true, + "peerDependencies": { + "prop-types": ">=15.5.10", + "react": ">=15.5.0" + } + }, + "node_modules/react-is": { + "version": "16.13.1", + "resolved": "http://npm.anxinyun.cn/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha1-eJcppNw23imZ3BVt1sHZwYzqVqQ=" + }, + "node_modules/react-jsonschema-form": { + "version": "1.8.1", + "resolved": "http://npm.anxinyun.cn/react-jsonschema-form/-/react-jsonschema-form-1.8.1.tgz", + "integrity": "sha1-nJYvKaVbP+Bx2O3y/DQw8F8bftk=", + "dev": true, + "dependencies": { + "@babel/runtime-corejs2": "^7.4.5", + "ajv": "^6.7.0", + "core-js": "^2.5.7", + "lodash": "^4.17.15", + "prop-types": "^15.5.8", + "react-is": "^16.8.4", + "react-lifecycles-compat": "^3.0.4", + "shortid": "^2.2.14" + }, + "engines": { + "node": ">=6", + "npm": ">=2.14.7" + }, + "peerDependencies": { + "react": ">=15" + } + }, + "node_modules/react-lifecycles-compat": { + "version": "3.0.4", + "resolved": "http://npm.anxinyun.cn/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", + "integrity": "sha1-TxonOv38jzSIqMUWv9p4+HI1I2I=" + }, + "node_modules/react-quill": { + "version": "1.3.5", + "resolved": "http://npm.anxinyun.cn:443/react-quill/-/react-quill-1.3.5.tgz", + "integrity": "sha1-jErXWdoDNlsXx5xsUq+pdyJZhE4=", + "dev": true, + "dependencies": { + "@types/quill": "1.3.10", + "create-react-class": "^15.6.0", + "lodash": "^4.17.4", + "prop-types": "^15.5.10", + "quill": "^1.3.7", + "react-dom-factories": "^1.0.0" + }, + "engines": { + "node": ">= 0.8.x" + }, + "peerDependencies": { + "react": "^0.14.9 || ^15.3.0 || ^16.0.0" + } + }, + "node_modules/react-redux": { + "version": "7.2.8", + "resolved": "http://npm.anxinyun.cn/react-redux/-/react-redux-7.2.8.tgz", + "integrity": "sha512-6+uDjhs3PSIclqoCk0kd6iX74gzrGc3W5zcAjbrFgEdIjRSQObdIwfx80unTkVUYvbQ95Y8Av3OvFHq1w5EOUw==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.15.4", + "@types/react-redux": "^7.1.20", + "hoist-non-react-statics": "^3.3.2", + "loose-envify": "^1.4.0", + "prop-types": "^15.7.2", + "react-is": "^17.0.2" + }, + "peerDependencies": { + "react": "^16.8.3 || ^17 || ^18" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + }, + "react-native": { + "optional": true + } + } + }, + "node_modules/react-redux/node_modules/react-is": { + "version": "17.0.2", + "resolved": "http://npm.anxinyun.cn/react-is/-/react-is-17.0.2.tgz", + "integrity": "sha1-5pHUqOnHiTZWVVOas3J2Kw77VPA=", + "dev": true + }, + "node_modules/react-router": { + "version": "5.3.3", + "resolved": "http://npm.anxinyun.cn/react-router/-/react-router-5.3.3.tgz", + "integrity": "sha512-mzQGUvS3bM84TnbtMYR8ZjKnuPJ71IjSzR+DE6UkUqvN4czWIqEs17yLL8xkAycv4ev0AiN+IGrWu88vJs/p2w==", + "dependencies": { + "@babel/runtime": "^7.12.13", + "history": "^4.9.0", + "hoist-non-react-statics": "^3.1.0", + "loose-envify": "^1.3.1", + "mini-create-react-context": "^0.4.0", + "path-to-regexp": "^1.7.0", + "prop-types": "^15.6.2", + "react-is": "^16.6.0", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0" + }, + "peerDependencies": { + "react": ">=15" + } + }, + "node_modules/react-router-breadcrumbs-hoc": { + "version": "4.1.0", + "resolved": "http://npm.anxinyun.cn/react-router-breadcrumbs-hoc/-/react-router-breadcrumbs-hoc-4.1.0.tgz", + "integrity": "sha512-HZn352JkMzi/1Mp9H6v78V9f7sjnWRf/dXeFVLDDbxEUK7QJCj1JUBJuEHC+B3tq1+uRCASNm3ofEOaG33tAKw==", + "peerDependencies": { + "react": ">=16.8", + "react-router-dom": ">=5" + } + }, + "node_modules/react-router-dom": { + "version": "5.3.3", + "resolved": "http://npm.anxinyun.cn/react-router-dom/-/react-router-dom-5.3.3.tgz", + "integrity": "sha512-Ov0tGPMBgqmbu5CDmN++tv2HQ9HlWDuWIIqn4b88gjlAN5IHI+4ZUZRcpz9Hl0azFIwihbLDYw1OiHGRo7ZIng==", + "dependencies": { + "@babel/runtime": "^7.12.13", + "history": "^4.9.0", + "loose-envify": "^1.3.1", + "prop-types": "^15.6.2", + "react-router": "5.3.3", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0" + }, + "peerDependencies": { + "react": ">=15" + } + }, + "node_modules/react-router-redux": { + "version": "4.0.8", + "resolved": "http://npm.anxinyun.cn/react-router-redux/-/react-router-redux-4.0.8.tgz", + "integrity": "sha1-InQDWWtRUeGCN32rg1tdRfD4BU4=", + "dev": true + }, + "node_modules/react-router/node_modules/path-to-regexp": { + "version": "1.8.0", + "resolved": "http://npm.anxinyun.cn/path-to-regexp/-/path-to-regexp-1.8.0.tgz", + "integrity": "sha1-iHs7qdhDk+h6CgufTLdWGYtTVIo=", + "dependencies": { + "isarray": "0.0.1" + } + }, + "node_modules/react-sortable-hoc": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/react-sortable-hoc/-/react-sortable-hoc-2.0.0.tgz", + "integrity": "sha1-9ngNiqS5IqIfPnVK9ULwMmdweLc=", + "dependencies": { + "@babel/runtime": "^7.2.0", + "invariant": "^2.2.4", + "prop-types": "^15.5.7" + }, + "peerDependencies": { + "prop-types": "^15.5.7", + "react": "^16.3.0 || ^17.0.0", + "react-dom": "^16.3.0 || ^17.0.0" + } + }, + "node_modules/reactcss": { + "version": "1.2.3", + "resolved": "http://npm.anxinyun.cn/reactcss/-/reactcss-1.2.3.tgz", + "integrity": "sha1-wAATh15Vexzw39mjaKHD2rO1SN0=", + "dependencies": { + "lodash": "^4.0.1" + } + }, + "node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/readdirp": { + "version": "2.2.1", + "resolved": "http://npm.anxinyun.cn/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha1-DodiKjMlqjPokihcr4tOhGUppSU=", + "dependencies": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/readdirp/node_modules/isarray": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "node_modules/readdirp/node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/readdirp/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=" + }, + "node_modules/readdirp/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/rechoir": { + "version": "0.7.1", + "resolved": "http://npm.anxinyun.cn/rechoir/-/rechoir-0.7.1.tgz", + "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", + "dev": true, + "dependencies": { + "resolve": "^1.9.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/redux": { + "version": "4.2.0", + "resolved": "http://npm.anxinyun.cn/redux/-/redux-4.2.0.tgz", + "integrity": "sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.9.2" + } + }, + "node_modules/redux-thunk": { + "version": "2.4.1", + "resolved": "http://npm.anxinyun.cn/redux-thunk/-/redux-thunk-2.4.1.tgz", + "integrity": "sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q==", + "dev": true, + "peerDependencies": { + "redux": "^4" + } + }, + "node_modules/redux-undo": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/redux-undo/-/redux-undo-1.0.1.tgz", + "integrity": "sha1-jZidbDJuZxj0RxBC6Qpbi28zF+s=", + "dev": true + }, + "node_modules/reflect-metadata": { + "version": "0.1.13", + "resolved": "http://npm.anxinyun.cn/reflect-metadata/-/reflect-metadata-0.1.13.tgz", + "integrity": "sha1-Z648pXyXKiqhZCsQ/jY/4y1J3Ag=" + }, + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "http://npm.anxinyun.cn/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha1-uTRtiCfo9aMve6KWN9OYtpAUhIo=", + "dev": true + }, + "node_modules/regenerate-unicode-properties": { + "version": "10.0.1", + "resolved": "http://npm.anxinyun.cn/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz", + "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.13.9", + "resolved": "http://npm.anxinyun.cn/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", + "integrity": "sha1-iSV0Kpj/2QgUmI11Zq0wyjsmO1I=" + }, + "node_modules/regenerator-transform": { + "version": "0.15.0", + "resolved": "http://npm.anxinyun.cn/regenerator-transform/-/regenerator-transform-0.15.0.tgz", + "integrity": "sha1-y9nq1dd/rhpI2VfPiJrQWGrbZTc=", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.8.4" + } + }, + "node_modules/regex-not": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha1-H07OJ+ALC2XgJHpoEOaoXYOldSw=", + "dependencies": { + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/regex-not/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/regex-not/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/regexp.prototype.flags": { + "version": "1.4.3", + "resolved": "http://npm.anxinyun.cn/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz", + "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "functions-have-names": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/regexpu-core": { + "version": "5.1.0", + "resolved": "http://npm.anxinyun.cn/regexpu-core/-/regexpu-core-5.1.0.tgz", + "integrity": "sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.0.1", + "regjsgen": "^0.6.0", + "regjsparser": "^0.8.2", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regjsgen": { + "version": "0.6.0", + "resolved": "http://npm.anxinyun.cn/regjsgen/-/regjsgen-0.6.0.tgz", + "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==", + "dev": true + }, + "node_modules/regjsparser": { + "version": "0.8.4", + "resolved": "http://npm.anxinyun.cn/regjsparser/-/regjsparser-0.8.4.tgz", + "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==", + "dev": true, + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "http://npm.anxinyun.cn/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + } + }, + "node_modules/regl": { + "version": "1.7.0", + "resolved": "http://npm.anxinyun.cn/regl/-/regl-1.7.0.tgz", + "integrity": "sha1-DRhUMQRKNWv4Dpt3WxG5Ne8nRtM=" + }, + "node_modules/relateurl": { + "version": "0.2.7", + "resolved": "http://npm.anxinyun.cn/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/remove-trailing-separator": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" + }, + "node_modules/renderkid": { + "version": "2.0.7", + "resolved": "http://npm.anxinyun.cn/renderkid/-/renderkid-2.0.7.tgz", + "integrity": "sha1-Rk8namvc7mBvShWZP5sp/HTKhgk=", + "dev": true, + "dependencies": { + "css-select": "^4.1.3", + "dom-converter": "^0.2.0", + "htmlparser2": "^6.1.0", + "lodash": "^4.17.21", + "strip-ansi": "^3.0.1" + } + }, + "node_modules/repeat-element": { + "version": "1.1.4", + "resolved": "http://npm.anxinyun.cn/repeat-element/-/repeat-element-1.1.4.tgz", + "integrity": "sha1-vmgVIIR6tYx1aKx1+/rSjtQtOek=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/repeat-string": { + "version": "1.6.1", + "resolved": "http://npm.anxinyun.cn/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/request": { + "version": "2.88.2", + "resolved": "http://npm.anxinyun.cn/request/-/request-2.88.2.tgz", + "integrity": "sha1-1zyRhzHLWofaBH4gcjQUb2ZNErM=", + "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", + "dependencies": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/request-promise-core": { + "version": "1.1.4", + "resolved": "http://npm.anxinyun.cn/request-promise-core/-/request-promise-core-1.1.4.tgz", + "integrity": "sha1-Pu3UIjII1BmGe3jOgVFn0QWToi8=", + "dependencies": { + "lodash": "^4.17.19" + }, + "engines": { + "node": ">=0.10.0" + }, + "peerDependencies": { + "request": "^2.34" + } + }, + "node_modules/request-promise-native": { + "version": "1.0.9", + "resolved": "http://npm.anxinyun.cn/request-promise-native/-/request-promise-native-1.0.9.tgz", + "integrity": "sha1-5AcSBSal79yaObKKVnm/R7nZ3Cg=", + "deprecated": "request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142", + "dependencies": { + "request-promise-core": "1.1.4", + "stealthy-require": "^1.1.1", + "tough-cookie": "^2.3.3" + }, + "engines": { + "node": ">=0.12.0" + }, + "peerDependencies": { + "request": "^2.34" + } + }, + "node_modules/request/node_modules/form-data": { + "version": "2.3.3", + "resolved": "http://npm.anxinyun.cn/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha1-3M5SwF9kTymManq5Nr1yTO/786Y=", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/request/node_modules/qs": { + "version": "6.5.3", + "resolved": "http://npm.anxinyun.cn/qs/-/qs-6.5.3.tgz", + "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/request/node_modules/uuid": { + "version": "3.4.0", + "resolved": "http://npm.anxinyun.cn/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "http://npm.anxinyun.cn/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-main-filename": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha1-0LMp7MfMD2Fkn2IhW+aa9UqomJs=" + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + }, + "node_modules/resize-observer-polyfill": { + "version": "1.5.1", + "resolved": "http://npm.anxinyun.cn/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", + "integrity": "sha1-DpAg3T0hAkRY1OvSfiPkAmmBBGQ=" + }, + "node_modules/resolve": { + "version": "1.22.1", + "resolved": "http://npm.anxinyun.cn/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + } + }, + "node_modules/resolve-cwd": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/resolve-cwd/-/resolve-cwd-2.0.0.tgz", + "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", + "dependencies": { + "resolve-from": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/resolve-from": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", + "engines": { + "node": ">=4" + } + }, + "node_modules/resolve-path": { + "version": "1.4.0", + "resolved": "http://npm.anxinyun.cn/resolve-path/-/resolve-path-1.4.0.tgz", + "integrity": "sha1-xL2p9e+y/OZSR4c6s2u02DT+Fvc=", + "dependencies": { + "http-errors": "~1.6.2", + "path-is-absolute": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/resolve-path/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "http://npm.anxinyun.cn/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/resolve-path/node_modules/inherits": { + "version": "2.0.3", + "resolved": "http://npm.anxinyun.cn/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "node_modules/resolve-path/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha1-0L2FU2iHtv58DYGMuWLZ2RxU5lY=" + }, + "node_modules/resolve-pathname": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/resolve-pathname/-/resolve-pathname-3.0.0.tgz", + "integrity": "sha1-mdAiJNPPJjaJvsuzk7xWAxMCXc0=" + }, + "node_modules/resolve-url": { + "version": "0.2.1", + "resolved": "http://npm.anxinyun.cn/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", + "deprecated": "https://github.com/lydell/resolve-url#deprecated" + }, + "node_modules/ret": { + "version": "0.1.15", + "resolved": "http://npm.anxinyun.cn/ret/-/ret-0.1.15.tgz", + "integrity": "sha1-uKSCXVvbH8P29Twrwz+BOIaBx7w=", + "engines": { + "node": ">=0.12" + } + }, + "node_modules/retry": { + "version": "0.12.0", + "resolved": "http://npm.anxinyun.cn/retry/-/retry-0.12.0.tgz", + "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", + "engines": { + "node": ">= 4" + } + }, + "node_modules/retry-as-promised": { + "version": "2.3.2", + "resolved": "http://npm.anxinyun.cn/retry-as-promised/-/retry-as-promised-2.3.2.tgz", + "integrity": "sha1-zZdO5P2bX+A8vzGHHuSCIcB3N7c=", + "dependencies": { + "bluebird": "^3.4.6", + "debug": "^2.6.9" + } + }, + "node_modules/retry-as-promised/node_modules/debug": { + "version": "2.6.9", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", + "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/retry-as-promised/node_modules/ms": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/rimraf": { + "version": "2.7.1", + "resolved": "http://npm.anxinyun.cn/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w=", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/rndm": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/rndm/-/rndm-1.2.0.tgz", + "integrity": "sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w=" + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY=" + }, + "node_modules/safe-regex": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", + "dependencies": { + "ret": "~0.1.10" + } + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "http://npm.anxinyun.cn/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=" + }, + "node_modules/scheduler": { + "version": "0.20.2", + "resolved": "http://npm.anxinyun.cn/scheduler/-/scheduler-0.20.2.tgz", + "integrity": "sha1-S67jlDbjSqk7SHS93L8P6Li1DpE=", + "dependencies": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" + } + }, + "node_modules/schema-utils": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", + "dependencies": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/scroll-into-view-if-needed": { + "version": "2.2.29", + "resolved": "http://npm.anxinyun.cn/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.29.tgz", + "integrity": "sha512-hxpAR6AN+Gh53AdAimHM6C8oTN1ppwVZITihix+WqalywBeFcQ6LdQP5ABNl26nX8GTEL7VT+b8lKpdqq65wXg==", + "dependencies": { + "compute-scroll-into-view": "^1.0.17" + } + }, + "node_modules/seamless-immutable": { + "version": "7.1.4", + "resolved": "http://npm.anxinyun.cn/seamless-immutable/-/seamless-immutable-7.1.4.tgz", + "integrity": "sha1-bpU23vCD3cTeoCB9ci4OgNDzcvg=", + "dev": true, + "optional": true + }, + "node_modules/select-hose": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=" + }, + "node_modules/selfsigned": { + "version": "1.10.14", + "resolved": "http://npm.anxinyun.cn/selfsigned/-/selfsigned-1.10.14.tgz", + "integrity": "sha512-lkjaiAye+wBZDCBsu5BGi0XiLRxeUlsGod5ZP924CRSEoGuZAw/f7y9RKu28rwTfiHVhdavhB0qH0INV6P1lEA==", + "dependencies": { + "node-forge": "^0.10.0" + } + }, + "node_modules/semver": { + "version": "5.7.1", + "resolved": "http://npm.anxinyun.cn/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/send": { + "version": "0.18.0", + "resolved": "http://npm.anxinyun.cn/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", + "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/send/node_modules/depd": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", + "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/send/node_modules/mime": { + "version": "1.6.0", + "resolved": "http://npm.anxinyun.cn/mime/-/mime-1.6.0.tgz", + "integrity": "sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE=", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.1.3.tgz", + "integrity": "sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=" + }, + "node_modules/send/node_modules/statuses": { + "version": "2.0.1", + "resolved": "http://npm.anxinyun.cn/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha1-VcsADM8dSHKL0jxoWgY5mM8aG2M=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/sequelize": { + "version": "4.44.4", + "resolved": "http://npm.anxinyun.cn/sequelize/-/sequelize-4.44.4.tgz", + "integrity": "sha1-lgfqo+WQgNJ9ixdIHS5Enofljxg=", + "deprecated": "Please update to v6 or higher! A migration guide can be found here: https://sequelize.org/v6/manual/upgrade-to-v6.html", + "dependencies": { + "bluebird": "^3.5.0", + "cls-bluebird": "^2.1.0", + "debug": "^3.1.0", + "depd": "^1.1.0", + "dottie": "^2.0.0", + "generic-pool": "3.5.0", + "inflection": "1.12.0", + "lodash": "^4.17.1", + "moment": "^2.20.0", + "moment-timezone": "^0.5.14", + "retry-as-promised": "^2.3.2", + "semver": "^5.5.0", + "terraformer-wkt-parser": "^1.1.2", + "toposort-class": "^1.0.1", + "uuid": "^3.2.1", + "validator": "^10.4.0", + "wkx": "^0.4.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/sequelize/node_modules/debug": { + "version": "3.2.7", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", + "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/sequelize/node_modules/inflection": { + "version": "1.12.0", + "resolved": "http://npm.anxinyun.cn/inflection/-/inflection-1.12.0.tgz", + "integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY=", + "engines": [ + "node >= 0.4.0" + ] + }, + "node_modules/sequelize/node_modules/uuid": { + "version": "3.4.0", + "resolved": "http://npm.anxinyun.cn/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/serialize-javascript": { + "version": "6.0.0", + "resolved": "http://npm.anxinyun.cn/serialize-javascript/-/serialize-javascript-6.0.0.tgz", + "integrity": "sha1-765diPRdeSQUHai1w6en5mP+/rg=", + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/serve-index": { + "version": "1.9.1", + "resolved": "http://npm.anxinyun.cn/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", + "dependencies": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/serve-index/node_modules/debug": { + "version": "2.6.9", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", + "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/serve-index/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "http://npm.anxinyun.cn/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/inherits": { + "version": "2.0.3", + "resolved": "http://npm.anxinyun.cn/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "node_modules/serve-index/node_modules/ms": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/serve-index/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha1-0L2FU2iHtv58DYGMuWLZ2RxU5lY=" + }, + "node_modules/serve-static": { + "version": "1.15.0", + "resolved": "http://npm.anxinyun.cn/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "node_modules/set-value": { + "version": "2.0.1", + "resolved": "http://npm.anxinyun.cn/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha1-oY1AUw5vB95CKMfe/kInr4ytAFs=", + "dependencies": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha1-ZsmiSnP5/CjL5msJ/tPTPcrxtCQ=" + }, + "node_modules/shallow-clone": { + "version": "3.0.1", + "resolved": "http://npm.anxinyun.cn/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha1-jymBrZJTH1UDWwH7IwdppA4C76M=", + "dev": true, + "dependencies": { + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shallowequal": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/shallowequal/-/shallowequal-1.1.0.tgz", + "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha1-zNCvT4g1+9wmW4JGGq8MNmY/NOo=", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha1-rhbxZE2HPsrYQ7AwexQzYtTEIXI=", + "engines": { + "node": ">=8" + } + }, + "node_modules/shimmer": { + "version": "1.2.1", + "resolved": "http://npm.anxinyun.cn/shimmer/-/shimmer-1.2.1.tgz", + "integrity": "sha1-YQhZ994ye1h+/r9QH7QxF/mv8zc=" + }, + "node_modules/shortid": { + "version": "2.2.16", + "resolved": "http://npm.anxinyun.cn/shortid/-/shortid-2.2.16.tgz", + "integrity": "sha512-Ugt+GIZqvGXCIItnsL+lvFJOiN7RYqlGy7QE41O3YC1xbNSeDGIRO7xg2JJXIAj1cAGnOeC1r7/T9pgrtQbv4g==", + "dev": true, + "dependencies": { + "nanoid": "^2.1.0" + } + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "http://npm.anxinyun.cn/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha1-785cj9wQTudRslxY1CkAEfpeos8=", + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "http://npm.anxinyun.cn/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/simple-swizzle": { + "version": "0.2.2", + "resolved": "http://npm.anxinyun.cn/simple-swizzle/-/simple-swizzle-0.2.2.tgz", + "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", + "dependencies": { + "is-arrayish": "^0.3.1" + } + }, + "node_modules/sirv": { + "version": "1.0.19", + "resolved": "http://npm.anxinyun.cn/sirv/-/sirv-1.0.19.tgz", + "integrity": "sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==", + "dev": true, + "dependencies": { + "@polka/url": "^1.0.0-next.20", + "mrmime": "^1.0.0", + "totalist": "^1.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "http://npm.anxinyun.cn/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha1-bh1x+k8YwF99D/IW3RakgdDo2a4=", + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/snapdragon": { + "version": "0.8.2", + "resolved": "http://npm.anxinyun.cn/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha1-ZJIufFZbDhQgS6GqfWlkJ40lGC0=", + "dependencies": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node": { + "version": "2.1.1", + "resolved": "http://npm.anxinyun.cn/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "dependencies": { + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node/node_modules/define-property": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node/node_modules/is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node/node_modules/is-data-descriptor": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node/node_modules/is-descriptor": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", + "dependencies": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-util": { + "version": "3.0.1", + "resolved": "http://npm.anxinyun.cn/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "dependencies": { + "kind-of": "^3.2.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-util/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/debug": { + "version": "2.6.9", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", + "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/snapdragon/node_modules/define-property": { + "version": "0.2.5", + "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/ms": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/snapdragon/node_modules/source-map": { + "version": "0.5.7", + "resolved": "http://npm.anxinyun.cn/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/socket.io": { + "version": "1.7.4", + "resolved": "http://npm.anxinyun.cn/socket.io/-/socket.io-1.7.4.tgz", + "integrity": "sha1-L37O3DORvy1cc+KR/iM+bjTU3QA=", + "dependencies": { + "debug": "2.3.3", + "engine.io": "~1.8.4", + "has-binary": "0.1.7", + "object-assign": "4.1.0", + "socket.io-adapter": "0.5.0", + "socket.io-client": "1.7.4", + "socket.io-parser": "2.3.1" + } + }, + "node_modules/socket.io-adapter": { + "version": "0.5.0", + "resolved": "http://npm.anxinyun.cn/socket.io-adapter/-/socket.io-adapter-0.5.0.tgz", + "integrity": "sha1-y21LuL7IHhB4uZZ3+c7QBGBmu4s=", + "dependencies": { + "debug": "2.3.3", + "socket.io-parser": "2.3.1" + } + }, + "node_modules/socket.io-adapter/node_modules/debug": { + "version": "2.3.3", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.3.3.tgz", + "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "dependencies": { + "ms": "0.7.2" + } + }, + "node_modules/socket.io-adapter/node_modules/ms": { + "version": "0.7.2", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.2.tgz", + "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" + }, + "node_modules/socket.io-client": { + "version": "1.7.4", + "resolved": "http://npm.anxinyun.cn/socket.io-client/-/socket.io-client-1.7.4.tgz", + "integrity": "sha1-7J+CA1btme9tNX8HVtZIcXvdQoE=", + "dependencies": { + "backo2": "1.0.2", + "component-bind": "1.0.0", + "component-emitter": "1.2.1", + "debug": "2.3.3", + "engine.io-client": "~1.8.4", + "has-binary": "0.1.7", + "indexof": "0.0.1", + "object-component": "0.0.3", + "parseuri": "0.0.5", + "socket.io-parser": "2.3.1", + "to-array": "0.1.4" + } + }, + "node_modules/socket.io-client/node_modules/component-emitter": { + "version": "1.2.1", + "resolved": "http://npm.anxinyun.cn/component-emitter/-/component-emitter-1.2.1.tgz", + "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" + }, + "node_modules/socket.io-client/node_modules/debug": { + "version": "2.3.3", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.3.3.tgz", + "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "dependencies": { + "ms": "0.7.2" + } + }, + "node_modules/socket.io-client/node_modules/ms": { + "version": "0.7.2", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.2.tgz", + "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" + }, + "node_modules/socket.io-parser": { + "version": "2.3.1", + "resolved": "http://npm.anxinyun.cn/socket.io-parser/-/socket.io-parser-2.3.1.tgz", + "integrity": "sha1-3VMgJRA85Clpcya+/WQAX8/ltKA=", + "dependencies": { + "component-emitter": "1.1.2", + "debug": "2.2.0", + "isarray": "0.0.1", + "json3": "3.3.2" + } + }, + "node_modules/socket.io-parser/node_modules/component-emitter": { + "version": "1.1.2", + "resolved": "http://npm.anxinyun.cn/component-emitter/-/component-emitter-1.1.2.tgz", + "integrity": "sha1-KWWU8nU9qmOZbSrwjRWpURbJrsM=" + }, + "node_modules/socket.io-parser/node_modules/debug": { + "version": "2.2.0", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.2.0.tgz", + "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=", + "dependencies": { + "ms": "0.7.1" + } + }, + "node_modules/socket.io-parser/node_modules/ms": { + "version": "0.7.1", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.1.tgz", + "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=" + }, + "node_modules/socket.io/node_modules/debug": { + "version": "2.3.3", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.3.3.tgz", + "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "dependencies": { + "ms": "0.7.2" + } + }, + "node_modules/socket.io/node_modules/ms": { + "version": "0.7.2", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.2.tgz", + "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" + }, + "node_modules/socket.io/node_modules/object-assign": { + "version": "4.1.0", + "resolved": "http://npm.anxinyun.cn/object-assign/-/object-assign-4.1.0.tgz", + "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sockjs": { + "version": "0.3.24", + "resolved": "http://npm.anxinyun.cn/sockjs/-/sockjs-0.3.24.tgz", + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "dependencies": { + "faye-websocket": "^0.11.3", + "uuid": "^8.3.2", + "websocket-driver": "^0.7.4" + } + }, + "node_modules/sockjs-client": { + "version": "1.6.1", + "resolved": "http://npm.anxinyun.cn/sockjs-client/-/sockjs-client-1.6.1.tgz", + "integrity": "sha512-2g0tjOR+fRs0amxENLi/q5TiJTqY+WXFOzb5UwXndlK6TO3U/mirZznpx6w34HVMoc3g7cY24yC/ZMIYnDlfkw==", + "dependencies": { + "debug": "^3.2.7", + "eventsource": "^2.0.2", + "faye-websocket": "^0.11.4", + "inherits": "^2.0.4", + "url-parse": "^1.5.10" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/sockjs-client/node_modules/debug": { + "version": "3.2.7", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", + "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/socks": { + "version": "2.7.0", + "resolved": "http://npm.anxinyun.cn/socks/-/socks-2.7.0.tgz", + "integrity": "sha512-scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA==", + "dependencies": { + "ip": "^2.0.0", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.13.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks-proxy-agent": { + "version": "5.0.1", + "resolved": "http://npm.anxinyun.cn/socks-proxy-agent/-/socks-proxy-agent-5.0.1.tgz", + "integrity": "sha1-Ay+1gwSKKev/7C5qc/ygdh9IF34=", + "dependencies": { + "agent-base": "^6.0.2", + "debug": "4", + "socks": "^2.3.3" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/socks/node_modules/ip": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/ip/-/ip-2.0.0.tgz", + "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==" + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "http://npm.anxinyun.cn/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-resolve": { + "version": "0.5.3", + "resolved": "http://npm.anxinyun.cn/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha1-GQhmvs51U+H48mei7oLGBrVQmho=", + "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", + "dependencies": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "http://npm.anxinyun.cn/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-url": { + "version": "0.4.1", + "resolved": "http://npm.anxinyun.cn/source-map-url/-/source-map-url-0.4.1.tgz", + "integrity": "sha1-CvZmBadFpaL5HPG7+KevvCg97FY=", + "deprecated": "See https://github.com/lydell/source-map-url#deprecated" + }, + "node_modules/spdy": { + "version": "4.0.2", + "resolved": "http://npm.anxinyun.cn/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "dependencies": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/spdy-transport": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha1-ANSGOmQArXXfkzYaFghgXl3NzzE=", + "dependencies": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "node_modules/split-string": { + "version": "3.1.0", + "resolved": "http://npm.anxinyun.cn/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha1-fLCd2jqGWFcFxks5pkZgOGguj+I=", + "dependencies": { + "extend-shallow": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/split-string/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/split-string/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/split2": { + "version": "4.1.0", + "resolved": "http://npm.anxinyun.cn/split2/-/split2-4.1.0.tgz", + "integrity": "sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==", + "engines": { + "node": ">= 10.x" + } + }, + "node_modules/ssf": { + "version": "0.11.2", + "resolved": "http://npm.anxinyun.cn/ssf/-/ssf-0.11.2.tgz", + "integrity": "sha1-C5lpiyN1SNCI/EPN8rcMGnUSwGw=", + "dependencies": { + "frac": "~1.1.2" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/sshpk": { + "version": "1.17.0", + "resolved": "http://npm.anxinyun.cn/sshpk/-/sshpk-1.17.0.tgz", + "integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==", + "dependencies": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + }, + "bin": { + "sshpk-conv": "bin/sshpk-conv", + "sshpk-sign": "bin/sshpk-sign", + "sshpk-verify": "bin/sshpk-verify" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ssr-window": { + "version": "4.0.2", + "resolved": "http://npm.anxinyun.cn/ssr-window/-/ssr-window-4.0.2.tgz", + "integrity": "sha512-ISv/Ch+ig7SOtw7G2+qkwfVASzazUnvlDTwypdLoPoySv+6MqlOV10VwPSE6EWkGjhW50lUmghPmpYZXMu/+AQ==" + }, + "node_modules/stack-trace": { + "version": "0.0.10", + "resolved": "http://npm.anxinyun.cn/stack-trace/-/stack-trace-0.0.10.tgz", + "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=", + "engines": { + "node": "*" + } + }, + "node_modules/static-extend": { + "version": "0.1.2", + "resolved": "http://npm.anxinyun.cn/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", + "dependencies": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/static-extend/node_modules/define-property": { + "version": "0.2.5", + "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/statuses": { + "version": "1.5.0", + "resolved": "http://npm.anxinyun.cn/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/stealthy-require": { + "version": "1.1.1", + "resolved": "http://npm.anxinyun.cn/stealthy-require/-/stealthy-require-1.1.1.tgz", + "integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/streamsearch": { + "version": "0.1.2", + "resolved": "http://npm.anxinyun.cn/streamsearch/-/streamsearch-0.1.2.tgz", + "integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-convert": { + "version": "0.2.1", + "resolved": "http://npm.anxinyun.cn/string-convert/-/string-convert-0.2.1.tgz", + "integrity": "sha1-aYLMMEn7tM2F+LJFaLnZvznu/5c=" + }, + "node_modules/string-width": { + "version": "3.1.0", + "resolved": "http://npm.anxinyun.cn/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha1-InZ74htirxCBV0MG9prFG2IgOWE=", + "dependencies": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/string-width/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "http://npm.anxinyun.cn/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "engines": { + "node": ">=6" + } + }, + "node_modules/string-width/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=", + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/string.prototype.trimend": { + "version": "1.0.5", + "resolved": "http://npm.anxinyun.cn/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", + "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" + } + }, + "node_modules/string.prototype.trimstart": { + "version": "1.0.5", + "resolved": "http://npm.anxinyun.cn/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", + "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" + } + }, + "node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-eof": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/style-loader": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/style-loader/-/style-loader-2.0.0.tgz", + "integrity": "sha1-lmlgL9RpB0DqrsE3eZoDrdu8OTw=", + "dev": true, + "dependencies": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/style-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/superagent": { + "version": "6.1.0", + "resolved": "http://npm.anxinyun.cn/superagent/-/superagent-6.1.0.tgz", + "integrity": "sha1-CfCIB7xBEI7xZM+0vik869SA9KY=", + "deprecated": "Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at .", + "dependencies": { + "component-emitter": "^1.3.0", + "cookiejar": "^2.1.2", + "debug": "^4.1.1", + "fast-safe-stringify": "^2.0.7", + "form-data": "^3.0.0", + "formidable": "^1.2.2", + "methods": "^1.1.2", + "mime": "^2.4.6", + "qs": "^6.9.4", + "readable-stream": "^3.6.0", + "semver": "^7.3.2" + }, + "engines": { + "node": ">= 7.0.0" + } + }, + "node_modules/superagent-no-cache": { + "version": "0.1.1", + "resolved": "http://npm.anxinyun.cn/superagent-no-cache/-/superagent-no-cache-0.1.1.tgz", + "integrity": "sha1-WO2N6a7/BTqcmK4B3sT95Ln4X9o=", + "dependencies": { + "component-ie": "^1.0.0" + } + }, + "node_modules/superagent/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "http://npm.anxinyun.cn/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/superagent/node_modules/semver": { + "version": "7.3.7", + "resolved": "http://npm.anxinyun.cn/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/superagent/node_modules/yallist": { + "version": "4.0.0", + "resolved": "http://npm.anxinyun.cn/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=" + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/swiper": { + "version": "8.3.1", + "resolved": "http://npm.anxinyun.cn/swiper/-/swiper-8.3.1.tgz", + "integrity": "sha512-oASYsulsERlbQVTZ8FjlTDJSN4YZwhp+AkvepOj8EOhgpvxzKoMpWpBPrk7ypkMioQUx6x2NPvkRU0Qv9mpS0A==", + "hasInstallScript": true, + "dependencies": { + "dom7": "^4.0.4", + "ssr-window": "^4.0.2" + }, + "engines": { + "node": ">= 4.7.0" + } + }, + "node_modules/swr": { + "version": "1.3.0", + "resolved": "http://npm.anxinyun.cn/swr/-/swr-1.3.0.tgz", + "integrity": "sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==", + "peerDependencies": { + "react": "^16.11.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/tapable": { + "version": "1.1.3", + "resolved": "http://npm.anxinyun.cn/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha1-ofzMBrWNth/XpF2i2kT186Pme6I=", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/terraformer": { + "version": "1.0.12", + "resolved": "http://npm.anxinyun.cn/terraformer/-/terraformer-1.0.12.tgz", + "integrity": "sha1-OeCPnHU2BkIazOAuEiRAxy36EtM=", + "deprecated": "terraformer is deprecated and no longer supported. Please use @terraformer/arcgis.", + "engines": { + "node": ">=4.2.6" + }, + "optionalDependencies": { + "@types/geojson": "^7946.0.0 || ^1.0.0" + } + }, + "node_modules/terraformer-wkt-parser": { + "version": "1.2.1", + "resolved": "http://npm.anxinyun.cn/terraformer-wkt-parser/-/terraformer-wkt-parser-1.2.1.tgz", + "integrity": "sha1-gEHirrDJ8rTLvsjsLFwAxF3f7gI=", + "deprecated": "terraformer-wkt-parser is deprecated and no longer supported. Please use @terraformer/wkt.", + "dependencies": { + "@types/geojson": "^1.0.0", + "terraformer": "~1.0.5" + }, + "engines": { + "node": ">=4.2.6" + } + }, + "node_modules/terser": { + "version": "4.8.1", + "resolved": "http://npm.anxinyun.cn/terser/-/terser-4.8.1.tgz", + "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", + "dev": true, + "dependencies": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/terser-webpack-plugin": { + "version": "5.3.3", + "resolved": "http://npm.anxinyun.cn/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz", + "integrity": "sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.7", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.0", + "terser": "^5.7.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "uglify-js": { + "optional": true + } + } + }, + "node_modules/terser-webpack-plugin/node_modules/commander": { + "version": "2.20.3", + "resolved": "http://npm.anxinyun.cn/commander/-/commander-2.20.3.tgz", + "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=" + }, + "node_modules/terser-webpack-plugin/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/terser-webpack-plugin/node_modules/terser": { + "version": "5.14.2", + "resolved": "http://npm.anxinyun.cn/terser/-/terser-5.14.2.tgz", + "integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==", + "dependencies": { + "@jridgewell/source-map": "^0.3.2", + "acorn": "^8.5.0", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "http://npm.anxinyun.cn/commander/-/commander-2.20.3.tgz", + "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=", + "dev": true + }, + "node_modules/thenify": { + "version": "3.3.1", + "resolved": "http://npm.anxinyun.cn/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha1-iTLmhqQGYDigFt2eLKRq3Zg4qV8=", + "dependencies": { + "any-promise": "^1.0.0" + } + }, + "node_modules/thenify-all": { + "version": "1.6.0", + "resolved": "http://npm.anxinyun.cn/thenify-all/-/thenify-all-1.6.0.tgz", + "integrity": "sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=", + "dependencies": { + "thenify": ">= 3.1.0 < 4" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "http://npm.anxinyun.cn/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + }, + "node_modules/thunky": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha1-Wrr3FKlAXbBQRzK7zNLO3Z75U30=" + }, + "node_modules/tiny-invariant": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/tiny-invariant/-/tiny-invariant-1.2.0.tgz", + "integrity": "sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==" + }, + "node_modules/tiny-warning": { + "version": "1.0.3", + "resolved": "http://npm.anxinyun.cn/tiny-warning/-/tiny-warning-1.0.3.tgz", + "integrity": "sha1-lKMNtFPfTGQ9D9VmBg1gqHXYR1Q=" + }, + "node_modules/tinycolor2": { + "version": "1.4.2", + "resolved": "http://npm.anxinyun.cn/tinycolor2/-/tinycolor2-1.4.2.tgz", + "integrity": "sha1-P2pNEHGtB2dtf6Ry4frECnGdiAM=", + "engines": { + "node": "*" + } + }, + "node_modules/to-array": { + "version": "0.1.4", + "resolved": "http://npm.anxinyun.cn/to-array/-/to-array-0.1.4.tgz", + "integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=" + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-object-path": { + "version": "0.3.0", + "resolved": "http://npm.anxinyun.cn/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-object-path/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex": { + "version": "3.0.2", + "resolved": "http://npm.anxinyun.cn/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha1-E8/dmzNlUvMLUfM6iuG0Knp1mc4=", + "dependencies": { + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex-range": { + "version": "2.1.1", + "resolved": "http://npm.anxinyun.cn/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "dependencies": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/toggle-selection": { + "version": "1.0.6", + "resolved": "http://npm.anxinyun.cn/toggle-selection/-/toggle-selection-1.0.6.tgz", + "integrity": "sha1-bkWxJj8gF/oKzH2J14sVuL932jI=" + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/toposort-class": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/toposort-class/-/toposort-class-1.0.1.tgz", + "integrity": "sha1-f/0feMi+KMO6Rc1OGj9e4ZO9mYg=" + }, + "node_modules/totalist": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/totalist/-/totalist-1.1.0.tgz", + "integrity": "sha1-pNZaPlRlF3AePlw3pHpwrJf+Vt8=", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/tough-cookie": { + "version": "2.5.0", + "resolved": "http://npm.anxinyun.cn/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha1-zZ+yoKodWhK0c72fuW+j3P9lreI=", + "dependencies": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/tslib": { + "version": "2.4.0", + "resolved": "http://npm.anxinyun.cn/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + }, + "node_modules/tsscmp": { + "version": "1.0.6", + "resolved": "http://npm.anxinyun.cn/tsscmp/-/tsscmp-1.0.6.tgz", + "integrity": "sha1-hbmVg6w1iexL/vgltQAKqRHWBes=", + "engines": { + "node": ">=0.6.x" + } + }, + "node_modules/tunnel-agent": { + "version": "0.6.0", + "resolved": "http://npm.anxinyun.cn/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "dependencies": { + "safe-buffer": "^5.0.1" + }, + "engines": { + "node": "*" + } + }, + "node_modules/tweetnacl": { + "version": "0.14.5", + "resolved": "http://npm.anxinyun.cn/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" + }, + "node_modules/type-check": { + "version": "0.3.2", + "resolved": "http://npm.anxinyun.cn/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "dependencies": { + "prelude-ls": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "http://npm.anxinyun.cn/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha1-TlUs0F3wlGfcvE73Od6J8s83wTE=", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/uid-safe": { + "version": "2.1.5", + "resolved": "http://npm.anxinyun.cn/uid-safe/-/uid-safe-2.1.5.tgz", + "integrity": "sha1-Kz1cckDo/C5Y+Komnl7knAhXvTo=", + "dependencies": { + "random-bytes": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/ultron": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/ultron/-/ultron-1.0.2.tgz", + "integrity": "sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=" + }, + "node_modules/unbox-primitive": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", + "which-boxed-primitive": "^1.0.2" + } + }, + "node_modules/underscore": { + "version": "1.13.4", + "resolved": "http://npm.anxinyun.cn/underscore/-/underscore-1.13.4.tgz", + "integrity": "sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ==" + }, + "node_modules/unescape": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/unescape/-/unescape-1.0.1.tgz", + "integrity": "sha1-lW5DD2HK2KTVfYLFGPXmzF0N2pY=", + "dependencies": { + "extend-shallow": "^2.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dev": true, + "dependencies": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-value-ecmascript": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz", + "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz", + "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/union-value": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha1-C2/nuDWuzaYcbqTU8CwUIh4QmEc=", + "dependencies": { + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/universalify": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha1-daSYTv7cSwiXXFrrc/Uw0C3yVxc=", + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/unset-value": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", + "dependencies": { + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-value": { + "version": "0.3.1", + "resolved": "http://npm.anxinyun.cn/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", + "dependencies": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-value/node_modules/isobject": { + "version": "2.1.0", + "resolved": "http://npm.anxinyun.cn/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "dependencies": { + "isarray": "1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-values": { + "version": "0.1.4", + "resolved": "http://npm.anxinyun.cn/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/isarray": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "node_modules/unstated-next": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/unstated-next/-/unstated-next-1.1.0.tgz", + "integrity": "sha1-e7SRGhL988yK0+sRoLMV5KhoXqg=" + }, + "node_modules/upath": { + "version": "1.2.0", + "resolved": "http://npm.anxinyun.cn/upath/-/upath-1.2.0.tgz", + "integrity": "sha1-j2bbzVWog6za5ECK+LA1pQRMGJQ=", + "engines": { + "node": ">=4", + "yarn": "*" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.0.5", + "resolved": "http://npm.anxinyun.cn/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz", + "integrity": "sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==", + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist-lint": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/update-browserslist-db/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "http://npm.anxinyun.cn/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha1-mxpSWVIlhZ5V9mnZKPiMbFfyp34=", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/urix": { + "version": "0.1.0", + "resolved": "http://npm.anxinyun.cn/urix/-/urix-0.1.0.tgz", + "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", + "deprecated": "Please see https://github.com/lydell/urix#deprecated" + }, + "node_modules/url": { + "version": "0.11.0", + "resolved": "http://npm.anxinyun.cn/url/-/url-0.11.0.tgz", + "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", + "dependencies": { + "punycode": "1.3.2", + "querystring": "0.2.0" + } + }, + "node_modules/url-parse": { + "version": "1.5.10", + "resolved": "http://npm.anxinyun.cn/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "dependencies": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "node_modules/url/node_modules/punycode": { + "version": "1.3.2", + "resolved": "http://npm.anxinyun.cn/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" + }, + "node_modules/urllib": { + "version": "2.38.1", + "resolved": "http://npm.anxinyun.cn/urllib/-/urllib-2.38.1.tgz", + "integrity": "sha512-1tvjdL74oT9aV4X+SIjE1BXyes5PbfhHKhK4IlhoKhKqk4nD5/lXE90v10WZ02kELWIPI4w7ADneEQ4i7dPjiQ==", + "dependencies": { + "any-promise": "^1.3.0", + "content-type": "^1.0.2", + "debug": "^2.6.9", + "default-user-agent": "^1.0.0", + "digest-header": "^0.0.1", + "ee-first": "~1.1.1", + "formstream": "^1.1.0", + "humanize-ms": "^1.2.0", + "iconv-lite": "^0.4.15", + "ip": "^1.1.5", + "proxy-agent": "^5.0.0", + "pump": "^3.0.0", + "qs": "^6.4.0", + "statuses": "^1.3.1", + "utility": "^1.16.1" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/urllib/node_modules/debug": { + "version": "2.6.9", + "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", + "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/urllib/node_modules/ms": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/use": { + "version": "3.1.1", + "resolved": "http://npm.anxinyun.cn/use/-/use-3.1.1.tgz", + "integrity": "sha1-1QyMrHmhn7wg8pEfVuuXP04QBw8=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/use-json-comparison": { + "version": "1.0.6", + "resolved": "http://npm.anxinyun.cn/use-json-comparison/-/use-json-comparison-1.0.6.tgz", + "integrity": "sha1-oBK7wljOdF2x9WdF3GU/V1ImyyE=", + "peerDependencies": { + "react": ">=16.9.0" + } + }, + "node_modules/use-media-antd-query": { + "version": "1.1.0", + "resolved": "http://npm.anxinyun.cn/use-media-antd-query/-/use-media-antd-query-1.1.0.tgz", + "integrity": "sha1-8IOtfiksHAJhtrv6rA7cPgkg2F0=", + "peerDependencies": { + "react": ">=16.9.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "node_modules/util.promisify": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/util.promisify/-/util.promisify-1.0.0.tgz", + "integrity": "sha1-RA9xZaRZyaFtwUXrjnLzVocJcDA=", + "dev": true, + "dependencies": { + "define-properties": "^1.1.2", + "object.getownpropertydescriptors": "^2.0.3" + } + }, + "node_modules/utila": { + "version": "0.4.0", + "resolved": "http://npm.anxinyun.cn/utila/-/utila-0.4.0.tgz", + "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=", + "dev": true + }, + "node_modules/utility": { + "version": "1.17.0", + "resolved": "http://npm.anxinyun.cn/utility/-/utility-1.17.0.tgz", + "integrity": "sha1-YIGfcSpuDOd09S+x1pGZKl9Z02I=", + "dependencies": { + "copy-to": "^2.0.1", + "escape-html": "^1.0.3", + "mkdirp": "^0.5.1", + "mz": "^2.7.0", + "unescape": "^1.0.1" + }, + "engines": { + "node": ">= 0.12.0" + } + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "http://npm.anxinyun.cn/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/validator": { + "version": "10.11.0", + "resolved": "http://npm.anxinyun.cn/validator/-/validator-10.11.0.tgz", + "integrity": "sha1-ADEI6m6amHTTHMyeUAaFbM12sig=", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/value-equal": { + "version": "1.0.1", + "resolved": "http://npm.anxinyun.cn/value-equal/-/value-equal-1.0.1.tgz", + "integrity": "sha1-Hgt5THNMXAyt4XnEN9NW2TGjTWw=" + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "http://npm.anxinyun.cn/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/verror": { + "version": "1.10.0", + "resolved": "http://npm.anxinyun.cn/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "engines": [ + "node >=0.6.0" + ], + "dependencies": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "node_modules/verror/node_modules/core-util-is": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "node_modules/vm2": { + "version": "3.9.10", + "resolved": "http://npm.anxinyun.cn/vm2/-/vm2-3.9.10.tgz", + "integrity": "sha512-AuECTSvwu2OHLAZYhG716YzwodKCIJxB6u1zG7PgSQwIgAlEaoXH52bxdcvT8GkGjnYK7r7yWDW0m0sOsPuBjQ==", + "dependencies": { + "acorn": "^8.7.0", + "acorn-walk": "^8.2.0" + }, + "bin": { + "vm2": "bin/vm2" + }, + "engines": { + "node": ">=6.0" + } + }, + "node_modules/warning": { + "version": "4.0.3", + "resolved": "http://npm.anxinyun.cn/warning/-/warning-4.0.3.tgz", + "integrity": "sha1-Fungd+uKhtavfWSqHgX9hbRnjKM=", + "dependencies": { + "loose-envify": "^1.0.0" + } + }, + "node_modules/watchpack": { + "version": "2.4.0", + "resolved": "http://npm.anxinyun.cn/watchpack/-/watchpack-2.4.0.tgz", + "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", + "dependencies": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/wbuf": { + "version": "1.7.3", + "resolved": "http://npm.anxinyun.cn/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha1-wdjRSTFtPqhShIiVy2oL/oh7h98=", + "dependencies": { + "minimalistic-assert": "^1.0.0" + } + }, + "node_modules/webpack": { + "version": "5.73.0", + "resolved": "http://npm.anxinyun.cn/webpack/-/webpack-5.73.0.tgz", + "integrity": "sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==", + "dependencies": { + "@types/eslint-scope": "^3.7.3", + "@types/estree": "^0.0.51", + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/wasm-edit": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "acorn": "^8.4.1", + "acorn-import-assertions": "^1.7.6", + "browserslist": "^4.14.5", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.9.3", + "es-module-lexer": "^0.9.0", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.9", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.1.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.1.3", + "watchpack": "^2.3.1", + "webpack-sources": "^3.2.3" + }, + "bin": { + "webpack": "bin/webpack.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-bundle-analyzer": { + "version": "4.5.0", + "resolved": "http://npm.anxinyun.cn/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.5.0.tgz", + "integrity": "sha512-GUMZlM3SKwS8Z+CKeIFx7CVoHn3dXFcUAjT/dcZQQmfSZGvitPfMob2ipjai7ovFFqPvTqkEZ/leL4O0YOdAYQ==", + "dev": true, + "dependencies": { + "acorn": "^8.0.4", + "acorn-walk": "^8.0.0", + "chalk": "^4.1.0", + "commander": "^7.2.0", + "gzip-size": "^6.0.0", + "lodash": "^4.17.20", + "opener": "^1.5.2", + "sirv": "^1.0.7", + "ws": "^7.3.1" + }, + "bin": { + "webpack-bundle-analyzer": "lib/bin/analyzer.js" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "http://npm.anxinyun.cn/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/chalk": { + "version": "4.1.2", + "resolved": "http://npm.anxinyun.cn/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "http://npm.anxinyun.cn/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/color-name": { + "version": "1.1.4", + "resolved": "http://npm.anxinyun.cn/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", + "dev": true + }, + "node_modules/webpack-bundle-analyzer/node_modules/commander": { + "version": "7.2.0", + "resolved": "http://npm.anxinyun.cn/commander/-/commander-7.2.0.tgz", + "integrity": "sha1-o2y1fQtQHOEI5NIFWaFQo5HZerc=", + "dev": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "http://npm.anxinyun.cn/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/ws": { + "version": "7.5.9", + "resolved": "http://npm.anxinyun.cn/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "dev": true, + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/webpack-cli": { + "version": "4.10.0", + "resolved": "http://npm.anxinyun.cn/webpack-cli/-/webpack-cli-4.10.0.tgz", + "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", + "dev": true, + "dependencies": { + "@discoveryjs/json-ext": "^0.5.0", + "@webpack-cli/configtest": "^1.2.0", + "@webpack-cli/info": "^1.5.0", + "@webpack-cli/serve": "^1.7.0", + "colorette": "^2.0.14", + "commander": "^7.0.0", + "cross-spawn": "^7.0.3", + "fastest-levenshtein": "^1.0.12", + "import-local": "^3.0.2", + "interpret": "^2.2.0", + "rechoir": "^0.7.0", + "webpack-merge": "^5.7.3" + }, + "bin": { + "webpack-cli": "bin/cli.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "peerDependencies": { + "webpack": "4.x.x || 5.x.x" + }, + "peerDependenciesMeta": { + "@webpack-cli/generators": { + "optional": true + }, + "@webpack-cli/migrate": { + "optional": true + }, + "webpack-bundle-analyzer": { + "optional": true + }, + "webpack-dev-server": { + "optional": true + } + } + }, + "node_modules/webpack-cli/node_modules/commander": { + "version": "7.2.0", + "resolved": "http://npm.anxinyun.cn/commander/-/commander-7.2.0.tgz", + "integrity": "sha1-o2y1fQtQHOEI5NIFWaFQo5HZerc=", + "dev": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/webpack-cli/node_modules/find-up": { + "version": "4.1.0", + "resolved": "http://npm.anxinyun.cn/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=", + "dev": true, + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-cli/node_modules/import-local": { + "version": "3.1.0", + "resolved": "http://npm.anxinyun.cn/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "dev": true, + "dependencies": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-cli/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "http://npm.anxinyun.cn/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=", + "dev": true, + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-cli/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "http://npm.anxinyun.cn/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc=", + "dev": true, + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-cli/node_modules/path-exists": { + "version": "4.0.0", + "resolved": "http://npm.anxinyun.cn/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM=", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-cli/node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "http://npm.anxinyun.cn/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha1-8JkTPfft5CLoHR2ESCcO6z5CYfM=", + "dev": true, + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-cli/node_modules/resolve-cwd": { + "version": "3.0.0", + "resolved": "http://npm.anxinyun.cn/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha1-DwB18bslRHZs9zumpuKt/ryxPy0=", + "dev": true, + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-cli/node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "http://npm.anxinyun.cn/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha1-w1IlhD3493bfIcV1V7wIfp39/Gk=", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-dev-middleware": { + "version": "4.3.0", + "resolved": "http://npm.anxinyun.cn/webpack-dev-middleware/-/webpack-dev-middleware-4.3.0.tgz", + "integrity": "sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w==", + "dev": true, + "dependencies": { + "colorette": "^1.2.2", + "mem": "^8.1.1", + "memfs": "^3.2.2", + "mime-types": "^2.1.30", + "range-parser": "^1.2.1", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= v10.23.3" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/webpack-dev-middleware/node_modules/colorette": { + "version": "1.4.0", + "resolved": "http://npm.anxinyun.cn/colorette/-/colorette-1.4.0.tgz", + "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==", + "dev": true + }, + "node_modules/webpack-dev-middleware/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/webpack-dev-server": { + "version": "3.11.3", + "resolved": "http://npm.anxinyun.cn/webpack-dev-server/-/webpack-dev-server-3.11.3.tgz", + "integrity": "sha512-3x31rjbEQWKMNzacUZRE6wXvUFuGpH7vr0lIEbYpMAG9BOxi0928QU1BBswOAP3kg3H1O4hiS+sq4YyAn6ANnA==", + "dependencies": { + "ansi-html-community": "0.0.8", + "bonjour": "^3.5.0", + "chokidar": "^2.1.8", + "compression": "^1.7.4", + "connect-history-api-fallback": "^1.6.0", + "debug": "^4.1.1", + "del": "^4.1.1", + "express": "^4.17.1", + "html-entities": "^1.3.1", + "http-proxy-middleware": "0.19.1", + "import-local": "^2.0.0", + "internal-ip": "^4.3.0", + "ip": "^1.1.5", + "is-absolute-url": "^3.0.3", + "killable": "^1.0.1", + "loglevel": "^1.6.8", + "opn": "^5.5.0", + "p-retry": "^3.0.1", + "portfinder": "^1.0.26", + "schema-utils": "^1.0.0", + "selfsigned": "^1.10.8", + "semver": "^6.3.0", + "serve-index": "^1.9.1", + "sockjs": "^0.3.21", + "sockjs-client": "^1.5.0", + "spdy": "^4.0.2", + "strip-ansi": "^3.0.1", + "supports-color": "^6.1.0", + "url": "^0.11.0", + "webpack-dev-middleware": "^3.7.2", + "webpack-log": "^2.0.0", + "ws": "^6.2.1", + "yargs": "^13.3.2" + }, + "bin": { + "webpack-dev-server": "bin/webpack-dev-server.js" + }, + "engines": { + "node": ">= 6.11.5" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-dev-server/node_modules/semver": { + "version": "6.3.0", + "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/webpack-dev-server/node_modules/supports-color": { + "version": "6.1.0", + "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha1-B2Srxpxj1ayELdSGfo0CXogN+PM=", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/webpack-dev-server/node_modules/webpack-dev-middleware": { + "version": "3.7.3", + "resolved": "http://npm.anxinyun.cn/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz", + "integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==", + "dependencies": { + "memory-fs": "^0.4.1", + "mime": "^2.4.4", + "mkdirp": "^0.5.1", + "range-parser": "^1.2.1", + "webpack-log": "^2.0.0" + }, + "engines": { + "node": ">= 6" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/webpack-dev-server/node_modules/ws": { + "version": "6.2.2", + "resolved": "http://npm.anxinyun.cn/ws/-/ws-6.2.2.tgz", + "integrity": "sha1-3Vzb1XqZeZFgl2UtePHMX66gwy4=", + "dependencies": { + "async-limiter": "~1.0.0" + } + }, + "node_modules/webpack-hot-middleware": { + "version": "2.25.1", + "resolved": "http://npm.anxinyun.cn/webpack-hot-middleware/-/webpack-hot-middleware-2.25.1.tgz", + "integrity": "sha512-Koh0KyU/RPYwel/khxbsDz9ibDivmUbrRuKSSQvW42KSDdO4w23WI3SkHpSUKHE76LrFnnM/L7JCrpBwu8AXYw==", + "dev": true, + "dependencies": { + "ansi-html-community": "0.0.8", + "html-entities": "^2.1.0", + "querystring": "^0.2.0", + "strip-ansi": "^6.0.0" + } + }, + "node_modules/webpack-hot-middleware/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "http://npm.anxinyun.cn/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-hot-middleware/node_modules/html-entities": { + "version": "2.3.3", + "resolved": "http://npm.anxinyun.cn/html-entities/-/html-entities-2.3.3.tgz", + "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==", + "dev": true + }, + "node_modules/webpack-hot-middleware/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-log": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/webpack-log/-/webpack-log-2.0.0.tgz", + "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", + "dependencies": { + "ansi-colors": "^3.0.0", + "uuid": "^3.3.2" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/webpack-log/node_modules/uuid": { + "version": "3.4.0", + "resolved": "http://npm.anxinyun.cn/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/webpack-merge": { + "version": "5.8.0", + "resolved": "http://npm.anxinyun.cn/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha1-Kznb8ir4d3atdEw5AiNzHTCmj2E=", + "dev": true, + "dependencies": { + "clone-deep": "^4.0.1", + "wildcard": "^2.0.0" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/webpack-sources": { + "version": "3.2.3", + "resolved": "http://npm.anxinyun.cn/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/webpack/node_modules/tapable": { + "version": "2.2.1", + "resolved": "http://npm.anxinyun.cn/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/websocket-driver": { + "version": "0.7.4", + "resolved": "http://npm.anxinyun.cn/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha1-ia1Slbv2S0gKvLox5JU6ynBvV2A=", + "dependencies": { + "http-parser-js": ">=0.5.1", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/websocket-extensions": { + "version": "0.1.4", + "resolved": "http://npm.anxinyun.cn/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha1-f4RzvIOd/YdgituV1+sHUhFXikI=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "http://npm.anxinyun.cn/which/-/which-2.0.2.tgz", + "integrity": "sha1-fGqN0KY2oDJ+ELWckobu6T8/UbE=", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-boxed-primitive": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha1-E3V7yJsgmwSf5dhkMOIc9AqJqOY=", + "dev": true, + "dependencies": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + } + }, + "node_modules/which-module": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "node_modules/wildcard": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/wildcard/-/wildcard-2.0.0.tgz", + "integrity": "sha1-p30g5SAMb6qsl55LOq3Hs91/j+w=", + "dev": true + }, + "node_modules/win-release": { + "version": "1.1.1", + "resolved": "http://npm.anxinyun.cn/win-release/-/win-release-1.1.1.tgz", + "integrity": "sha1-X6VeAr58qTTt/BJmVjLoSbcuUgk=", + "dependencies": { + "semver": "^5.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/winston": { + "version": "2.4.6", + "resolved": "http://npm.anxinyun.cn/winston/-/winston-2.4.6.tgz", + "integrity": "sha512-J5Zu4p0tojLde8mIOyDSsmLmcP8I3Z6wtwpTDHx1+hGcdhxcJaAmG4CFtagkb+NiN1M9Ek4b42pzMWqfc9jm8w==", + "dependencies": { + "async": "^3.2.3", + "colors": "1.0.x", + "cycle": "1.0.x", + "eyes": "0.1.x", + "isstream": "0.1.x", + "stack-trace": "0.0.x" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/wkx": { + "version": "0.4.8", + "resolved": "http://npm.anxinyun.cn/wkx/-/wkx-0.4.8.tgz", + "integrity": "sha512-ikPXMM9IR/gy/LwiOSqWlSL3X/J5uk9EO2hHNRXS41eTLXaUFEVw9fn/593jW/tE5tedNg8YjT5HkCa4FqQZyQ==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/wmf": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/wmf/-/wmf-1.0.2.tgz", + "integrity": "sha1-fRnWIQcaCMK9xrfmiKnENSmMwto=", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/word": { + "version": "0.3.0", + "resolved": "http://npm.anxinyun.cn/word/-/word-0.3.0.tgz", + "integrity": "sha1-hUIVfk+OhJ9KNjooiZLUdhLbmWE=", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/word-wrap": { + "version": "1.2.3", + "resolved": "http://npm.anxinyun.cn/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wrap-ansi": { + "version": "5.1.0", + "resolved": "http://npm.anxinyun.cn/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha1-H9H2cjXVttD+54EFYAG/tpTAOwk=", + "dependencies": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "http://npm.anxinyun.cn/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "engines": { + "node": ">=6" + } + }, + "node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=", + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "http://npm.anxinyun.cn/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "node_modules/ws": { + "version": "1.1.5", + "resolved": "http://npm.anxinyun.cn/ws/-/ws-1.1.5.tgz", + "integrity": "sha1-y9nm514J/F0skAFfIfDECHXg3VE=", + "dependencies": { + "options": ">=0.0.5", + "ultron": "1.0.x" + } + }, + "node_modules/wtf-8": { + "version": "1.0.0", + "resolved": "http://npm.anxinyun.cn/wtf-8/-/wtf-8-1.0.0.tgz", + "integrity": "sha1-OS2LotDxw00e4tYw8V0O+2jhBIo=" + }, + "node_modules/xlsx": { + "version": "0.16.9", + "resolved": "http://npm.anxinyun.cn/xlsx/-/xlsx-0.16.9.tgz", + "integrity": "sha1-2s1btGvabdN0OUDJw9weIXGCYlY=", + "dependencies": { + "adler-32": "~1.2.0", + "cfb": "^1.1.4", + "codepage": "~1.14.0", + "commander": "~2.17.1", + "crc-32": "~1.2.0", + "exit-on-epipe": "~1.0.1", + "fflate": "^0.3.8", + "ssf": "~0.11.2", + "wmf": "~1.0.1", + "word": "~0.3.0" + }, + "bin": { + "xlsx": "bin/xlsx.njs" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/xlsx/node_modules/commander": { + "version": "2.17.1", + "resolved": "http://npm.anxinyun.cn/commander/-/commander-2.17.1.tgz", + "integrity": "sha1-vXerfebelCBc6sxy8XFtKfIKd78=" + }, + "node_modules/xlsx/node_modules/crc-32": { + "version": "1.2.2", + "resolved": "http://npm.anxinyun.cn/crc-32/-/crc-32-1.2.2.tgz", + "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==", + "bin": { + "crc32": "bin/crc32.njs" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/xmlhttprequest-ssl": { + "version": "1.6.3", + "resolved": "http://npm.anxinyun.cn/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.3.tgz", + "integrity": "sha1-A7cThzsBZZ36LBxdBWBlsn3cLeY=", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/xregexp": { + "version": "2.0.0", + "resolved": "http://npm.anxinyun.cn/xregexp/-/xregexp-2.0.0.tgz", + "integrity": "sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM=", + "engines": { + "node": "*" + } + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "http://npm.anxinyun.cn/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q=", + "engines": { + "node": ">=0.4" + } + }, + "node_modules/y18n": { + "version": "4.0.3", + "resolved": "http://npm.anxinyun.cn/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha1-tfJZyCzW4zaSHv17/Yv1YN6e7t8=" + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "http://npm.anxinyun.cn/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha1-27fa+b/YusmrRev2ArjLrQ1dCP0=" + }, + "node_modules/yargs": { + "version": "13.3.2", + "resolved": "http://npm.anxinyun.cn/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", + "dependencies": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.2" + } + }, + "node_modules/yargs-parser": { + "version": "13.1.2", + "resolved": "http://npm.anxinyun.cn/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha1-Ew8JcC667vJlDVTObj5XBvek+zg=", + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + }, + "node_modules/yeast": { + "version": "0.1.2", + "resolved": "http://npm.anxinyun.cn/yeast/-/yeast-0.1.2.tgz", + "integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=" + }, + "node_modules/ylru": { + "version": "1.3.2", + "resolved": "http://npm.anxinyun.cn/ylru/-/ylru-1.3.2.tgz", + "integrity": "sha512-RXRJzMiK6U2ye0BlGGZnmpwJDPgakn6aNQ0A7gHRbD4I0uvK4TW6UqkK1V0pp9jskjJBAXd3dRrbzWkqJ+6cxA==", + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/zrender": { + "version": "5.3.2", + "resolved": "http://npm.anxinyun.cn/zrender/-/zrender-5.3.2.tgz", + "integrity": "sha512-8IiYdfwHj2rx0UeIGZGGU4WEVSDEdeVCaIg/fomejg1Xu6OifAL1GVzIPHg2D+MyUkbNgPWji90t0a8IDk+39w==", + "dependencies": { + "tslib": "2.3.0" + } + }, + "node_modules/zrender/node_modules/tslib": { + "version": "2.3.0", + "resolved": "http://npm.anxinyun.cn/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha1-gDuM2rPhK6WBpMpByIObuw2ssJ4=" + } + }, "dependencies": { "@ampproject/remapping": { "version": "2.2.0", @@ -1828,7 +16923,8 @@ "@icons/material": { "version": "0.2.4", "resolved": "http://npm.anxinyun.cn/@icons%2fmaterial/-/material-0.2.4.tgz", - "integrity": "sha1-6QyfcXaLNzbnbX3WeD/Gwq+oi8g=" + "integrity": "sha1-6QyfcXaLNzbnbX3WeD/Gwq+oi8g=", + "requires": {} }, "@jridgewell/gen-mapping": { "version": "0.1.1", @@ -1843,20 +16939,17 @@ "@jridgewell/resolve-uri": { "version": "3.1.0", "resolved": "http://npm.anxinyun.cn/@jridgewell%2fresolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", - "dev": true + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==" }, "@jridgewell/set-array": { "version": "1.1.2", "resolved": "http://npm.anxinyun.cn/@jridgewell%2fset-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", - "dev": true + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==" }, "@jridgewell/source-map": { "version": "0.3.2", "resolved": "http://npm.anxinyun.cn/@jridgewell%2fsource-map/-/source-map-0.3.2.tgz", "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", - "dev": true, "requires": { "@jridgewell/gen-mapping": "^0.3.0", "@jridgewell/trace-mapping": "^0.3.9" @@ -1866,7 +16959,6 @@ "version": "0.3.2", "resolved": "http://npm.anxinyun.cn/@jridgewell%2fgen-mapping/-/gen-mapping-0.3.2.tgz", "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "dev": true, "requires": { "@jridgewell/set-array": "^1.0.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -1878,14 +16970,12 @@ "@jridgewell/sourcemap-codec": { "version": "1.4.14", "resolved": "http://npm.anxinyun.cn/@jridgewell%2fsourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", - "dev": true + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" }, "@jridgewell/trace-mapping": { "version": "0.3.14", "resolved": "http://npm.anxinyun.cn/@jridgewell%2ftrace-mapping/-/trace-mapping-0.3.14.tgz", "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==", - "dev": true, "requires": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" @@ -1997,7 +17087,6 @@ "version": "8.4.5", "resolved": "http://npm.anxinyun.cn/@types%2feslint/-/eslint-8.4.5.tgz", "integrity": "sha512-dhsC09y1gpJWnK+Ff4SGvCuSnk9DaU0BJZSzOwa6GVSg65XtTugLBITDAAzRU5duGBoXBHpdR/9jHGxJjNflJQ==", - "dev": true, "requires": { "@types/estree": "*", "@types/json-schema": "*" @@ -2007,7 +17096,6 @@ "version": "3.7.4", "resolved": "http://npm.anxinyun.cn/@types%2feslint-scope/-/eslint-scope-3.7.4.tgz", "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", - "dev": true, "requires": { "@types/eslint": "*", "@types/estree": "*" @@ -2016,8 +17104,7 @@ "@types/estree": { "version": "0.0.51", "resolved": "http://npm.anxinyun.cn/@types%2festree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", - "dev": true + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==" }, "@types/geojson": { "version": "1.0.6", @@ -2052,8 +17139,7 @@ "@types/json-schema": { "version": "7.0.11", "resolved": "http://npm.anxinyun.cn/@types%2fjson-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", - "dev": true + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==" }, "@types/minimatch": { "version": "3.0.5", @@ -2201,13 +17287,13 @@ "@umijs/use-params": { "version": "1.0.9", "resolved": "http://npm.anxinyun.cn/@umijs%2fuse-params/-/use-params-1.0.9.tgz", - "integrity": "sha512-QlN0RJSBVQBwLRNxbxjQ5qzqYIGn+K7USppMoIOVlf7fxXHsnQZ2bEsa6Pm74bt6DVQxpUE8HqvdStn6Y9FV1w==" + "integrity": "sha512-QlN0RJSBVQBwLRNxbxjQ5qzqYIGn+K7USppMoIOVlf7fxXHsnQZ2bEsa6Pm74bt6DVQxpUE8HqvdStn6Y9FV1w==", + "requires": {} }, "@webassemblyjs/ast": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fast/-/ast-1.11.1.tgz", "integrity": "sha1-K/12fq4aaZb0Mv9+jX/HVnnAtqc=", - "dev": true, "requires": { "@webassemblyjs/helper-numbers": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1" @@ -2216,26 +17302,22 @@ "@webassemblyjs/floating-point-hex-parser": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2ffloating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha1-9sYacF8P16auyqToGY8j2dwXnk8=", - "dev": true + "integrity": "sha1-9sYacF8P16auyqToGY8j2dwXnk8=" }, "@webassemblyjs/helper-api-error": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha1-GmMZLYeI5cASgAump6RscFKI/RY=", - "dev": true + "integrity": "sha1-GmMZLYeI5cASgAump6RscFKI/RY=" }, "@webassemblyjs/helper-buffer": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha1-gyqQDrREiEzemnytRn+BUA9eWrU=", - "dev": true + "integrity": "sha1-gyqQDrREiEzemnytRn+BUA9eWrU=" }, "@webassemblyjs/helper-numbers": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-numbers/-/helper-numbers-1.11.1.tgz", "integrity": "sha1-ZNgdohn7u6HjvRv8dPboxOEKYq4=", - "dev": true, "requires": { "@webassemblyjs/floating-point-hex-parser": "1.11.1", "@webassemblyjs/helper-api-error": "1.11.1", @@ -2245,14 +17327,12 @@ "@webassemblyjs/helper-wasm-bytecode": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha1-8ygkHkHnsZnQsgwY6IQpxEMyleE=", - "dev": true + "integrity": "sha1-8ygkHkHnsZnQsgwY6IQpxEMyleE=" }, "@webassemblyjs/helper-wasm-section": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-wasm-section/-/helper-wasm-section-1.11.1.tgz", "integrity": "sha1-Ie4GWntjXzGec48N1zv72igcCXo=", - "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", @@ -2264,7 +17344,6 @@ "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fieee754/-/ieee754-1.11.1.tgz", "integrity": "sha1-ljkp6bvQVwnn4SJDoJkYCBKZJhQ=", - "dev": true, "requires": { "@xtuc/ieee754": "^1.2.0" } @@ -2273,7 +17352,6 @@ "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fleb128/-/leb128-1.11.1.tgz", "integrity": "sha1-zoFLRVdOk9drrh+yZEq5zdlSeqU=", - "dev": true, "requires": { "@xtuc/long": "4.2.2" } @@ -2281,14 +17359,12 @@ "@webassemblyjs/utf8": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2futf8/-/utf8-1.11.1.tgz", - "integrity": "sha1-0fi3ZDaefG5rrjUOhU3smlnwo/8=", - "dev": true + "integrity": "sha1-0fi3ZDaefG5rrjUOhU3smlnwo/8=" }, "@webassemblyjs/wasm-edit": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-edit/-/wasm-edit-1.11.1.tgz", "integrity": "sha1-rSBuv0v5WgWM6YgKjAksXeyBk9Y=", - "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", @@ -2304,7 +17380,6 @@ "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-gen/-/wasm-gen-1.11.1.tgz", "integrity": "sha1-hsXqMEhJdZt9iMR6MvTwOa48j3Y=", - "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1", @@ -2317,7 +17392,6 @@ "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-opt/-/wasm-opt-1.11.1.tgz", "integrity": "sha1-ZXtMIgL0zzs0X4pMZGHIwkGJhfI=", - "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", @@ -2329,7 +17403,6 @@ "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-parser/-/wasm-parser-1.11.1.tgz", "integrity": "sha1-hspzRTT0F+m9PGfHocddi+QfsZk=", - "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-api-error": "1.11.1", @@ -2343,7 +17416,6 @@ "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwast-printer/-/wast-printer-1.11.1.tgz", "integrity": "sha1-0Mc77ajuxUJvEK6O9VzuXnCEwvA=", - "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@xtuc/long": "4.2.2" @@ -2363,7 +17435,8 @@ "version": "1.2.0", "resolved": "http://npm.anxinyun.cn/@webpack-cli%2fconfigtest/-/configtest-1.2.0.tgz", "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", - "dev": true + "dev": true, + "requires": {} }, "@webpack-cli/info": { "version": "1.5.0", @@ -2378,19 +17451,18 @@ "version": "1.7.0", "resolved": "http://npm.anxinyun.cn/@webpack-cli%2fserve/-/serve-1.7.0.tgz", "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", - "dev": true + "dev": true, + "requires": {} }, "@xtuc/ieee754": { "version": "1.2.0", "resolved": "http://npm.anxinyun.cn/@xtuc%2fieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "dev": true + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" }, "@xtuc/long": { "version": "4.2.2", "resolved": "http://npm.anxinyun.cn/@xtuc%2flong/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "dev": true + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" }, "a-sync-waterfall": { "version": "1.0.1", @@ -2415,7 +17487,7 @@ "version": "1.8.0", "resolved": "http://npm.anxinyun.cn/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", - "dev": true + "requires": {} }, "acorn-walk": { "version": "8.2.0", @@ -2481,12 +17553,14 @@ "ajv-errors": { "version": "1.0.1", "resolved": "http://npm.anxinyun.cn/ajv-errors/-/ajv-errors-1.0.1.tgz", - "integrity": "sha1-81mGrOuRr63sQQL72FAUlQzvpk0=" + "integrity": "sha1-81mGrOuRr63sQQL72FAUlQzvpk0=", + "requires": {} }, "ajv-keywords": { "version": "3.5.2", "resolved": "http://npm.anxinyun.cn/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha1-MfKdpatuANHC0yms97WSlhTVAU0=" + "integrity": "sha1-MfKdpatuANHC0yms97WSlhTVAU0=", + "requires": {} }, "ansi-colors": { "version": "3.2.4", @@ -2567,14 +17641,14 @@ "resolved": "http://npm.anxinyun.cn/antd-theme-generator/-/antd-theme-generator-1.2.11.tgz", "integrity": "sha512-7A3lXyLb7eD7MXK7aSgZZ4DxQEdhZwyKhzIm70orUZPQJ8N8TWhZphyOWSGCe8yUqGQhi8PcpM2pLmTriZyKBw==", "requires": { - "glob": "^7.1.3", - "hash.js": "^1.1.5", - "less": "^3.9.0", + "glob": "*", + "hash.js": "*", + "less": "*", "less-bundle-promise": "^1.0.11", - "less-plugin-npm-import": "^2.1.0", - "postcss": "^6.0.21", + "less-plugin-npm-import": "*", + "postcss": "*", "postcss-less": "^3.1.4", - "strip-css-comments": "^4.1.0" + "strip-css-comments": "*" }, "dependencies": { "ansi-styles": { @@ -3698,7 +18772,6 @@ "version": "4.21.2", "resolved": "http://npm.anxinyun.cn/browserslist/-/browserslist-4.21.2.tgz", "integrity": "sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==", - "dev": true, "requires": { "caniuse-lite": "^1.0.30001366", "electron-to-chromium": "^1.4.188", @@ -3709,8 +18782,7 @@ "buffer-from": { "version": "1.1.2", "resolved": "http://npm.anxinyun.cn/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha1-KxRqb9cugLT1XSVfNe1Zo6mkG9U=", - "dev": true + "integrity": "sha1-KxRqb9cugLT1XSVfNe1Zo6mkG9U=" }, "buffer-indexof": { "version": "1.1.1", @@ -3792,8 +18864,7 @@ "caniuse-lite": { "version": "1.0.30001370", "resolved": "http://npm.anxinyun.cn/caniuse-lite/-/caniuse-lite-1.0.30001370.tgz", - "integrity": "sha512-3PDmaP56wz/qz7G508xzjx8C+MC2qEm4SYhSEzC9IBROo+dGXFWRuaXkWti0A9tuI00g+toiriVqxtWMgl350g==", - "dev": true + "integrity": "sha512-3PDmaP56wz/qz7G508xzjx8C+MC2qEm4SYhSEzC9IBROo+dGXFWRuaXkWti0A9tuI00g+toiriVqxtWMgl350g==" }, "caseless": { "version": "0.12.0", @@ -3858,8 +18929,7 @@ "chrome-trace-event": { "version": "1.0.3", "resolved": "http://npm.anxinyun.cn/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", - "integrity": "sha1-EBXs7UdB4V0GZkqVfbv1DQQeJqw=", - "dev": true + "integrity": "sha1-EBXs7UdB4V0GZkqVfbv1DQQeJqw=" }, "class-utils": { "version": "0.3.6", @@ -4542,7 +19612,8 @@ "dagre-compound": { "version": "0.0.11", "resolved": "http://npm.anxinyun.cn/dagre-compound/-/dagre-compound-0.0.11.tgz", - "integrity": "sha512-UrSgRP9LtOZCYb9e5doolZXpc7xayyszgyOs7uakTK4n4KsLegLVTRRtq01GpQd/iZjYw5fWMapx9ed+c80MAQ==" + "integrity": "sha512-UrSgRP9LtOZCYb9e5doolZXpc7xayyszgyOs7uakTK4n4KsLegLVTRRtq01GpQd/iZjYw5fWMapx9ed+c80MAQ==", + "requires": {} }, "dashdash": { "version": "1.14.1", @@ -4886,8 +19957,7 @@ "electron-to-chromium": { "version": "1.4.199", "resolved": "http://npm.anxinyun.cn/electron-to-chromium/-/electron-to-chromium-1.4.199.tgz", - "integrity": "sha512-WIGME0Cs7oob3mxsJwHbeWkH0tYkIE/sjkJ8ML2BYmuRcjhRl/q5kVDXG7W9LOOKwzPU5M0LBlXRq9rlSgnNlg==", - "dev": true + "integrity": "sha512-WIGME0Cs7oob3mxsJwHbeWkH0tYkIE/sjkJ8ML2BYmuRcjhRl/q5kVDXG7W9LOOKwzPU5M0LBlXRq9rlSgnNlg==" }, "emoji-regex": { "version": "7.0.3", @@ -5011,7 +20081,6 @@ "version": "5.10.0", "resolved": "http://npm.anxinyun.cn/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==", - "dev": true, "requires": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -5020,8 +20089,7 @@ "tapable": { "version": "2.2.1", "resolved": "http://npm.anxinyun.cn/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "dev": true + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" } } }, @@ -5095,8 +20163,7 @@ "es-module-lexer": { "version": "0.9.3", "resolved": "http://npm.anxinyun.cn/es-module-lexer/-/es-module-lexer-0.9.3.tgz", - "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", - "dev": true + "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==" }, "es-to-primitive": { "version": "1.2.1", @@ -5117,8 +20184,7 @@ "escalade": { "version": "3.1.1", "resolved": "http://npm.anxinyun.cn/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha1-2M/ccACWXFoBdLSoLqpcBVJ0LkA=", - "dev": true + "integrity": "sha1-2M/ccACWXFoBdLSoLqpcBVJ0LkA=" }, "escape-html": { "version": "1.0.3", @@ -5146,7 +20212,6 @@ "version": "5.1.1", "resolved": "http://npm.anxinyun.cn/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha1-54blmmbLkrP2wfsNUIqrF0hI9Iw=", - "dev": true, "requires": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -5161,7 +20226,6 @@ "version": "4.3.0", "resolved": "http://npm.anxinyun.cn/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha1-eteWTWeauyi+5yzsY3WLHF0smSE=", - "dev": true, "requires": { "estraverse": "^5.2.0" }, @@ -5169,8 +20233,7 @@ "estraverse": { "version": "5.3.0", "resolved": "http://npm.anxinyun.cn/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" } } }, @@ -5197,8 +20260,7 @@ "events": { "version": "3.3.0", "resolved": "http://npm.anxinyun.cn/events/-/events-3.3.0.tgz", - "integrity": "sha1-Mala0Kkk4tLEGagTrrLE6HjqdAA=", - "dev": true + "integrity": "sha1-Mala0Kkk4tLEGagTrrLE6HjqdAA=" }, "eventsource": { "version": "2.0.2", @@ -6010,8 +21072,7 @@ "glob-to-regexp": { "version": "0.4.1", "resolved": "http://npm.anxinyun.cn/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha1-x1KXCHyFG5pXi9IX3VmpL1n+VG4=", - "dev": true + "integrity": "sha1-x1KXCHyFG5pXi9IX3VmpL1n+VG4=" }, "globals": { "version": "11.12.0", @@ -6185,7 +21246,6 @@ "version": "4.10.1", "resolved": "http://npm.anxinyun.cn/history/-/history-4.10.1.tgz", "integrity": "sha1-MzcaZeOoOyZ0NOKz87G0xYqtTPM=", - "dev": true, "requires": { "@babel/runtime": "^7.1.2", "loose-envify": "^1.2.0", @@ -6199,7 +21259,6 @@ "version": "3.3.2", "resolved": "http://npm.anxinyun.cn/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", "integrity": "sha1-7OCsr3HWLClpwuxZ/v9CpLGoW0U=", - "dev": true, "requires": { "react-is": "^16.7.0" } @@ -6897,7 +21956,6 @@ "version": "27.5.1", "resolved": "http://npm.anxinyun.cn/jest-worker/-/jest-worker-27.5.1.tgz", "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "dev": true, "requires": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -6907,14 +21965,12 @@ "has-flag": { "version": "4.0.0", "resolved": "http://npm.anxinyun.cn/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "dev": true + "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=" }, "supports-color": { "version": "8.1.1", "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-8.1.1.tgz", "integrity": "sha1-zW/BfihQDP9WwbhsCn/UpUpzAFw=", - "dev": true, "requires": { "has-flag": "^4.0.0" } @@ -6940,8 +21996,7 @@ "json-parse-even-better-errors": { "version": "2.3.1", "resolved": "http://npm.anxinyun.cn/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0=", - "dev": true + "integrity": "sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0=" }, "json-schema": { "version": "0.4.0", @@ -7399,8 +22454,7 @@ "loader-runner": { "version": "4.3.0", "resolved": "http://npm.anxinyun.cn/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", - "dev": true + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==" }, "loader-utils": { "version": "2.0.2", @@ -7613,8 +22667,7 @@ "merge-stream": { "version": "2.0.0", "resolved": "http://npm.anxinyun.cn/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha1-UoI2KaFN0AyXcPtq1H3GMQ8sH2A=", - "dev": true + "integrity": "sha1-UoI2KaFN0AyXcPtq1H3GMQ8sH2A=" }, "methods": { "version": "1.1.2", @@ -7688,7 +22741,6 @@ "version": "0.4.1", "resolved": "http://npm.anxinyun.cn/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz", "integrity": "sha1-ByFxVhv9ySLaCKYMIZekl8wtHV4=", - "dev": true, "requires": { "@babel/runtime": "^7.12.1", "tiny-warning": "^1.0.3" @@ -7786,7 +22838,7 @@ }, "moment": { "version": "2.29.4", - "resolved": "http://npm.anxinyun.cn/moment/-/moment-2.29.4.tgz", + "resolved": "https://registry.npmmirror.com/moment/-/moment-2.29.4.tgz", "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "moment-timezone": { @@ -7916,8 +22968,7 @@ "neo-async": { "version": "2.6.2", "resolved": "http://npm.anxinyun.cn/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" }, "netmask": { "version": "2.0.2", @@ -7947,8 +22998,7 @@ "node-releases": { "version": "2.0.6", "resolved": "http://npm.anxinyun.cn/node-releases/-/node-releases-2.0.6.tgz", - "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", - "dev": true + "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==" }, "normalize-path": { "version": "3.0.0", @@ -8417,7 +23467,8 @@ "pg-pool": { "version": "2.0.10", "resolved": "http://npm.anxinyun.cn/pg-pool/-/pg-pool-2.0.10.tgz", - "integrity": "sha1-hC7iOwToaCTOnXhkMPg2UILYHEo=" + "integrity": "sha1-hC7iOwToaCTOnXhkMPg2UILYHEo=", + "requires": {} }, "pg-types": { "version": "2.2.0", @@ -8799,7 +23850,6 @@ "version": "2.1.0", "resolved": "http://npm.anxinyun.cn/randombytes/-/randombytes-2.1.0.tgz", "integrity": "sha1-32+ENy8CcNxlzfYpE0mrekc9Tyo=", - "dev": true, "requires": { "safe-buffer": "^5.1.0" } @@ -9305,7 +24355,8 @@ "version": "2.2.2", "resolved": "http://npm.anxinyun.cn/react-if/-/react-if-2.2.2.tgz", "integrity": "sha1-gfzETZReev6cgZqBFI5Ycf98yOI=", - "dev": true + "dev": true, + "requires": {} }, "react-is": { "version": "16.13.1", @@ -9373,7 +24424,6 @@ "version": "5.3.3", "resolved": "http://npm.anxinyun.cn/react-router/-/react-router-5.3.3.tgz", "integrity": "sha512-mzQGUvS3bM84TnbtMYR8ZjKnuPJ71IjSzR+DE6UkUqvN4czWIqEs17yLL8xkAycv4ev0AiN+IGrWu88vJs/p2w==", - "dev": true, "requires": { "@babel/runtime": "^7.12.13", "history": "^4.9.0", @@ -9391,7 +24441,6 @@ "version": "1.8.0", "resolved": "http://npm.anxinyun.cn/path-to-regexp/-/path-to-regexp-1.8.0.tgz", "integrity": "sha1-iHs7qdhDk+h6CgufTLdWGYtTVIo=", - "dev": true, "requires": { "isarray": "0.0.1" } @@ -9401,13 +24450,13 @@ "react-router-breadcrumbs-hoc": { "version": "4.1.0", "resolved": "http://npm.anxinyun.cn/react-router-breadcrumbs-hoc/-/react-router-breadcrumbs-hoc-4.1.0.tgz", - "integrity": "sha512-HZn352JkMzi/1Mp9H6v78V9f7sjnWRf/dXeFVLDDbxEUK7QJCj1JUBJuEHC+B3tq1+uRCASNm3ofEOaG33tAKw==" + "integrity": "sha512-HZn352JkMzi/1Mp9H6v78V9f7sjnWRf/dXeFVLDDbxEUK7QJCj1JUBJuEHC+B3tq1+uRCASNm3ofEOaG33tAKw==", + "requires": {} }, "react-router-dom": { "version": "5.3.3", "resolved": "http://npm.anxinyun.cn/react-router-dom/-/react-router-dom-5.3.3.tgz", "integrity": "sha512-Ov0tGPMBgqmbu5CDmN++tv2HQ9HlWDuWIIqn4b88gjlAN5IHI+4ZUZRcpz9Hl0azFIwihbLDYw1OiHGRo7ZIng==", - "dev": true, "requires": { "@babel/runtime": "^7.12.13", "history": "^4.9.0", @@ -9518,7 +24567,8 @@ "version": "2.4.1", "resolved": "http://npm.anxinyun.cn/redux-thunk/-/redux-thunk-2.4.1.tgz", "integrity": "sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q==", - "dev": true + "dev": true, + "requires": {} }, "redux-undo": { "version": "1.0.1", @@ -9821,8 +24871,7 @@ "resolve-pathname": { "version": "3.0.0", "resolved": "http://npm.anxinyun.cn/resolve-pathname/-/resolve-pathname-3.0.0.tgz", - "integrity": "sha1-mdAiJNPPJjaJvsuzk7xWAxMCXc0=", - "dev": true + "integrity": "sha1-mdAiJNPPJjaJvsuzk7xWAxMCXc0=" }, "resolve-url": { "version": "0.2.1", @@ -10051,7 +25100,6 @@ "version": "6.0.0", "resolved": "http://npm.anxinyun.cn/serialize-javascript/-/serialize-javascript-6.0.0.tgz", "integrity": "sha1-765diPRdeSQUHai1w6en5mP+/rg=", - "dev": true, "requires": { "randombytes": "^2.1.0" } @@ -10531,7 +25579,6 @@ "version": "0.5.21", "resolved": "http://npm.anxinyun.cn/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dev": true, "requires": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -10667,6 +25714,14 @@ "resolved": "http://npm.anxinyun.cn/streamsearch/-/streamsearch-0.1.2.tgz", "integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=" }, + "string_decoder": { + "version": "1.3.0", + "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=", + "requires": { + "safe-buffer": "~5.2.0" + } + }, "string-convert": { "version": "0.2.1", "resolved": "http://npm.anxinyun.cn/string-convert/-/string-convert-0.2.1.tgz", @@ -10719,14 +25774,6 @@ "es-abstract": "^1.19.5" } }, - "string_decoder": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=", - "requires": { - "safe-buffer": "~5.2.0" - } - }, "strip-ansi": { "version": "3.0.1", "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-3.0.1.tgz", @@ -10838,7 +25885,8 @@ "swr": { "version": "1.3.0", "resolved": "http://npm.anxinyun.cn/swr/-/swr-1.3.0.tgz", - "integrity": "sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==" + "integrity": "sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==", + "requires": {} }, "tapable": { "version": "1.1.3", @@ -10886,7 +25934,6 @@ "version": "5.3.3", "resolved": "http://npm.anxinyun.cn/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz", "integrity": "sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==", - "dev": true, "requires": { "@jridgewell/trace-mapping": "^0.3.7", "jest-worker": "^27.4.5", @@ -10898,14 +25945,12 @@ "commander": { "version": "2.20.3", "resolved": "http://npm.anxinyun.cn/commander/-/commander-2.20.3.tgz", - "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=", - "dev": true + "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=" }, "schema-utils": { "version": "3.1.1", "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", - "dev": true, "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -10916,7 +25961,6 @@ "version": "5.14.2", "resolved": "http://npm.anxinyun.cn/terser/-/terser-5.14.2.tgz", "integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==", - "dev": true, "requires": { "@jridgewell/source-map": "^0.3.2", "acorn": "^8.5.0", @@ -10955,14 +25999,12 @@ "tiny-invariant": { "version": "1.2.0", "resolved": "http://npm.anxinyun.cn/tiny-invariant/-/tiny-invariant-1.2.0.tgz", - "integrity": "sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==", - "dev": true + "integrity": "sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==" }, "tiny-warning": { "version": "1.0.3", "resolved": "http://npm.anxinyun.cn/tiny-warning/-/tiny-warning-1.0.3.tgz", - "integrity": "sha1-lKMNtFPfTGQ9D9VmBg1gqHXYR1Q=", - "dev": true + "integrity": "sha1-lKMNtFPfTGQ9D9VmBg1gqHXYR1Q=" }, "tinycolor2": { "version": "1.4.2", @@ -11249,7 +26291,6 @@ "version": "1.0.5", "resolved": "http://npm.anxinyun.cn/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz", "integrity": "sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==", - "dev": true, "requires": { "escalade": "^3.1.1", "picocolors": "^1.0.0" @@ -11258,8 +26299,7 @@ "picocolors": { "version": "1.0.0", "resolved": "http://npm.anxinyun.cn/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" } } }, @@ -11346,12 +26386,14 @@ "use-json-comparison": { "version": "1.0.6", "resolved": "http://npm.anxinyun.cn/use-json-comparison/-/use-json-comparison-1.0.6.tgz", - "integrity": "sha1-oBK7wljOdF2x9WdF3GU/V1ImyyE=" + "integrity": "sha1-oBK7wljOdF2x9WdF3GU/V1ImyyE=", + "requires": {} }, "use-media-antd-query": { "version": "1.1.0", "resolved": "http://npm.anxinyun.cn/use-media-antd-query/-/use-media-antd-query-1.1.0.tgz", - "integrity": "sha1-8IOtfiksHAJhtrv6rA7cPgkg2F0=" + "integrity": "sha1-8IOtfiksHAJhtrv6rA7cPgkg2F0=", + "requires": {} }, "util-deprecate": { "version": "1.0.2", @@ -11404,8 +26446,7 @@ "value-equal": { "version": "1.0.1", "resolved": "http://npm.anxinyun.cn/value-equal/-/value-equal-1.0.1.tgz", - "integrity": "sha1-Hgt5THNMXAyt4XnEN9NW2TGjTWw=", - "dev": true + "integrity": "sha1-Hgt5THNMXAyt4XnEN9NW2TGjTWw=" }, "vary": { "version": "1.1.2", @@ -11450,7 +26491,6 @@ "version": "2.4.0", "resolved": "http://npm.anxinyun.cn/watchpack/-/watchpack-2.4.0.tgz", "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", - "dev": true, "requires": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -11468,7 +26508,6 @@ "version": "5.73.0", "resolved": "http://npm.anxinyun.cn/webpack/-/webpack-5.73.0.tgz", "integrity": "sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==", - "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^0.0.51", @@ -11500,7 +26539,6 @@ "version": "3.1.1", "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", - "dev": true, "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -11510,8 +26548,7 @@ "tapable": { "version": "2.2.1", "resolved": "http://npm.anxinyun.cn/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "dev": true + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" } } }, @@ -11591,7 +26628,8 @@ "version": "7.5.9", "resolved": "http://npm.anxinyun.cn/ws/-/ws-7.5.9.tgz", "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", - "dev": true + "dev": true, + "requires": {} } } }, @@ -11863,8 +26901,7 @@ "webpack-sources": { "version": "3.2.3", "resolved": "http://npm.anxinyun.cn/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", - "dev": true + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==" }, "websocket-driver": { "version": "0.7.4", From a84c23b6535fe5a17a1be9cecd1c19258bebfcfc Mon Sep 17 00:00:00 2001 From: xingyongchun Date: Fri, 2 Sep 2022 01:11:57 +0800 Subject: [PATCH 08/23] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=85=A8=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/log/development.log | 29 +++++++++++++++++++++++++++++ web/log/development.txt | 13 +++++++++++++ 2 files changed, 42 insertions(+) diff --git a/api/log/development.log b/api/log/development.log index b8dbaae9..7b24e1c1 100644 --- a/api/log/development.log +++ b/api/log/development.log @@ -11075,10 +11075,12 @@ headers: {} 2022-08-12 11:07:40.465 - debug: [FS-LOGGER] Init. 2022-08-12 11:07:40.545 - info: [FS-ATTACHMENT] Inject attachment mw into router. 2022-08-12 11:07:40.545 - info: [FS-AUTH] Inject auth and api mv into router. +<<<<<<< Updated upstream 2022-08-12 15:35:49.622 - debug: [FS-LOGGER] Init. 2022-08-12 15:35:49.700 - info: [FS-ATTACHMENT] Inject attachment mw into router. 2022-08-12 15:35:49.700 - info: [FS-AUTH] Inject auth and api mv into router. ======= +<<<<<<< Updated upstream 2022-08-25 16:36:38.540 - debug: [FS-LOGGER] Init. 2022-08-25 16:36:38.625 - info: [FS-ATTACHMENT] Inject attachment mw into router. 2022-08-25 16:36:38.626 - info: [FS-AUTH] Inject auth and api mv into router. @@ -11107,3 +11109,30 @@ headers: {} 2022-08-30 16:36:13.105 - info: [FS-AUTH] Inject auth and api mv into router. ======= >>>>>>> Stashed changes +======= +2022-08-25 14:22:05.295 - debug: [FS-LOGGER] Init. +2022-08-25 14:22:07.381 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-25 14:22:07.382 - info: [FS-AUTH] Inject auth and api mv into router. +2022-08-25 14:22:49.419 - debug: [FS-LOGGER] Init. +2022-08-25 14:22:49.501 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-25 14:22:49.501 - info: [FS-AUTH] Inject auth and api mv into router. +>>>>>>> Stashed changes +2022-08-25 14:47:29.269 - debug: [FS-LOGGER] Init. +2022-08-25 14:47:29.347 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-25 14:47:29.347 - info: [FS-AUTH] Inject auth and api mv into router. +2022-08-25 14:49:07.574 - debug: [FS-LOGGER] Init. +2022-08-25 14:49:07.652 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-25 14:49:07.653 - info: [FS-AUTH] Inject auth and api mv into router. +2022-08-25 14:50:22.022 - debug: [FS-LOGGER] Init. +2022-08-25 14:50:22.096 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-25 14:50:22.096 - info: [FS-AUTH] Inject auth and api mv into router. +2022-08-31 20:42:09.758 - debug: [FS-LOGGER] Init. +2022-08-31 20:42:11.288 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-31 20:42:11.288 - info: [FS-AUTH] Inject auth and api mv into router. +2022-08-31 21:11:04.831 - debug: [FS-LOGGER] Init. +2022-08-31 21:11:04.913 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-31 21:11:04.913 - info: [FS-AUTH] Inject auth and api mv into router. +2022-08-31 21:11:34.545 - debug: [FS-LOGGER] Init. +2022-08-31 21:11:34.625 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-08-31 21:11:34.625 - info: [FS-AUTH] Inject auth and api mv into router. +>>>>>>> Stashed changes diff --git a/web/log/development.txt b/web/log/development.txt index 494f7ca4..3f47f23a 100644 --- a/web/log/development.txt +++ b/web/log/development.txt @@ -28178,6 +28178,7 @@ >>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 2022-08-12 15:25:11.099 - debug: [FS-LOGGER] Init. 2022-08-12 15:25:11.168 - info: [Router] Inject api: attachment/index +<<<<<<< Updated upstream 2022-08-12 15:36:12.317 - debug: [FS-LOGGER] Init. 2022-08-12 15:36:12.386 - info: [Router] Inject api: attachment/index 2022-08-25 11:29:58.392 - debug: [FS-LOGGER] Init. @@ -28730,6 +28731,7 @@ 2022-08-25 11:38:38.733 - debug: [FS-LOGGER] Init. 2022-08-25 11:38:38.811 - info: [Router] Inject api: attachment/index ======= +<<<<<<< Updated upstream 2022-08-30 09:43:54.957 - debug: [FS-LOGGER] Init. 2022-08-30 09:43:55.018 - info: [Router] Inject api: attachment/index >>>>>>> Stashed changes @@ -28740,3 +28742,14 @@ 2022-08-31 10:52:02.148 - info: [Router] Inject api: attachment/index ======= >>>>>>> Stashed changes +======= +2022-08-25 14:22:06.306 - debug: [FS-LOGGER] Init. +2022-08-25 14:22:07.091 - info: [Router] Inject api: attachment/index +>>>>>>> Stashed changes +2022-08-25 14:47:37.150 - debug: [FS-LOGGER] Init. +2022-08-25 14:47:37.208 - info: [Router] Inject api: attachment/index +2022-08-31 20:42:30.982 - debug: [FS-LOGGER] Init. +2022-08-31 20:42:31.495 - info: [Router] Inject api: attachment/index +2022-08-31 21:11:47.894 - debug: [FS-LOGGER] Init. +2022-08-31 21:11:47.944 - info: [Router] Inject api: attachment/index +>>>>>>> Stashed changes From 31f0421fae7551206253acb19e47d98ca00f69da Mon Sep 17 00:00:00 2001 From: xingyongchun Date: Fri, 2 Sep 2022 01:12:27 +0800 Subject: [PATCH 09/23] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=85=A8=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/log/development.log | 58 + web/client/assets/images/zhexian.png | Bin 0 -> 183 bytes web/client/assets/images/zhuzhuang.png | Bin 0 -> 239 bytes .../src/sections/fillion/actions/infor.js | 29 +- .../fillion/components/bridgeTable.js | 1 - .../fillion/components/highways/guanli.js | 293 +-- .../fillion/components/highwaysTable.js | 637 +++++-- .../fillion/components/transportationTable.js | 3 + web/client/src/sections/fillion/nav-item.js | 2 +- web/client/src/sections/fillion/routes.js | 2 +- .../src/sections/quanju/actions/example.js | 11 + .../footer/conserve/action/index.js | 10 + .../containers/footer/conserve/index.js | 17 +- .../containers/footer/conserve/left/Lb.js | 159 +- .../footer/conserve/left/left-bottom.js | 25 +- .../footer/conserve/left/left-center.js | 8 +- .../footer/conserve/left/left-top.js | 25 +- .../containers/footer/conserve/left/lunbo.js | 109 +- .../footer/conserve/left/lunbozujian.js | 238 +-- .../footer/conserve/left/shituzujian.js | 125 +- .../containers/footer/conserve/left/zhexin.js | 153 +- .../containers/footer/conserve/left/zidong.js | 2 +- web/client/src/utils/webapi.js | 7 +- web/log/development.txt | 1626 +++++++++++++++++ 24 files changed, 2543 insertions(+), 997 deletions(-) create mode 100644 web/client/assets/images/zhexian.png create mode 100644 web/client/assets/images/zhuzhuang.png diff --git a/api/log/development.log b/api/log/development.log index 7b24e1c1..49897d17 100644 --- a/api/log/development.log +++ b/api/log/development.log @@ -11136,3 +11136,61 @@ headers: {} 2022-08-31 21:11:34.625 - info: [FS-ATTACHMENT] Inject attachment mw into router. 2022-08-31 21:11:34.625 - info: [FS-AUTH] Inject auth and api mv into router. >>>>>>> Stashed changes +2022-09-01 01:09:46.801 - debug: [FS-LOGGER] Init. +2022-09-01 01:09:47.410 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-09-01 01:09:47.410 - info: [FS-AUTH] Inject auth and api mv into router. +2022-09-01 16:38:47.964 - error: [FS-ERRHD] +{ + message: 'request aborted', + stack: 'BadRequestError: request aborted\n' + + ' at IncomingMessage.onAborted (f:\\项目\\sihao\\Highways4Good\\api\\node_modules\\raw-body\\index.js:238:10)\n' + + ' at IncomingMessage.emit (events.js:314:20)\n' + + ' at abortIncoming (_http_server.js:533:9)\n' + + ' at socketOnClose (_http_server.js:526:3)\n' + + ' at Socket.emit (events.js:326:22)\n' + + ' at TCP. (net.js:675:12)\n' + + ' at TCP.callbackTrampoline (internal/async_hooks.js:126:14)', + name: 'BadRequestError', + code: 'ECONNABORTED', + expected: 234, + length: 234, + received: 190, + type: 'request.aborted' +} +2022-09-01 16:41:01.852 - error: [FS-ERRHD] +{ + message: 'request aborted', + stack: 'BadRequestError: request aborted\n' + + ' at IncomingMessage.onAborted (f:\\项目\\sihao\\Highways4Good\\api\\node_modules\\raw-body\\index.js:238:10)\n' + + ' at IncomingMessage.emit (events.js:314:20)\n' + + ' at abortIncoming (_http_server.js:533:9)\n' + + ' at socketOnClose (_http_server.js:526:3)\n' + + ' at Socket.emit (events.js:326:22)\n' + + ' at TCP. (net.js:675:12)\n' + + ' at TCP.callbackTrampoline (internal/async_hooks.js:126:14)', + name: 'BadRequestError', + code: 'ECONNABORTED', + expected: 175, + length: 175, + received: 146, + type: 'request.aborted' +} +2022-09-01 17:03:43.087 - debug: [FS-LOGGER] Init. +2022-09-01 17:03:44.040 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-09-01 17:03:44.040 - info: [FS-AUTH] Inject auth and api mv into router. +2022-09-01 17:07:15.155 - debug: [FS-LOGGER] Init. +2022-09-01 17:07:15.234 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-09-01 17:07:15.234 - info: [FS-AUTH] Inject auth and api mv into router. +2022-09-01 17:07:18.088 - error: path: /department, error: TypeError: Cannot read property 'userInfo' of undefined +2022-09-01 17:12:04.208 - debug: [FS-LOGGER] Init. +2022-09-01 17:12:04.286 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-09-01 17:12:04.287 - info: [FS-AUTH] Inject auth and api mv into router. +2022-09-01 17:12:06.685 - debug: [FS-LOGGER] Init. +2022-09-01 17:12:06.763 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-09-01 17:12:06.763 - info: [FS-AUTH] Inject auth and api mv into router. +2022-09-01 17:13:23.786 - error: path: /department, error: TypeError: Cannot read property 'userInfo' of undefined +2022-09-01 17:20:58.071 - error: path: /department, error: TypeError: Cannot read property 'userInfo' of undefined +2022-09-01 17:26:53.932 - error: path: /department, error: TypeError: Cannot read property 'userInfo' of undefined +2022-09-01 18:25:21.474 - debug: [FS-LOGGER] Init. +2022-09-01 18:25:22.990 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-09-01 18:25:22.990 - info: [FS-AUTH] Inject auth and api mv into router. diff --git a/web/client/assets/images/zhexian.png b/web/client/assets/images/zhexian.png new file mode 100644 index 0000000000000000000000000000000000000000..460520548e63c2f0f73c918958f8aa2514873085 GIT binary patch literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^0zk~h!3HEx)yO>uQjEnx?oJHr&dIz4atb|N978mM zlT!{bNtykBzA50Bq3eWhLn)QN|8D3p``VmaA>XTpk#sD8a2hOtYuQeRqcGmrn*xYVU$hQu=$?!TYr|6JDl hi!I;{s~58%gPfH6`_C)8Y=D+Cc)I$ztaD0e0sxmjM&tkh literal 0 HcmV?d00001 diff --git a/web/client/assets/images/zhuzhuang.png b/web/client/assets/images/zhuzhuang.png new file mode 100644 index 0000000000000000000000000000000000000000..ba5d36d1e22fd1fd781c9e94abc05525b39b7fb6 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRY!3HGPMlP2IQjEnx?oJHr&dIz4a#nh}IEH8h zmrl^-Kja|bazE~;Y{UcwP9big99^*-TcO^gNgE?f6l+*j>YJZT)0rL@%{95_#>qFQ z?{S8o4KQ-hR4M$X)3W)Tz_Y1dD|?eQV@kMYaBDUl**bM%P|KE}jR(6Nvz2=rPo}RC z`n0#V;F4lrpvu(q+YJ)4moO%*)1FX%$hW%USA0B!+(E{^y&o>{>F=`lRJ7r6&%L-H mwmMc$<<8q>Y6<_AKbNkYZBk^vsH+?3Xa-MLKbLh*2~7Z}!C6)S literal 0 HcmV?d00001 diff --git a/web/client/src/sections/fillion/actions/infor.js b/web/client/src/sections/fillion/actions/infor.js index 18b26d29..20515f2b 100644 --- a/web/client/src/sections/fillion/actions/infor.js +++ b/web/client/src/sections/fillion/actions/infor.js @@ -1,5 +1,6 @@ import { basicAction } from '@peace/utils' import { ApiTable } from '$utils' +import { Request } from '@peace/utils' export function getDepMessage() { return dispatch => basicAction({ @@ -162,7 +163,7 @@ export function getHighways(query) { query: query, actionType: 'GET_HIGHWAYS', url: ApiTable.getHighways, - msg: { error: '获取路政信息失败' }, + msg: { error: '获取设施统计信息失败' }, }); } @@ -173,7 +174,7 @@ export function putHighways(query) { data: query, actionType: 'GET_HIGHWAYS', url: ApiTable.putHighways, - msg: { option: '编辑路政信息' }, + msg: { option: '编辑设施统计信息' }, }); } @@ -389,4 +390,26 @@ export function putShippingList(query) { url: ApiTable.putShippingList, msg: { option: '编辑货运信息' }, }); -} \ No newline at end of file +} +//获取管养单位概况 +export function getCustodyunit() { + return dispatch => basicAction({ + type: 'get', + dispatch: dispatch, + actionType: 'GET_CUSTODY_UNIT', + url: ApiTable.getCustodyunit, + msg: { error: '获取管养单位概况失败' }, + // reducer: { name: 'roadMaintenances' } + }); +} +export function postCustodyunit(query) { + return dispatch => basicAction({ + type: 'post', + data: query, + dispatch: dispatch, + actionType: 'POST_CUSTODY_UNIT', + url: ApiTable.postCustodyunit, + msg: { option: '编辑管养单位概况' }, + // reducer: { name: 'roadMaintenances' } + }); +} diff --git a/web/client/src/sections/fillion/components/bridgeTable.js b/web/client/src/sections/fillion/components/bridgeTable.js index 1e22bc37..deb7f974 100644 --- a/web/client/src/sections/fillion/components/bridgeTable.js +++ b/web/client/src/sections/fillion/components/bridgeTable.js @@ -1825,7 +1825,6 @@ const BrideTable = (props) => { total: res.payload.data ? res.payload.data.count : 0 } } - }} search={{ defaultCollapsed: false, diff --git a/web/client/src/sections/fillion/components/highways/guanli.js b/web/client/src/sections/fillion/components/highways/guanli.js index 21e54ef6..2af7e98e 100644 --- a/web/client/src/sections/fillion/components/highways/guanli.js +++ b/web/client/src/sections/fillion/components/highways/guanli.js @@ -2,19 +2,18 @@ import React, { useEffect, useState } from 'react'; import { connect } from 'react-redux'; import { Form, Spin, Table } from 'antd'; import { ModalForm, ProForm, ProFormText, ProFormSelect } from '@ant-design/pro-form'; -import { putOperaTional, putHighways } from "../../actions/infor" +import { putOperaTional, postCustodyunit } from "../../actions/infor" import _ from 'lodash' const Guanli = (props) => { const { visible, onVisibleChange, typecard, rewkeys, recortd, dispatch, setRecortd, setDelet } = props const [success, setSuccess] = useState() - +console.log(recortd) useEffect(() => { return () => { setRecortd() } }, [setRecortd]) - // console.log(recortd) return ( {/* { @@ -24,249 +23,69 @@ const Guanli = (props) => { visible={visible} onVisibleChange={onVisibleChange} onFinish={(values) => { - if (rewkeys === 'passenger') { - setDelet(values) - const query = { ...values, id: recortd?.id } - dispatch(putOperaTional(query)).then((res) => { - setSuccess(res.success) - }) - return true - } - if (rewkeys === 'highways') { setDelet(values) - const query = { ...values, id: recortd?.id } - dispatch(putHighways(query)).then((res) => { + const query = { ...values, id: recortd?.id,serialNumber:recortd?.id } + console.log('邢永春',query) + + dispatch(postCustodyunit(query)).then((res) => { setSuccess(res.success) }) return true - - } - }} initialValues={recortd} > - {typecard == 'compile' ? - - - { - // return event.target.value.replace(/\D/g,'') - // } - ]} - - /> - { - // return event.target.value.replace(/\D/g,'') - // } - ]} - - /> - - - : - { - // return event.target.value.replace(/\D/g,'') - // } - ]} - - />{ - // return event.target.value.replace(/\D/g,'') - // } - ]} - - />{ - // return event.target.value.replace(/\D/g,'') - // } - ]} - - />{ - // return event.target.value.replace(/\D/g,'') - // } - ]} - - />{ - // return event.target.value.replace(/\D/g,'') - // } - ]} - - />{ - // return event.target.value.replace(/\D/g,'') - // } - ]} - - />{ - // return event.target.value.replace(/\D/g,'') - // } - ]} - - />{ - // return event.target.value.replace(/\D/g,'') - // } - ]} - - />{ - // return event.target.value.replace(/\D/g,'') - // } - ]} - - /> - } + + + - {/* : '' - } */} ) diff --git a/web/client/src/sections/fillion/components/highwaysTable.js b/web/client/src/sections/fillion/components/highwaysTable.js index f27c9d08..f2820dd8 100644 --- a/web/client/src/sections/fillion/components/highwaysTable.js +++ b/web/client/src/sections/fillion/components/highwaysTable.js @@ -1,33 +1,473 @@ +// import React, { useEffect, useState, useRef } from 'react'; +// import { connect } from 'react-redux'; +// import { Spin, Button, Popconfirm, Badge } from 'antd'; +// import ProTable from '@ant-design/pro-table'; +// import './protable.less' +// import { getHighways,getCustodyunit } from "../actions/infor" +// import HightModal from './highways/highwaysdata'; +// import Guanli from './highways/guanli'; + + +// const HigwaysTable = (props) => { +// const { dispatch, user, } = props +// const [rowSelected, setRowSelected] = useState([]) +// const [modalVisible, setModalVisible] = useState(false); +// const [counts, setCounts] = useState()//shuju +// const [modalVisibleyilan, setModalVisibleyilan] = useState(false); +// const [modalVisibleyilans, setModalVisibleyilans] = useState(false); +// const [modalRecord, setModalRecord] = useState(); +// const [typecard, setTypecard] = useState(); +// const [recortd, setRecortd] = useState() +// const [sitename, setSitename] = useState()//桥梁名称 +// const [delet, setDelet] = useState() +// const [activeKey, setActiveKey] = useState('tab1'); +// const [whichofits, setWhichofits] = useState('sheshi') +// const [differentiate, setDifferentiate] = useState('bridge') + +// const ref = useRef() +// useEffect(() => { ref.current.reload() }, [delet]) + // //打开弹窗 + // const hightModal = (type, record) => { + // setModalVisibleyilan(true); + // // setModalType(type); + // if (type == 'edit') { + // setModalRecord(record); + // } else { + // setModalRecord(null); + // } + // } + +// const openModal = (type, record) => { +// setModalVisible(true); +// // setModalType(type); +// if (type == 'edit') { +// setModalRecord(record); +// } else { +// setModalRecord(null); +// } +// } +// const yilanModal = (type, record) => { +// setModalVisibleyilans(true); +// // setModalType(type); +// if (type == 'edit') { +// setModalRecord(record); +// } else { +// setModalRecord(null); +// } +// } + // const columns = { + // tab1: [ + // { + // title: '类型', + // dataIndex: 'placeName', + // fixed: 'left', + // width: 120, + // search: false, + // options: 1, + // backgroundColor: "#ffffff", + // fieldProps: { + // onChange: (value, cs) => { + // setSitename(value.currentTarget.value) + // }, + // placeholder: '请输入类型进行搜索', + + // }, + // render: (dom, record) => { + // return record.name + // }, + // }, + // { + // title: '数量', + // search: false, + // dataIndex: 'containers', + + // fixed: 'left', + // width: 120, + // render: (dom, record) => { + // return record.count + // }, + // fieldProps: { + // getPopupContainer: (triggerNode) => triggerNode.parentNode, + // } + // }, + // { + // title: '操作', + // dataIndex: 'creatTime', + // valueType: 'dateTimeRange', + // hideInSearch: true, + // width: 160, + // fixed: 'right', + // render: (dom, record) => { + // return
    + + // } + // }, + + // ], + // tab2: [ + // { + // title: '管养责单位', + // dataIndex: 'placeName', + // fixed: 'left', + // width: 120, + // options: 1, + // backgroundColor: "#ffffff", + // fieldProps: { + // onChange: (value, cs) => { + // setSitename(value.currentTarget.value) + // }, + // placeholder: '请输入项目名称进行搜索', + + // }, + // render: (dom, record) => { + // return record.entryName + // }, + // }, + // { + // title: '养护单位', + // search: false, + // dataIndex: 'time1', + // valueType: 'dateRange', + + // // fixed: 'left', + // width: 120, + // render: (dom, record) => { + // return record.projectMileage + // }, + // fieldProps: { + // getPopupContainer: (triggerNode) => triggerNode.parentNode, + // } + // }, + // { + // title: '管理人员(人)', + // search: false, + // dataIndex: 'time2', + // valueType: 'dateRange', + // // align: 'right', + // width: 120, + // render: (dom, record) => { + // return record.investment + // }, + // fieldProps: { + // getPopupContainer: (triggerNode) => triggerNode.parentNode, + // } + // }, + // { + // title: '工人(人)', + // search: false, + // dataIndex: 'time3', + // valueType: 'dateRange', + + + + // width: 120, + // render: (dom, record) => { + // return record.buildUnit + // }, + // fieldProps: { + // getPopupContainer: (triggerNode) => triggerNode.parentNode, + // } + // }, { + // title: '公益岗位(人)', + // search: false, + // dataIndex: 'time4', + // valueType: 'dateRange', + + + // width: 120, + // render: (dom, record) => { + // return record.constructionControlUnit + // }, + // fieldProps: { + // getPopupContainer: (triggerNode) => triggerNode.parentNode, + // } + // }, { + // title: '县道(km)', + // search: false, + // dataIndex: 'time5', + // valueType: 'dateRange', + + + // width: 120, + // render: (dom, record) => { + // return record.designUnit + // }, + // fieldProps: { + // getPopupContainer: (triggerNode) => triggerNode.parentNode, + // } + // }, { + // title: '乡道(km)', + // search: false, + // dataIndex: 'time6', + // valueType: 'dateRange', + + + // width: 120, + // render: (dom, record) => { + // return record.constructionUnit + // }, + // fieldProps: { + // getPopupContainer: (triggerNode) => triggerNode.parentNode, + // } + // }, { + // title: '村道(km)', + // search: false, + // dataIndex: 'time7', + // valueType: 'dateRange', + + + // width: 120, + // render: (dom, record) => { + // return record.supervisorAndSupervisor + // }, + // fieldProps: { + // getPopupContainer: (triggerNode) => triggerNode.parentNode, + // } + // }, { + // title: '桥梁(座)', + // search: false, + // dataIndex: 'time8', + // valueType: 'dateRange', + + + // width: 120, + // render: (dom, record) => { + // return record.projectProgress + // }, + // fieldProps: { + // getPopupContainer: (triggerNode) => triggerNode.parentNode, + // } + // }, + // { + // title: '操作', + // dataIndex: 'creatTime', + // valueType: 'dateTimeRange', + // hideInSearch: true, + // width: 160, + // fixed: 'right', + // render: (dom, record) => { + // return
    { deldatas(record.id) }}> + // + //
    + + // } + // }, + // { + // key: "direction", + // hideInTable: true, + // dataIndex: "direction", + // order: 6, + // renderFormItem: (item, { type, defaultRender, ...rest }, form, record) => { + // return ( + //
    + // {/* */} + //
    + + + // ); + // }, + // }, + // ] + // } + +// return ( + +// +//
    +// setActiveKey(key), + // items: [ + // { + // key: 'tab1', + // label: { + // setWhichofits('sheshi') + // setDifferentiate('bridge') + // }}>设施统计{activeKey === 'tab1'}, + // }, + // { + // key: 'tab2', + // label: { + // setWhichofits('guanli') + // setDifferentiate('project') + // }}>管理养护{activeKey === 'tab2'}, + // }, + + // ], + // }, + // }} + // form={{ + // submitter: whichofits == "sheshi" ? false : true + // }} +// scroll={{ x: 800 }} +// options={false} +// ref={c => { finishedProductTable = c; }} +// style={{ width: "100% ", overflow: "auto", height: '760px' }} +// rowKey='id' + +// // rowSelection={{ +// // selectedRowKeys: rowSelected, +// // onChange: (selectedRowKeys) => { +// // setRowSelected(selectedRowKeys); +// // }, +// // }} +// columns={columns[activeKey]} +// dataSource={counts || []} +// request={async (params) => { + +// if (whichofits == 'sheshi') { +// console.log('differentiate','我我我我吧') +// const query = { +// name: sitename +// } +// setRowSelected([]); +// const res = await dispatch(getHighways(query)); +// setCounts(res.payload.data) +// return { +// ...res, +// total: res.payload.data ? res.payload.data.count : 0 +// } +// } if (whichofits == 'guanli') { +// console.log('first','afsvcsvcsvsdfv fsdv fdv b') +// const query = { + +// } +// setRowSelected([]); +// const res = await dispatch(getCustodyunit(query)); +// setCounts(res.payload.data) +// return { +// ...res, +// total: res.payload.data ? res.payload.data.count : 0 +// } +// } + +// }} + + +// > +// +//
    +// {modalVisibleyilan ? : ''} +// {modalVisibleyilans ? : ''} +//
    +// ) +// } +// const date = { +// "bridgeCode": "桥梁代码", +// "bridgeName": "桥梁名称", +// "centralStation": "中心桩号", +// "crossingFigureType": "跨越地物类型", +// "crossingFigureName": "跨越地物名称", +// "natureOfCharges": "收费性质", +// "rampCode": "匝道编码", +// "sectionType": "路段类型", +// "crossingFigureType1": "跨越地物类型1", +// "crossingFigureName1": "跨越地物名称1", +// "originalBridgeCode": "原桥梁代码", +// "whetherWideRoadAndNarrowBridge": "是否宽路窄桥", +// } +// function mapStateToProps(state) { +// const { auth, depMessage } = state; +// const pakData = (dep) => { +// return dep.map((d) => { +// return { +// title: d.name, +// value: d.id, +// // children: d.type >= 2 ? [] : pakData(d.subordinate) +// children: pakData(d.subordinate) +// } +// }) +// } +// let depData = pakData(depMessage.data || []) +// return { +// user: auth.user, +// depMessage: depMessage.data || [], +// depLoading: depMessage.isRequesting, +// depData, +// }; +// } +// export default connect(mapStateToProps)(HigwaysTable); import React, { useEffect, useState, useRef } from 'react'; import { connect } from 'react-redux'; -import { Spin, Button, Popconfirm, Badge } from 'antd'; +import { Spin, Button, Popconfirm } from 'antd'; import ProTable from '@ant-design/pro-table'; import './protable.less' -import { getHighways } from "../actions/infor" +import { getRoadway, getHighways, getCustodyunit, delProject } from "../actions/infor" import HightModal from './highways/highwaysdata'; import Guanli from './highways/guanli'; - -const HigwaysTable = (props) => { - const { dispatch, user, } = props +const TransporTationTable = (props) => { + const { dispatch, user, depData, depMessage, depLoading } = props const [rowSelected, setRowSelected] = useState([]) - const [modalVisible, setModalVisible] = useState(false); + const [sitename, setSitename] = useState()//名称 const [counts, setCounts] = useState()//shuju + const [modalVisible, setModalVisible] = useState(false); const [modalVisibleyilan, setModalVisibleyilan] = useState(false); const [modalVisibleyilans, setModalVisibleyilans] = useState(false); + const [modalRecord, setModalRecord] = useState(); const [typecard, setTypecard] = useState(); + const [activeKey, setActiveKey] = useState('tab1'); const [recortd, setRecortd] = useState() - const [sitename, setSitename] = useState()//桥梁名称 + const [whichofits, setWhichofits] = useState('sheshi') const [delet, setDelet] = useState() - const [activeKey, setActiveKey] = useState('tab1'); - const [whichofits, setWhichofits] = useState('qiaoliang') - const [differentiate, setDifferentiate] = useState('bridge') - + const [differentiate, setDifferentiate] = useState('road') + const [grade, setGrade] = useState('县') const ref = useRef() - useEffect(() => { ref.current.reload() }, [delet]) + useEffect(() => { ref.current.reload() }, [whichofits, delet]) //打开弹窗 - const hightModal = (type, record) => { + //打开弹窗 + const hightModal = (type, record) => { setModalVisibleyilan(true); // setModalType(type); if (type == 'edit') { @@ -36,23 +476,6 @@ const HigwaysTable = (props) => { setModalRecord(null); } } - const deldatas = (id) => { // 工程 - const query = { - projectId: id - } - // dispatch(delProject(query)).then((res) => { - // setDelet(res) - // }) - } - const openModal = (type, record) => { - setModalVisible(true); - // setModalType(type); - if (type == 'edit') { - setModalRecord(record); - } else { - setModalRecord(null); - } - } const yilanModal = (type, record) => { setModalVisibleyilans(true); // setModalType(type); @@ -116,13 +539,15 @@ const HigwaysTable = (props) => { } }, - ], tab2: [ + ], + tab2: [ { title: '管养责单位', dataIndex: 'placeName', fixed: 'left', width: 120, options: 1, + search: false, backgroundColor: "#ffffff", fieldProps: { onChange: (value, cs) => { @@ -132,7 +557,7 @@ const HigwaysTable = (props) => { }, render: (dom, record) => { - return record.entryName + return record.responsibleUnitForManagementAndMaintenance }, }, { @@ -144,7 +569,7 @@ const HigwaysTable = (props) => { // fixed: 'left', width: 120, render: (dom, record) => { - return record.projectMileage + return record.maintenanceUnit }, fieldProps: { getPopupContainer: (triggerNode) => triggerNode.parentNode, @@ -158,7 +583,7 @@ const HigwaysTable = (props) => { // align: 'right', width: 120, render: (dom, record) => { - return record.investment + return record.management }, fieldProps: { getPopupContainer: (triggerNode) => triggerNode.parentNode, @@ -174,7 +599,7 @@ const HigwaysTable = (props) => { width: 120, render: (dom, record) => { - return record.buildUnit + return record.worker }, fieldProps: { getPopupContainer: (triggerNode) => triggerNode.parentNode, @@ -188,7 +613,7 @@ const HigwaysTable = (props) => { width: 120, render: (dom, record) => { - return record.constructionControlUnit + return record.publicWelfarePost }, fieldProps: { getPopupContainer: (triggerNode) => triggerNode.parentNode, @@ -202,7 +627,7 @@ const HigwaysTable = (props) => { width: 120, render: (dom, record) => { - return record.designUnit + return record.countyHighway }, fieldProps: { getPopupContainer: (triggerNode) => triggerNode.parentNode, @@ -216,7 +641,7 @@ const HigwaysTable = (props) => { width: 120, render: (dom, record) => { - return record.constructionUnit + return record.townshipRoad }, fieldProps: { getPopupContainer: (triggerNode) => triggerNode.parentNode, @@ -230,7 +655,7 @@ const HigwaysTable = (props) => { width: 120, render: (dom, record) => { - return record.supervisorAndSupervisor + return record.villageRoad }, fieldProps: { getPopupContainer: (triggerNode) => triggerNode.parentNode, @@ -244,7 +669,7 @@ const HigwaysTable = (props) => { width: 120, render: (dom, record) => { - return record.projectProgress + return record.bridge }, fieldProps: { getPopupContainer: (triggerNode) => triggerNode.parentNode, @@ -264,85 +689,15 @@ const HigwaysTable = (props) => { setTypecard('compile') setRecortd(record) }} - >编辑 { deldatas(record.id) }}> - -
    + >编辑
    } }, - { - key: "direction", - hideInTable: true, - dataIndex: "direction", - order: 6, - renderFormItem: (item, { type, defaultRender, ...rest }, form, record) => { - return ( -
    - {/* */} -
    - - - ); - }, - }, + ] } - return ( - - {/*
    - { finishedProductTable = c; }} - style={{ width: "100% ", overflow: "auto", height: '760px' }} - rowKey='id' - onReset={(v) => { - setSitename('') - }} - // rowSelection={{ - // selectedRowKeys: rowSelected, - // onChange: (selectedRowKeys) => { - // setRowSelected(selectedRowKeys); - // }, - // }} - columns={columns} - - dataSource={counts || []} - request={async (params) => { - const query = { - name: sitename - } - setRowSelected([]); - const res = await dispatch(getHighways(query)); - setCounts(res.payload.data) - return { - ...res, - total: res.payload.data ? res.payload.data.count : 0 - } - }} - > -
    */}
    { { key: 'tab1', label: { - setWhichofits('qiaoliang') + setWhichofits('sheshi') setDifferentiate('bridge') }}>设施统计{activeKey === 'tab1'}, }, { key: 'tab2', label: { - setWhichofits('gongcheng') + setWhichofits('guanli') setDifferentiate('project') }}>管理养护{activeKey === 'tab2'}, }, @@ -372,7 +727,7 @@ const HigwaysTable = (props) => { }, }} form={{ - submitter: whichofits == "qiaoliang" ? false : true + submitter:false }} scroll={{ x: 800 }} options={false} @@ -389,40 +744,38 @@ const HigwaysTable = (props) => { // }, // }} columns={columns[activeKey]} - dataSource={counts || []} request={async (params) => { - if (whichofits == 'qiaoliang') { + console.log(whichofits) + if (whichofits == 'sheshi') { const query = { - name: sitename } setRowSelected([]); const res = await dispatch(getHighways(query)); + // console.log(res) + setCounts(res.payload.data) return { ...res, total: res.payload.data ? res.payload.data.count : 0 } - } if (whichofits == 'gongcheng') { - const query = { - type: 'bridge', - entryName: sitename + } if (whichofits == 'guanli') { + const query = { } setRowSelected([]); - const res = await dispatch(getProject(query)); - setCounts("") + const res = await dispatch(getCustodyunit(query)); + setCounts(res.payload.data) return { ...res, - // total: res.payload.data ? res.payload.data.count : 0 + total: res.payload.data ? res.payload.data.count : 0 } } - }} search={{ defaultCollapsed: false, optionRender: (searchConfig, formProps, dom) => [ ...dom.reverse(), - // whichofits == "qiaoliang" ? "" : { props.exports(rowSelected, differentiate) }}> + // { props.exports(rowSelected,grade,differentiate) }}> //
    @@ -444,7 +796,7 @@ const HigwaysTable = (props) => { setRecortd={setRecortd} setDelet={setDelet} /> : ''} - {modalVisibleyilans ? {
    ) } -const date = { - "bridgeCode": "桥梁代码", - "bridgeName": "桥梁名称", - "centralStation": "中心桩号", - "crossingFigureType": "跨越地物类型", - "crossingFigureName": "跨越地物名称", - "natureOfCharges": "收费性质", - "rampCode": "匝道编码", - "sectionType": "路段类型", - "crossingFigureType1": "跨越地物类型1", - "crossingFigureName1": "跨越地物名称1", - "originalBridgeCode": "原桥梁代码", - "whetherWideRoadAndNarrowBridge": "是否宽路窄桥", -} +const data = [ + { name: "管养责任单位", type: 'responsibleUnitForManagementAndMaintenance' }, + { name: "养护单位", type: 'maintenanceUnit' }, + { name: "管理人员", type: 'management' }, + { name: "工人", type: 'worker' }, + { name: "公益岗位", type: 'publicWelfarePost' }, + { name: "县道", type: 'countyHighway' }, + { name: "乡道", type: 'townshipRoad' }, + { name: "村道", type: 'villageRoad' }, + { name: "桥梁", type: 'bridge' }, +] function mapStateToProps(state) { const { auth, depMessage } = state; const pakData = (dep) => { @@ -491,4 +840,4 @@ function mapStateToProps(state) { depData, }; } -export default connect(mapStateToProps)(HigwaysTable); \ No newline at end of file +export default connect(mapStateToProps)(TransporTationTable); \ No newline at end of file diff --git a/web/client/src/sections/fillion/components/transportationTable.js b/web/client/src/sections/fillion/components/transportationTable.js index 3b7a7c8f..35e4cd7a 100644 --- a/web/client/src/sections/fillion/components/transportationTable.js +++ b/web/client/src/sections/fillion/components/transportationTable.js @@ -3785,7 +3785,10 @@ const TransporTationTable = (props) => { columns={columns[activeKey]} dataSource={counts || []} request={async (params) => { + console.log(whichofits) if (whichofits == '县') { + console.log('differentiate','我我我我吧') + const query = { level: '县', road: sitename diff --git a/web/client/src/sections/fillion/nav-item.js b/web/client/src/sections/fillion/nav-item.js index bc72281e..89d0770b 100644 --- a/web/client/src/sections/fillion/nav-item.js +++ b/web/client/src/sections/fillion/nav-item.js @@ -15,7 +15,7 @@ export function getNavItem(user, dispatch) { 桥梁管理 - 路政管理 + 管养管理 运政管理 diff --git a/web/client/src/sections/fillion/routes.js b/web/client/src/sections/fillion/routes.js index 175b336c..abdfb6ab 100644 --- a/web/client/src/sections/fillion/routes.js +++ b/web/client/src/sections/fillion/routes.js @@ -44,7 +44,7 @@ export default [{ key: 'fillionhighways', menuSelectKeys: ['fillionhighways'], component: HigHways, - breadcrumb: '路政管理', + breadcrumb: '管养管理', }, { path: '/operational', key: 'fillionoperational', diff --git a/web/client/src/sections/quanju/actions/example.js b/web/client/src/sections/quanju/actions/example.js index 9f1b02df..cab22344 100644 --- a/web/client/src/sections/quanju/actions/example.js +++ b/web/client/src/sections/quanju/actions/example.js @@ -145,4 +145,15 @@ export function getRoadMaintenanceList() { msg: { error: '获取道路养护列表失败' }, reducer: { name: 'roadMaintenances' } }); +} +//获取管养单位概况 +export function getCustodyunit() { + return dispatch => basicAction({ + type: 'get', + dispatch: dispatch, + actionType: 'GET_CUSTODY_UNIT', + url: ApiTable.getCustodyunit, + msg: { error: '获取管养单位概况失败' }, + // reducer: { name: 'roadMaintenances' } + }); } \ No newline at end of file diff --git a/web/client/src/sections/quanju/containers/footer/conserve/action/index.js b/web/client/src/sections/quanju/containers/footer/conserve/action/index.js index 2827f9bf..d005f47e 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/action/index.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/action/index.js @@ -34,4 +34,14 @@ export function getxiuyang() { msg: { error: '获取信息失败' }, reducer: { name: 'xiuyang' } }); +} +export function getMaintenance() { + return dispatch => basicAction({ + type: 'get', + dispatch: dispatch, + actionType: 'GET_MAINTENANCE', + url: ApiTable.getMaintenance, + msg: { error: '获取养护费用信息失败' }, + // reducer: { name: 'xiuyang' } + }); } \ No newline at end of file diff --git a/web/client/src/sections/quanju/containers/footer/conserve/index.js b/web/client/src/sections/quanju/containers/footer/conserve/index.js index 47b8add1..f323c1ac 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/index.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/index.js @@ -4,7 +4,7 @@ import Right from './right' import { connect } from 'react-redux' import moment from 'moment'; import { getdaolutongji } from '../../../actions/example' -import { getHighways, getRoadMaintenances, getxiuyang } from './action' +import { getHighways, getRoadMaintenances, getxiuyang,getMaintenance } from './action' const Conserve = (props) => { @@ -28,21 +28,22 @@ const Conserve = (props) => { setRoadMaintenances(res.payload.data || []) }) dispatch(getxiuyang()).then(res => { - console.log(res); // let obj = {}; setData(res.payload.data.filter(item => { if (moment(item.maintenanceDate).format("MM") == (new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth())) { return item } })) - setShuju(res.payload.data.filter(item => { - if ((new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth()) - 6 < moment(item.maintenanceDate).format("MM") && moment(item.maintenanceDate).format("MM") <= (new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth())) { - return item - } - })) + // setShuju(res.payload.data.filter(item => { + // if ((new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth()) - 6 < moment(item.maintenanceDate).format("MM") && moment(item.maintenanceDate).format("MM") <= (new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth())) { + // return item + // } + // })) + }) + dispatch(getMaintenance()).then(res => { + setShuju(res.payload.data) }) }, []) - console.log(shuju); return (
    diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/Lb.js b/web/client/src/sections/quanju/containers/footer/conserve/left/Lb.js index 475234a4..e8af2d71 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/Lb.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/Lb.js @@ -3,151 +3,23 @@ import Module from '../../../public/module' import { Spin } from 'antd' import Lun from "../../leadership/right/lunbo" import "../../leadership/right/left.less" -import { getZhichaolist } from "../../../../actions/example" +import { getZhichaodata } from "../../../../actions/example" const Lefttbottoms = (props) => { - // const { dispatch } = props + const { data } = props + const style = { height: "28%", marginTop: "4%" } const [beijing, setBeijing] = useState() - const [list, setList] = useState([{ - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "12", - xiang: "12", - xian: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "12", - xiang: "12", - xian: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "12", - xiang: "12", - xian: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "12", - xiang: "12", - xian: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "12", - xiang: "12", - xian: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "12", - xiang: "12", - xian: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "12", - xiang: "12", - xian: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "12", - xiang: "12", - xian: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "12", - xiang: "12", - xian: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "12", - xiang: "12", - xian: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - },]) const [rightDatas, setrightDatas] = useState([]) const [nums, setNums] = useState([]) const [num, setNum] = useState() - + const datas=data?.filter((item)=>{ +return item.maintenanceUnit!==null + }) // const requestRightDatas = async () => { - // const res = await dispatch(getZhichaolist()) + // const res = await dispatch(getZhichaodata()) // var pattern = /[\u4e00-\u9fa5]*/; - // let d = res.payload.data?.overSpeedList?.filter((item, index) => { + // let d = res.payload.data?.overSpeeddata?.filter((item, index) => { // return /.*[\u4e00-\u9fa5_a-zA-Z]+.*$/.test(item.processingTime) == false // }) // console.log(res); @@ -158,20 +30,19 @@ const Lefttbottoms = (props) => { // }) // d.sort((a, b) => b.processingTime.localeCompare(a.processingTime)) // // setrightDatas(res.payload.data) - // setList(d) + // setdata(d) // } // useEffect(() => { - // const zhichaolist = dispatch(getZhichaolist()).then((res) => { + // const zhichaodata = dispatch(getZhichaodata()).then((res) => { // setNums(res.payload?.data?.processed) // }) // requestRightDatas() // }, []) - console.log(list); const renderBody = () => { return (
    - {list?.map((item, index) => { + {datas?.map((item, index) => { return
  • { setBeijing(index) setNum(index) @@ -180,10 +51,10 @@ const Lefttbottoms = (props) => { setNum() }}> {beijing == index ? : ""} -
    {item.danwei}
    -
    {item.xian}
    -
    {item.xiang}
    -
    {item.cun}
    +
    {item.maintenanceUnit}
    +
    {item.management}
    +
    {item.worker}
    +
    {item.publicWelfarePost}
    {/*
    {item.qiao}
    */} {/* { num == index ?
    diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/left-bottom.js b/web/client/src/sections/quanju/containers/footer/conserve/left/left-bottom.js index 76bfebf3..9f0026e7 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/left-bottom.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/left-bottom.js @@ -1,7 +1,9 @@ -import React from 'react' +import React,{useState,useEffect} from 'react' import Module from '../../../public/module' import PieChart from '../chart/pie-chart'; import Lefttbottoms from "./Lb" +import { getCustodyunit } from "../../../../actions/example" +import { connect } from 'react-redux'; let color = [ "rgba(7,185,254,1)", @@ -14,6 +16,14 @@ let underColor = [ "rgba(4,251,240,0.5)", ] const LeftBottom = (props) => { + const { dispatch, actions, user, loading } = props + const [data,setStata]=useState() + useEffect(()=>{ + dispatch(getCustodyunit()).then((res)=>{ + setStata(res.payload.data) + }) + + },[true]) const style = { height: "31%", marginTop: "3%" } const { roadData } = props const list = roadData?.greenMileage || {} @@ -34,7 +44,7 @@ const LeftBottom = (props) => { return ( <> - + {/* { numLeft={'14.5%'} underColorList={underColorList} /> */} - + ) } -export default LeftBottom \ No newline at end of file +function mapStateToProps(state) { + const { auth } = state; + return { + user: auth.user, + + } +} +export default connect(mapStateToProps)(LeftBottom) \ No newline at end of file diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js index 89c35551..54caef57 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js @@ -13,9 +13,10 @@ const LeftCenter = (props) => { // const chartRef = useState(); // const { roadData } = props const [flag, setFlag] = useState(true) + return ( <> - +
    { setFlag(false) console.log(flag); @@ -24,10 +25,9 @@ const LeftCenter = (props) => {

    累计

    { setFlag(true) - console.log(flag); }} style={{ position: "absolute", width: "50px", left: "60%", top: "38%", height: "20px", background: "linear-gradient(270deg, rgba(15,74,159,0) 0%, rgba(17,75,160,0.95) 100%)", float: "right", textAlign: "center", zIndex: 100, marginRight: "2%", borderLeft: "solid 2px #6E7A83", }}> {/* */} -

    本月

    +

    上月

    {/* icon @@ -38,7 +38,7 @@ const LeftCenter = (props) => { {/*
    */} {/* */} { - flag ? : + flag ? : } diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/left-top.js b/web/client/src/sections/quanju/containers/footer/conserve/left/left-top.js index 23cacd8d..e9ac19d8 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/left-top.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/left-top.js @@ -1,11 +1,21 @@ -import React, { useEffect, useRef } from 'react'; +import React, { useEffect, useRef,useState } from 'react'; import Module from '../../../public/module' import * as echarts from 'echarts'; import { Badge, Spin } from 'antd'; import Leftbottom from "./lunbozujian" +import { getCustodyunit } from "../../../../actions/example" +import { connect } from 'react-redux'; const LeftTop = (props) => { + const { dispatch, actions, user, loading } = props +const [data,setStata]=useState() + useEffect(()=>{ + dispatch(getCustodyunit()).then((res)=>{ +setStata(res.payload.data) + }) + +},[true]) // const seasonChartRef = useRef(null); // const frequentlyChartRef = useRef(null); @@ -196,7 +206,7 @@ const LeftTop = (props) => { const style = { height: "31%", marginTop: "3%" } return ( - + {/*
    @@ -219,10 +229,17 @@ const LeftTop = (props) => { }} />
    */} {/*
    */} - + {/*
    */} ) } -export default LeftTop \ No newline at end of file +function mapStateToProps(state) { + const { auth } = state; + return { + user: auth.user, + + } +} +export default connect(mapStateToProps)(LeftTop) \ No newline at end of file diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/lunbo.js b/web/client/src/sections/quanju/containers/footer/conserve/left/lunbo.js index f71a6c90..de13297c 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/lunbo.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/lunbo.js @@ -11,14 +11,20 @@ import { getxiugai } from "../action/index" const Lunbo = (props) => { const { data } = props + if (!data || !data.length) { + return '' + } + console.log(data) const style = { height: "31%", marginTop: "3%" } const [list, setList] = useState([]) const [num, setNum] = useState({ value: 0 }) const [falg, setFalg] = useState(2) + const [namedata, setNamedata] = useState() const [state, setState] = useState([ { value: data ? data[0].roadLengthCounty || 0 : 0, name: "县道" }, { value: data ? data[0].roadLengthTownship || 0 : 0, name: "乡道" }, - { value: data ? data[0].roadLengthVillage || 0 : 0, name: "村道" } + { value: data ? data[0].roadLengthVillage || 0 : 0, name: "村道" }, + ]) const [mon, setMon] = useState([ { value: data ? data[0].roadCostCounty || 0 : 0, name: "县费用" }, @@ -26,96 +32,8 @@ const Lunbo = (props) => { { value: data ? data[0].roadCostVillage || 0 : 0, name: "村费用" } ]) const [lenght, setLenght] = useState(data ? data.length : "") - // useEffect(() => { - // dispatch(getxiugai()).then((res) => { - // console.log(res); - // }) - // }, []) - console.log(data ? data : ""); const ref = useRef() const renderBody = (num) => { - // data.map((item, index) => { - // switch (num) { - // case 1: - // setState([ - // { value: 335, name: "直达" }, - // { value: 679, name: "营销广告" }, - // { value: 1548, name: "搜索引擎" }, - // ]) - // break - // case 2: - // setState([ - // { value: 100, name: "直达" }, - // { value: 1000, name: "营销广告" }, - // { value: 20, name: "搜索引擎" }, - // ]) - // break - // case 3: - // setState([ - // { value: 200, name: "直达" }, - // { value: 100, name: "营销广告" }, - // { value: 20, name: "搜索引擎" }, - // ]) - // break - // case 4: - // setState([ - // { value: 3, name: "直达" }, - // { value: 50, name: "营销广告" }, - // { value: 20, name: "搜索引擎" }, - // ]) - // break - // case 5: - // setState([ - // { value: 888, name: "直达" }, - // { value: 6, name: "营销广告" }, - // { value: 20, name: "搜索引擎" }, - // ]) - // break - // case 6: - // setState([ - // { value: 123, name: "直达" }, - // { value: 596, name: "营销广告" }, - // { value: 20, name: "搜索引擎" }, - // ]) - // break - // case 7: - // setState([ - // { value: 100, name: "直达" }, - // { value: 36, name: "营销广告" }, - // { value: 0, name: "搜索引擎" }, - // ]) - // break - // case 8: - // setState([ - // { value: 100, name: "直达" }, - // { value: 5693, name: "营销广告" }, - // { value: 20, name: "搜索引擎" }, - // ]) - // break - // case 9: - // setState([ - // { value: 3, name: "直达" }, - // { value: 753, name: "营销广告" }, - // { value: 20, name: "搜索引擎" }, - // ]) - // break - // case 10: - // setState([ - // { value: 121212, name: "直达" }, - // { value: 23, name: "营销广告" }, - // { value: 20, name: "搜索引擎" }, - // ]) - // break - // case 11: - // setState([ - // { value: 2563, name: "直达" }, - // { value: 2, name: "营销广告" }, - // { value: 20, name: "搜索引擎" }, - // ]) - // break - // default: - // break - // } setState([{ value: data ? data[num].roadLengthCounty || 0 : 0, name: "县道" }, { value: data ? data[num].roadLengthTownship || 0 : 0, name: "乡道" }, { value: data ? data[num].roadLengthVillage || 0 : 0, name: "村道" }]) setMon([ { value: data ? data[num].roadCostCounty || 0 : 0, name: "县费用" }, @@ -123,7 +41,6 @@ const Lunbo = (props) => { { value: data ? data[num].roadCostVillage || 0 : 0, name: "村费用" } ]) } - // console.log("shuju", data, data?.length); const timerStart = () => { clearTimer() ref.current = setTimeout(() => { @@ -138,10 +55,8 @@ const Lunbo = (props) => { renderBody(num.value + 1) } setNum(n_num) - console.log(num); } - console.log(n_num); - console.log(num); + // renderBody(num.value) }, 5000) } @@ -165,12 +80,14 @@ const Lunbo = (props) => { } } - console.log(num.value); return (
    + onMouseOut={timerStart} + style={{}} + >
    - +
    {data[num.value].countyName}
    +
    { data ? data.map((item, index) => { diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js b/web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js index 955d245d..b8148e37 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js @@ -3,230 +3,21 @@ import Module from '../../../public/module' import { Spin } from 'antd' import Lun from "../../leadership/right/lunbo" import "../../leadership/right/left.less" -import { getZhichaolist } from "../../../../actions/example" +import { getZhichaodata } from "../../../../actions/example" const Lefttbottom = (props) => { - // const { dispatch } = props + const { data } = props const style = { height: "28%", marginTop: "4%" } const [beijing, setBeijing] = useState() - const [list, setList] = useState([{ - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "207.829", - xiang: "207.829", - xian: "207.829", - qiao: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "207.829", - xiang: "207.829", - xian: "207.829", - qiao: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "207.829", - xiang: "207.829", - xian: "207.829", - qiao: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "207.829", - xiang: "207.829", - xian: "207.829", - qiao: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "207.829", - xiang: "207.829", - xian: "207.829", - qiao: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "207.829", - xiang: "207.829", - xian: "207.829", - qiao: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "207.829", - xiang: "207.829", - xian: "207.829", - qiao: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "207.829", - xiang: "207.829", - xian: "207.829", - qiao: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "207.829", - xiang: "207.829", - xian: "207.829", - qiao: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "207.829", - xiang: "207.829", - xian: "207.829", - qiao: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "207.829", - xiang: "207.829", - xian: "207.829", - qiao: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "207.829", - xiang: "207.829", - xian: "207.829", - qiao: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "207.829", - xiang: "207.829", - xian: "207.829", - qiao: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "207.829", - xiang: "207.829", - xian: "207.829", - qiao: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - }, { - deductPoints: "12", - fine: "2000", - id: 50364, - licensePlate: "苏L12345", - nameOfInspectionPoint: "才华无限", - overrunRate: 100, - processingTime: "2022.7.30", - testTime: "2022-07-29T00:00:00.000Z", - cun: "207.829", - xiang: "207.829", - xian: "207.829", - qiao: "12", - danwei: "蟹堡王章鱼哥海绵宝宝派大星" - },]) + // const [data, setdata] = useState(data) const [rightDatas, setrightDatas] = useState([]) const [nums, setNums] = useState([]) const [num, setNum] = useState() + // const requestRightDatas = async () => { - // const res = await dispatch(getZhichaolist()) + // const res = await dispatch(getZhichaodata()) // var pattern = /[\u4e00-\u9fa5]*/; - // let d = res.payload.data?.overSpeedList?.filter((item, index) => { + // let d = res.payload.data?.overSpeeddata?.filter((item, index) => { // return /.*[\u4e00-\u9fa5_a-zA-Z]+.*$/.test(item.processingTime) == false // }) // console.log(res); @@ -237,20 +28,19 @@ const Lefttbottom = (props) => { // }) // d.sort((a, b) => b.processingTime.localeCompare(a.processingTime)) // // setrightDatas(res.payload.data) - // setList(d) + // setdata(d) // } // useEffect(() => { - // const zhichaolist = dispatch(getZhichaolist()).then((res) => { + // const zhichaodata = dispatch(getZhichaodata()).then((res) => { // setNums(res.payload?.data?.processed) // }) // requestRightDatas() // }, []) - console.log(list); const renderBody = () => { return (
    - {list?.map((item, index) => { + {data?.map((item, index) => { return
  • { setBeijing(index) setNum(index) @@ -259,11 +49,11 @@ const Lefttbottom = (props) => { setNum() }}> {beijing == index ? : ""} -
    {item.danwei}
    -
    {item.xian}
    -
    {item.xiang}
    -
    {item.cun}
    -
    {item.qiao}
    +
    {item.responsibleUnitForManagementAndMaintenance}
    +
    {item.countyHighway}
    +
    {item.townshipRoad}
    +
    {item.villageRoad}
    +
    {item.bridge}
    {/* { num == index ?
    diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js b/web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js index 4145052f..149805ed 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js @@ -1,64 +1,100 @@ -import React from 'react' +import React,{useState} from 'react' import { useEffect, useRef } from 'react'; import * as echarts from 'echarts'; - +import _ from 'lodash'; const PieChart = (props) => { - const { width, height, data, colorList, underColorList, total, text, textLeft, numLeft, state, num, mon } = props + const { width, height, datas, colorList, underColorList, total, text, textLeft, numLeft, state, num, mon,namedata } = props const chartRef = useRef(null); - let name = [], emptyName = [] +const [styloptr,setStyloptr]=useState()//费用 +const [extent,setExtent]=useState()//长度 + let states = [] + let monstate=[] + useEffect(()=>{ + + // state.map((item) => { + // states.push({ name: item.name, value: Math.round(item.value * 100) / 100 }) + // }) + let arr=null + + state.map((item)=>{ + arr+=item.value + setExtent(arr.toFixed(3)) + + }) + let aui=null + mon.map((item)=>{ + aui+=Number(item.value) + setStyloptr(Math.ceil(aui)) + }) + },[num]) +const data = [ + { value: styloptr, name: "金额", bgColor: "#1d2c44", progressColor: "#9494ff",clr:'元' }, + { value: extent, name: "里程", bgColor: "#2a303a", progressColor: "#f8be15",clr:'km' }, + + ]; useEffect(() => { + let states=[] + state.map((item)=>{ + + states.push({value:item.value.toFixed(3),name:item.name}) + }) + let mons=[] + mon.map((item)=>{ + mons.push({value:Math.ceil(item.value),name:item.name}) + }) let chartInstance = echarts.init(chartRef.current); const option = { tooltip: { trigger: "item", formatter: "{a}
    {b}: {c} ({d}%)", + show: true, }, legend: { orient: "vertical", - right: "1%", + right: "5%", bottom: "15%", - // width: "260px", - formatter: [ - '{a|{name}}' - ].join('\n'), - textStyle: { - rich: { - a: { - width: 55, - fontSize: 12, - lineHeight: 12 - } - }, - }, - } - , + // width: "260px", + // formatter: (name) => { + // for (let i = 0; i < option.series[1].data.length; i += 1) { + // if (name === option.series[1].data[i].name) { + // let arr = [`{a|${name}}`, `{b|${option.series[1].data[i].value}}`] + // return arr.join('\t'); + // } + // } + show:false, + } , series: [ { - name: "访问来源", + name: "", type: "pie", // selectedMode: "single", + color: ["rgba(4, 251, 240, 1)", "rgba(7, 185, 254, 1)", "rgba(28, 96, 254, 1)"], radius: [0, "40%"], center: ['30%', '50%'], label: { normal: { position: "inner", + show: false, }, + + }, labelLine: { normal: { - show: false, + // show: false, }, }, - data: state || 0, + data: states, }, { - name: "访问来源", + name: "", type: "pie", radius: ["50%", "75%"], center: ['30%', '50%'], avoidLabelOverlap: false, - data: mon || 0, + color: ["rgba(4, 251, 240, 1)", "rgba(7, 185, 254, 1)", "rgba(28, 96, 254, 1)"], + data: mons, label: { normal: { formatter: "{b}:{c}" + "\n\r" + "({d}%)", @@ -75,7 +111,7 @@ const PieChart = (props) => { }, labelLine: { normal: { - show: false, + // show: false, }, }, }, @@ -89,8 +125,41 @@ const PieChart = (props) => { }) }, [num]) return ( -
    -
    +
    +
    +
    {data?.map((item, index) => { + + // let bgWid = (c.value / number * 100).toFixed(2) + '%' + const { progressColor} = item; + return ( +
    +
    +
    + +
    {item.name}
    +
    {item.value}
    +
    {item.clr}
    + +
    +
    + ); + })}
    +
    ) diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js b/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js index 8a8cfa21..596af5c5 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js @@ -6,73 +6,52 @@ import moment from 'moment'; const ZheXian = (props) => { + const { shuju } = props + if (!shuju || !shuju.length) { + return '' + } const style = { height: "31%", marginTop: "3%" } - const chartRef = useState(); - const { roadData, shuju } = props - const [flag, setFlag] = useState(true) - const [fles, setFles] = useState(true) - const [one, setOne] = useState() - const [two, setTwo] = useState() - const [san, setSan] = useState() - const [si, setSi] = useState() - const [five, setFive] = useState() - const [six, setSix] = useState() - + const chartRef = useRef(); + const zhuzhuang='../../../../../../assets/images/zhuzhuang.png' + const zhexian='../../../../../../assets/images/zhexian.png' useEffect(() => { - setOne(shuju?.filter(item => { - if (new Date().getMonth() - 5 == moment(item.maintenanceDate).format("MM")) { - return item - } - })) - setTwo(shuju?.filter(item => { - if (new Date().getMonth() - 4 == moment(item.maintenanceDate).format("MM")) { - return item - } - })) - setSan(shuju?.filter(item => { - if (new Date().getMonth() - 3 == moment(item.maintenanceDate).format("MM")) { - return item - } - })) - setSi(shuju?.filter(item => { - if (new Date().getMonth() - 2 == moment(item.maintenanceDate).format("MM")) { - return item - } - })) - setFive(shuju?.filter(item => { - if (new Date().getMonth() - 1 == moment(item.maintenanceDate).format("MM")) { - return item - } - })) - setSix(shuju?.filter(item => { - if (new Date().getMonth() == moment(item.maintenanceDate).format("MM")) { - return item - } - })) - }, [shuju]) + + }, [true]) useEffect(() => { + let columnar = [] + shuju?.map((item) => { + let adhn=item?.roadLengthCounty + item?.roadLengthTownship + item?.roadLengthVillage + + columnar.push(adhn.toFixed(3)) + }) + columnar.reverse() + let broken=[] + shuju?.map((item) => { + console.log(Number(item?.roadCostCounty)) + broken.push(Math.ceil(Number(item?.roadCostCounty) + Number(item?.roadCostTownship) + Number(item?.roadCostVillage))) + }) + broken.reverse() + + let date = new Date() + let year = date.getFullYear() + let month = date.getMonth() + 1 + let newYear = 0 + let newMonth = 0 + let newDateArr = [] + for (let i = 0; i < 7; i++) { //这里是获取前六个月,所以循环6次,根据需要修改 + if (month - i < 1) { //这里的判断是如果当前月份往前推到了去年 需要做的处理 + newYear = year - 1 + newMonth = month - i + 12 >= 10 ? month - i + 12 : '0' + (month - i + 12) + newDateArr.push(newYear + '-' + newMonth) //这里拼接格式化,在时间中间加了个-,根据实际需求来 + } else { + newMonth = month - i >= 10 ? month - i : '0' + (month - i) //这里是对月份小于10做加前面加0处理 + newDateArr.push(year + '-' + newMonth) + } + } + newDateArr.splice(0, 1) + newDateArr.reverse() + let chartInstance = echarts.init(chartRef.current); - // let colorArray = [ - // { - // top: "#07B9FE", - // bottom: "#10274B", - // }, - // { - // top: "#1978E5", - // bottom: " #10274B", - // }, - // { - // top: "#1978E5", - // bottom: "#10274B", - // }, - // ]; - // let xData = (function () { - // var data = []; - // for (var i = 1; i < 13; i++) { - // data.push(i + "月份"); - // } - // return data; - // })(); const option = { // backgroundColor: "#344b58", title: { @@ -95,15 +74,7 @@ const ZheXian = (props) => { color: "#fff", }, }, - formatter: function (params) { //在此处直接用 formatter 属性 - // console.log(params) // 打印数据 - var showdata = params[0]; - // 根据自己的需求返回数据 - return ` -
    时间:12452
    -
    数据:12121次/分
    - ` - } + formatter: "{a}
    {b}: {c}", }, grid: { borderWidth: 0, @@ -122,7 +93,7 @@ const ZheXian = (props) => { color: "#90979c", }, show: false, - // data: ["女", "男", "平均"], + }, calculable: true, xAxis: [ @@ -145,7 +116,7 @@ const ZheXian = (props) => { axisLabel: { interval: 0, }, - data: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], + data: newDateArr, }, ], yAxis: [ @@ -176,9 +147,9 @@ const ZheXian = (props) => { ], series: [ { - name: "男", + name: "", type: "bar", - stack: "总量", + itemStyle: { normal: { color: { @@ -202,12 +173,10 @@ const ZheXian = (props) => { barBorderRadius: 0, }, }, - data: [ - 1036, 3693, 2962, 3810, 2519, 1915, 1748, 4675, 6209, 4323, 2865, 4298, - ], + data: columnar||[], }, { - name: "总数", + name: "", type: "line", symbolSize: 10, symbol: "circle", @@ -233,9 +202,7 @@ const ZheXian = (props) => { color: "#1978E5", }, }, - data: flag ? [ - 1036, 3693, 2962, 3810, 2519, 1915, 1748, 4675, 6209, 4323, 2865, 4298, - ] : "", + data: broken, }, ], }; @@ -245,26 +212,20 @@ const ZheXian = (props) => { chartInstance.resize() } }) - }, [flag]); - console.log(one, "fdskafdlafl"); - console.log(two, "fdskafdlafl"); - console.log(san, "fdskafdlafl"); - console.log(si, "fdskafdlafl"); - console.log(five, "fdskafdlafl"); - console.log(six, "fdskafdlafl"); + }, []); return (
    { setFlag(!flag) console.log(flag); - }} */ style={{ position: "absolute", top: "41%", left: "80%", width: "72px", height: "20px", backgroundColor: "rgba(216,240,255,0.1000)", float: "right", textAlign: "center", zIndex: 100, marginRight: "4%", borderLeft: "solid 2px #6E7A83" }} > - -

    修建

    + }} */ style={{ position: "absolute", top: "38%", left: "14%", width: "72px", height: "20px", backgroundColor: "rgba(216,240,255,0.1000)", float: "right", textAlign: "center", zIndex: 100, marginRight: "4%", borderLeft: "solid 2px #6E7A83" }} > + +

    { setFlag(false) - }} */style={{ position: "absolute", width: "72px", left: "55%", top: "41%", height: "20px", backgroundColor: "rgba(216,240,255,0.1000)", float: "right", textAlign: "center", marginRight: "4%", borderLeft: "solid 2px #6E7A83" }}> - -

    改建

    + }} */style={{ position: "absolute", width: "72px", left: "34%", top: "38%", height: "20px", backgroundColor: "rgba(216,240,255,0.1000)", float: "right", textAlign: "center", marginRight: "4%", borderLeft: "solid 2px #6E7A83" }}> + +

    km

    ) diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/zidong.js b/web/client/src/sections/quanju/containers/footer/conserve/left/zidong.js index ab086a11..23baa169 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/zidong.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/zidong.js @@ -38,7 +38,7 @@ export default class AutoRollComponent extends Component { this.scrollElem.style.overflow = 'hidden'; } this.repeat(); - } catch (e) { console.log(e) } + } catch (e) { } } diff --git a/web/client/src/utils/webapi.js b/web/client/src/utils/webapi.js index 7ca955a4..bd49b123 100644 --- a/web/client/src/utils/webapi.js +++ b/web/client/src/utils/webapi.js @@ -101,7 +101,7 @@ export const ApiTable = { //公交信息 getCircuit: 'bus/line', putCircuit: 'bus/line', delCircuit: 'bus/line/{lineId}', getVehicle: 'bus/car', putVehicle: 'bus/car', delVehicle: 'bus/car/{carId}', - // 获取本月修养护公里数 + // 获取上月修养护公里数 getXiuyang: "road/maintenance/cost/query", @@ -274,6 +274,11 @@ export const ApiTable = { //公交信息 getCircuit: 'bus/line', putCircuit: 'bus/line', delCircuit: 'bus/line/{lineId}', getVehicle: 'bus/car', putVehicle: 'bus/car', delVehicle: 'bus/car/{carId}', + //单位概况 + getCustodyunit:'/road/maintenance', + postCustodyunit:'/road/maintenance', + //养护费用 + getMaintenance:'/road/maintenance/cost/nanchang/query' }; diff --git a/web/log/development.txt b/web/log/development.txt index 3f47f23a..cdd13d78 100644 --- a/web/log/development.txt +++ b/web/log/development.txt @@ -28753,3 +28753,1629 @@ 2022-08-31 21:11:47.894 - debug: [FS-LOGGER] Init. 2022-08-31 21:11:47.944 - info: [Router] Inject api: attachment/index >>>>>>> Stashed changes +2022-09-01 01:08:38.453 - debug: [FS-LOGGER] Init. +2022-09-01 01:08:38.617 - info: [Router] Inject api: attachment/index +2022-09-01 01:09:41.373 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/data/god_trans?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:41.404 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/data/god_trans?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:41.407 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/build/road_state?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:41.420 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/build/road_state?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:41.429 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/build/road_state?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:41.433 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/conserve/statistic?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:41.437 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/transportation/statistic?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:41.447 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/transportation/statistic?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:41.452 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/transportation/statistic?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:41.456 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/manage/overspeed?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:41.459 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/manage/overspeed?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:45.971 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/road/maintenance?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:46.004 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/road/maintenance?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:46.010 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/build/road_state?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:46.018 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/road_manage?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:46.022 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/conserve/statistic?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 01:09:46.033 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/road/maintenance/cost/query?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/screen/cockpit', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 16:38:47.967 - error: [FS-ERRHD] +{ + message: 'Error: socket hang up', + name: 'RequestError', + cause: { code: 'ECONNRESET' }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/road/maintenance?token=00b84f42-f69d-47b4-8b36-2677ddd420e1&serialNumber=2&responsibleUnitForManagementAndMaintenance=%E5%8D%97%E6%96%B0%E4%B9%A1%E4%BA%BA%E6%B0%91%E6%94%BF%E5%BA%9C&maintenanceUnit=%E9%91%AB%E6%B4%B2%E6%8E%A7%E8%82%A1%E9%9B%86%E5%9B%A2%E8%82%A1%E4%BB%BD%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8', + headers: { + 'content-type': 'application/json', + 'user-agent': 'PostmanRuntime/7.29.2', + accept: '*/*', + 'postman-token': '74e32c2e-54e7-47eb-9df1-fd5f87acfcae', + host: 'localhost:14000', + 'accept-encoding': 'gzip, deflate, br', + connection: 'keep-alive', + 'content-length': '234' + }, + encoding: null, + followRedirect: true, + method: 'POST', + body: '{"problem":"magna Excepteur deserunt","time":"1990-06-11 14:29:53","name":"他与林长边","phone":"13527735564","describe":"ea reprehenderit magna id nisi","enterprise":"Duis id ex nulla"}', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: socket hang up\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketOnEnd (_http_client.js:458:9)\n' + + ' at Socket.emit (events.js:326:22)\n' + + ' at endReadableNT (_stream_readable.js:1241:12)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 16:41:01.853 - error: [FS-ERRHD] +{ + message: 'Error: socket hang up', + name: 'RequestError', + cause: { code: 'ECONNRESET' }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/road/maintenance?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + 'content-type': 'application/json', + 'user-agent': 'PostmanRuntime/7.29.2', + accept: '*/*', + 'postman-token': '5acd2330-6d0e-42a5-8e67-a883bb2c12e5', + host: 'localhost:14000', + 'accept-encoding': 'gzip, deflate, br', + connection: 'keep-alive', + 'content-length': '175' + }, + encoding: null, + followRedirect: true, + method: 'POST', + body: '{"serialNumber":"2","responsibleUnitForManagementAndMaintenance":"南新乡人民政府","maintenanceUnit":"鑫洲控股集团股份有限公司"}', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: socket hang up\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketOnEnd (_http_client.js:458:9)\n' + + ' at Socket.emit (events.js:326:22)\n' + + ' at endReadableNT (_stream_readable.js:1241:12)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 17:03:22.696 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/road/maintenance?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/fillion/highways', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 17:03:25.149 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/department?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/fillion/highways', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 17:03:25.305 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/road_manage?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/fillion/highways', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 17:03:28.906 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/department?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/fillion/highways', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 17:03:29.035 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/road_manage?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/fillion/highways', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 17:03:34.223 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/department?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/fillion/highways', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 17:03:34.354 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/road_manage?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/fillion/highways', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 17:03:36.901 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/road/maintenance?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/fillion/highways', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 17:03:38.640 - error: [FS-ERRHD] +{ + message: 'Error: connect ECONNREFUSED 127.0.0.1:14000', + name: 'RequestError', + cause: { + errno: 'ECONNREFUSED', + code: 'ECONNREFUSED', + syscall: 'connect', + address: '127.0.0.1', + port: 14000 + }, + error: { '$ref': '$["cause"]' }, + options: { + jar: false, + url: 'http://localhost:14000/road_manage?token=00b84f42-f69d-47b4-8b36-2677ddd420e1', + headers: { + host: 'localhost:14000', + connection: 'keep-alive', + 'sec-ch-ua': '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"', + 'sec-ch-ua-mobile': '?0', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', + 'cache-control': 'no-cache,no-store,must-revalidate,max-age=-1,private', + 'x-requested-with': 'XMLHttpRequest', + token: '00b84f42-f69d-47b4-8b36-2677ddd420e1', + 'sec-ch-ua-platform': '"Windows"', + expires: '-1', + accept: '*/*', + 'sec-fetch-site': 'same-origin', + 'sec-fetch-mode': 'cors', + 'sec-fetch-dest': 'empty', + referer: 'http://localhost:5000/fillion/highways', + 'accept-encoding': 'gzip, deflate, br', + 'accept-language': 'zh-CN,zh;q=0.9' + }, + encoding: null, + followRedirect: true, + method: 'GET', + body: '[object Object]', + simple: false, + resolveWithFullResponse: true, + callback: [Function: RP$callback], + transform: undefined, + transform2xxOnly: false + }, + response: undefined, + stack: 'RequestError: Error: connect ECONNREFUSED 127.0.0.1:14000\n' + + ' at new RequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\errors.js:14:15)\n' + + ' at Request.plumbing.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:87:29)\n' + + ' at Request.RP$callback [as _callback] (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request-promise-core\\lib\\plumbing.js:46:31)\n' + + ' at self.callback (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:185:22)\n' + + ' at Request.emit (events.js:314:20)\n' + + ' at Request.onRequestError (F:\\项目\\sihao\\Highways4Good\\web\\node_modules\\request\\request.js:877:8)\n' + + ' at ClientRequest.emit (events.js:314:20)\n' + + ' at Socket.socketErrorListener (_http_client.js:427:9)\n' + + ' at Socket.emit (events.js:314:20)\n' + + ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + + ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + + ' at processTicksAndRejections (internal/process/task_queues.js:84:21)' +} +2022-09-01 17:12:43.530 - debug: [FS-LOGGER] Init. +2022-09-01 17:12:44.000 - info: [Router] Inject api: attachment/index +2022-09-01 18:26:45.045 - debug: [FS-LOGGER] Init. +2022-09-01 18:26:45.562 - info: [Router] Inject api: attachment/index From 2601742f38ca93d88aef5c49decc9dfd81539cbc Mon Sep 17 00:00:00 2001 From: LUCAS Date: Fri, 2 Sep 2022 09:00:54 +0800 Subject: [PATCH 10/23] dockerfile modify --- web/Dockerfile | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/web/Dockerfile b/web/Dockerfile index 7bda219f..8c6b5d02 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,25 +1,12 @@ -FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12-dev as builder +#FROM node:12-alpine +FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2 -COPY . /var/app +MAINTAINER liuxinyi "liu.xinyi@free-sun.com.cn" -WORKDIR /var/app - -EXPOSE 8080 - -RUN npm config set registry=http://10.8.30.22:7000 -RUN echo "{\"time\":\"$BUILD_TIMESTAMP\",\"build\": \"$BUILD_NUMBER\",\"revision\": \"$SVN_REVISION_1\",\"URL\":\"$SVN_URL_1\"}" > version.json -RUN npm cache clean -f -RUN rm -rf package-lock.json -RUN npm install --registry http://10.8.30.22:7000 -RUN npm run build -RUN rm -rf client/src -RUN rm -rf node_modules -RUN npm install --production --registry http://10.8.30.22:7000 +COPY . /var/app -FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12 - -COPY --from=builder --chown=node /var/app /home/node/app +WORKDIR /var/app -WORKDIR /home/node/app +EXPOSE 5000 -CMD ["node", "server.js"] \ No newline at end of file +ENTRYPOINT [ "node", "server.js" ] \ No newline at end of file From be277da5b5e80804c4beae756d722d921110ff53 Mon Sep 17 00:00:00 2001 From: LUCAS Date: Fri, 2 Sep 2022 09:03:32 +0800 Subject: [PATCH 11/23] api dockerfile modify --- api/Dockerfile | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index 2eb31f26..655e17dc 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,7 @@ -FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12-dev as builder +# FROM node:8-alpine +FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2 + +MAINTAINER liuxinyi "liu.xinyi@free-sun.com.cn" COPY . /var/app @@ -6,16 +9,6 @@ WORKDIR /var/app EXPOSE 8080 -RUN npm config set registry=http://10.8.30.22:7000 -RUN echo "{\"time\":\"$BUILD_TIMESTAMP\",\"build\": \"$BUILD_NUMBER\",\"revision\": \"$SVN_REVISION_1\",\"URL\":\"$SVN_URL_1\"}" > version.json -RUN npm cache clean -f -RUN rm -rf package-lock.json -RUN npm install --registry http://10.8.30.22:7000 --legacy-peer-deps - -FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12 - -COPY --from=builder --chown=node /var/app /home/node/app - -WORKDIR /home/node/app +CMD ["-a", "http://10.8.30.35:19084", "-e", "iota-n1:9200,iota-n2:9200,iota-n3:9200,iota-n4:9200"] -CMD ["node", "server.js"] \ No newline at end of file +ENTRYPOINT [ "node", "server.js" ] \ No newline at end of file From 5dc323f1513f55845ef4844cb42da9396b8e516b Mon Sep 17 00:00:00 2001 From: LUCAS Date: Fri, 2 Sep 2022 09:20:36 +0800 Subject: [PATCH 12/23] =?UTF-8?q?package-lock.json=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/package-lock.json | 15491 +--------------------------------------- 1 file changed, 227 insertions(+), 15264 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 1d96275d..455a90a6 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,15103 +1,8 @@ { "name": "fs-anxincloud-4.0", "version": "1.0.0", - "lockfileVersion": 2, + "lockfileVersion": 1, "requires": true, - "packages": { - "": { - "name": "fs-anxincloud-4.0", - "version": "1.0.0", - "license": "ISC", - "dependencies": { - "@ant-design/icons": "^4.6.2", - "@ant-design/pro-components": "^1.1.11", - "@ant-design/pro-form": "^1.34.0", - "@ant-design/pro-table": "^2.48.0", - "@antv/g6": "^4.2.5", - "@fs/attachment": "^1.0.0", - "@peace/components": "0.0.35", - "@peace/utils": "0.0.51", - "antd": "^4.19.2", - "antd-theme-generator": "^1.2.8", - "args": "^5.0.1", - "array-move": "^3.0.1", - "babel-polyfill": "^6.26.0", - "co-busboy": "^1.4.1", - "cross-env": "^7.0.3", - "echarts": "^5.3.2", - "fs-web-server-scaffold": "^1.0.6", - "koa-better-http-proxy": "^0.2.5", - "koa-convert": "^2.0.0", - "koa-proxy": "^1.0.0-alpha.3", - "koa-view": "^2.1.4", - "lodash": "^4.17.21", - "mini-dynamic-antd-theme": "^0.5.3", - "moment": "^2.29.4", - "react-color": "^2.19.3", - "react-router-breadcrumbs-hoc": "^4.0.1", - "react-sortable-hoc": "^2.0.0", - "superagent": "^6.1.0", - "swiper": "^8.3.1", - "uuid": "^8.3.1", - "webpack-dev-server": "^3.11.2", - "xlsx": "^0.16.9" - }, - "devDependencies": { - "@babel/core": "^7.14.6", - "@babel/plugin-proposal-class-properties": "^7.14.5", - "@babel/plugin-proposal-object-rest-spread": "^7.14.7", - "@babel/plugin-transform-runtime": "^7.14.5", - "@babel/polyfill": "^7.12.1", - "@babel/preset-env": "^7.14.7", - "@babel/preset-react": "^7.14.5", - "babel-loader": "^8.2.2", - "babel-plugin-import": "^1.13.3", - "connected-react-router": "^6.8.0", - "css-loader": "^3.5.0", - "express": "^4.17.1", - "file-loader": "^6.0.0", - "html-webpack-plugin": "^4.5.0", - "immutable": "^4.0.0-rc.12", - "less": "^3.12.2", - "less-loader": "^7.0.2", - "natty-fetch": "^2.5.3", - "nprogress": "^0.2.0", - "path-to-regexp": "^2.4.0", - "perfect-scrollbar": "^1.5.0", - "react": "^17.0.0", - "react-copy-to-clipboard": "^5.0.1", - "react-dnd": "^10.0.2", - "react-dnd-html5-backend": "^10.0.2", - "react-dom": "^17.0.0", - "react-if": "^2.2.1", - "react-jsonschema-form": "^1.8.1", - "react-quill": "^1.3.5", - "react-redux": "^7.2.1", - "react-router-dom": "^5.2.0", - "react-router-redux": "^4.0.8", - "redux": "^4.0.5", - "redux-thunk": "^2.3.0", - "redux-undo": "^1.0.1", - "style-loader": "^2.0.0", - "webpack": "^5.3.2", - "webpack-bundle-analyzer": "^4.1.0", - "webpack-cli": "^4.2.0", - "webpack-dev-middleware": "^4.0.2", - "webpack-hot-middleware": "^2.25.0" - } - }, - "node_modules/@ampproject/remapping": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/@ampproject%2fremapping/-/remapping-2.2.0.tgz", - "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", - "dev": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.1.0", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@ant-design/colors": { - "version": "6.0.0", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fcolors/-/colors-6.0.0.tgz", - "integrity": "sha1-m5NmJXz/zEfbQrnQIDu1ksE8Apg=", - "dependencies": { - "@ctrl/tinycolor": "^3.4.0" - } - }, - "node_modules/@ant-design/icons": { - "version": "4.7.0", - "resolved": "http://npm.anxinyun.cn/@ant-design%2ficons/-/icons-4.7.0.tgz", - "integrity": "sha512-aoB4Z7JA431rt6d4u+8xcNPPCrdufSRMUOpxa1ab6mz1JCQZOEVolj2WVs/tDFmN62zzK30mNelEsprLYsSF3g==", - "dependencies": { - "@ant-design/colors": "^6.0.0", - "@ant-design/icons-svg": "^4.2.1", - "@babel/runtime": "^7.11.2", - "classnames": "^2.2.6", - "rc-util": "^5.9.4" - }, - "engines": { - "node": ">=8" - }, - "peerDependencies": { - "react": ">=16.0.0", - "react-dom": ">=16.0.0" - } - }, - "node_modules/@ant-design/icons-svg": { - "version": "4.2.1", - "resolved": "http://npm.anxinyun.cn/@ant-design%2ficons-svg/-/icons-svg-4.2.1.tgz", - "integrity": "sha512-EB0iwlKDGpG93hW8f85CTJTs4SvMX7tt5ceupvhALp1IF44SeUFOMhKUOYqpsoYWQKAOuTRDMqn75rEaKDp0Xw==" - }, - "node_modules/@ant-design/pro-card": { - "version": "1.20.16", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-card/-/pro-card-1.20.16.tgz", - "integrity": "sha512-CfOz0kOW/m8owgBjexfkELJ1V2d3MszpL5KsvScJnuh2ts27MxlwPjhr5Zu1RgHJJspSa4ViWhj2SteW0ik3+g==", - "dependencies": { - "@ant-design/icons": "^4.2.1", - "@ant-design/pro-utils": "1.43.2", - "@babel/runtime": "^7.18.0", - "antd": "^4.20.0 ", - "classnames": "^2.2.6", - "omit.js": "^2.0.2", - "rc-util": "^5.4.0" - }, - "peerDependencies": { - "react": ">=16.9.0" - } - }, - "node_modules/@ant-design/pro-components": { - "version": "1.1.14", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-components/-/pro-components-1.1.14.tgz", - "integrity": "sha512-pH6fxgXFmdnd7pgJwG+8sqEOTAD6A+JG2XX7t9yDS0kIsqsOU6wjWxRBbrmc5OxNHz7UwSQrr/8qATquwKOFwA==", - "dependencies": { - "@ant-design/pro-card": "1.20.16", - "@ant-design/pro-descriptions": "1.11.14", - "@ant-design/pro-field": "1.35.2", - "@ant-design/pro-form": "1.71.2", - "@ant-design/pro-layout": "6.38.16", - "@ant-design/pro-list": "1.21.76", - "@ant-design/pro-provider": "1.9.3", - "@ant-design/pro-skeleton": "1.0.13", - "@ant-design/pro-table": "2.78.2", - "@ant-design/pro-utils": "1.43.2", - "@babel/runtime": "^7.16.3", - "antd": "^4.20.0 " - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/@ant-design/pro-descriptions": { - "version": "1.11.14", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-descriptions/-/pro-descriptions-1.11.14.tgz", - "integrity": "sha512-9ZW4dVn2LHzbG13hEZTnnmhHpDsPBdn7MMazFi9p3Xdw+XBXHL/jwVn1QYJRqTj07Cn9IiSzBQOssJSMBN2sow==", - "dependencies": { - "@ant-design/pro-field": "1.35.2", - "@ant-design/pro-form": "1.71.2", - "@ant-design/pro-skeleton": "1.0.13", - "@ant-design/pro-utils": "1.43.2", - "@babel/runtime": "^7.18.0", - "antd": "^4.20.0 ", - "rc-util": "^5.0.6", - "use-json-comparison": "^1.0.5" - }, - "peerDependencies": { - "react": ">=16.9.0" - } - }, - "node_modules/@ant-design/pro-field": { - "version": "1.35.2", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-field/-/pro-field-1.35.2.tgz", - "integrity": "sha512-IuO+pYVs29ZLfC1C+HiVd61rLlVgMTcn0hNFyx/RhEoWV1h+ufMHCeRYS/n4opSeV8xfqlT0BJBefDffwuN4TA==", - "dependencies": { - "@ant-design/icons": "^4.2.1", - "@ant-design/pro-provider": "1.9.3", - "@ant-design/pro-utils": "1.43.2", - "@babel/runtime": "^7.18.0", - "@chenshuai2144/sketch-color": "^1.0.8", - "antd": "^4.20.0 ", - "classnames": "^2.2.6", - "lodash.tonumber": "^4.0.3", - "moment": "^2.27.0", - "omit.js": "^2.0.2", - "rc-util": "^5.4.0", - "swr": "^1.2.0" - }, - "peerDependencies": { - "react": ">=16.9.0" - } - }, - "node_modules/@ant-design/pro-form": { - "version": "1.71.2", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-form/-/pro-form-1.71.2.tgz", - "integrity": "sha512-13nYmy71CsyKoMjTAGpIlnOHeDHoTtZ+MEpAPZvGoS9Es4SLLxpIp+liRUbnoTnS4QXedNqTr9qtzke2qIR9hw==", - "dependencies": { - "@ant-design/icons": "^4.2.1", - "@ant-design/pro-field": "1.35.2", - "@ant-design/pro-provider": "1.9.3", - "@ant-design/pro-utils": "1.43.2", - "@babel/runtime": "^7.18.0", - "@umijs/use-params": "^1.0.9", - "antd": "^4.20.0 ", - "classnames": "^2.2.6", - "lodash.merge": "^4.6.2", - "omit.js": "^2.0.2", - "rc-resize-observer": "^1.1.0", - "rc-util": "^5.0.6", - "use-json-comparison": "^1.0.5", - "use-media-antd-query": "^1.1.0" - }, - "peerDependencies": { - "rc-field-form": "^1.22.0", - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/@ant-design/pro-layout": { - "version": "6.38.16", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-layout/-/pro-layout-6.38.16.tgz", - "integrity": "sha512-s6BfR2lS63Twq9mQwSw9tLCaoUEBUPFRoM2rmTYDqYHVEfuO4F0l3BAIAs4udeb3sumfaV1r4Nuk4mUoBIzEgA==", - "dependencies": { - "@ant-design/icons": "^4.0.0", - "@ant-design/pro-provider": "1.9.3", - "@ant-design/pro-utils": "1.43.2", - "@babel/runtime": "^7.18.0", - "@umijs/route-utils": "^2.1.0", - "@umijs/ssr-darkreader": "^4.9.44", - "@umijs/use-params": "^1.0.9", - "antd": "^4.20.0 ", - "classnames": "^2.2.6", - "lodash.merge": "^4.6.2", - "omit.js": "^2.0.2", - "path-to-regexp": "2.4.0", - "rc-resize-observer": "^1.1.0", - "rc-util": "^5.0.6", - "swr": "^1.2.0", - "unstated-next": "^1.1.0", - "use-json-comparison": "^1.0.3", - "use-media-antd-query": "^1.1.0", - "warning": "^4.0.3" - }, - "peerDependencies": { - "react": ">=16.9.0" - } - }, - "node_modules/@ant-design/pro-list": { - "version": "1.21.76", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-list/-/pro-list-1.21.76.tgz", - "integrity": "sha512-4nZYMTZ4gokeccFgYGHT6FrM82BcdFqi4X1yI+EJLpWDUrOTvQLkSwZ9/CvPqQd0dfeuDdwDP6lhNf9QZFgtmA==", - "dependencies": { - "@ant-design/icons": "^4.0.0", - "@ant-design/pro-card": "1.20.16", - "@ant-design/pro-field": "1.35.2", - "@ant-design/pro-table": "2.78.2", - "@babel/runtime": "^7.18.0", - "antd": "^4.20.0 ", - "classnames": "^2.2.6", - "moment": "^2.24.0", - "rc-resize-observer": "^1.0.0", - "rc-util": "^4.19.0", - "unstated-next": "^1.1.0", - "use-media-antd-query": "^1.1.0" - }, - "peerDependencies": { - "react": ">=16.9.0" - } - }, - "node_modules/@ant-design/pro-list/node_modules/rc-util": { - "version": "4.21.1", - "resolved": "http://npm.anxinyun.cn/rc-util/-/rc-util-4.21.1.tgz", - "integrity": "sha1-iGAtDDGFAgqhBT2aHnDqwWG+ywU=", - "dependencies": { - "add-dom-event-listener": "^1.1.0", - "prop-types": "^15.5.10", - "react-is": "^16.12.0", - "react-lifecycles-compat": "^3.0.4", - "shallowequal": "^1.1.0" - } - }, - "node_modules/@ant-design/pro-provider": { - "version": "1.9.3", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-provider/-/pro-provider-1.9.3.tgz", - "integrity": "sha512-wV7DIJDlm9DPeB8Q8BNRLd6YMgdPK1jtEPOmjpmEE+3XfmGFKKHlU30tIQBImMiJAHr2coTGqV+/iMfJ4E4AXQ==", - "dependencies": { - "@babel/runtime": "^7.18.0", - "antd": "^4.20.0 ", - "rc-util": "^5.0.1", - "swr": "^1.2.0" - }, - "peerDependencies": { - "react": ">=16.9.0" - } - }, - "node_modules/@ant-design/pro-skeleton": { - "version": "1.0.13", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-skeleton/-/pro-skeleton-1.0.13.tgz", - "integrity": "sha512-EWkW7ZqnT7NsyJTmxd0btrRpJFNLBkE2ceaKgp2Cz7GOC0l8yWX/TaNs6yb10j0DH6AB9YBXZNd2mxZ2MyQgGA==", - "dependencies": { - "@babel/runtime": "^7.18.0", - "antd": "^4.20.0 ", - "use-media-antd-query": "^1.1.0" - }, - "peerDependencies": { - "react": ">=16.9.0" - } - }, - "node_modules/@ant-design/pro-table": { - "version": "2.78.2", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-table/-/pro-table-2.78.2.tgz", - "integrity": "sha512-CLOlT41pkYiJ3PGvLkG7kVOc3jQqy/RyazzXoXPAHUvDdzLXXRb6uI3S+B6smLVZltgjAb9JF0z0cnYikan7bQ==", - "dependencies": { - "@ant-design/icons": "^4.1.0", - "@ant-design/pro-card": "1.20.16", - "@ant-design/pro-field": "1.35.2", - "@ant-design/pro-form": "1.71.2", - "@ant-design/pro-provider": "1.9.3", - "@ant-design/pro-utils": "1.43.2", - "@babel/runtime": "^7.18.0", - "antd": "^4.20.0 ", - "classnames": "^2.2.6", - "moment": "^2.24.0", - "omit.js": "^2.0.2", - "rc-util": "^5.0.1", - "react-sortable-hoc": "^2.0.0", - "unstated-next": "^1.1.0", - "use-json-comparison": "^1.0.5", - "use-media-antd-query": "^1.1.0" - }, - "peerDependencies": { - "rc-field-form": "^1.22.0", - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/@ant-design/pro-utils": { - "version": "1.43.2", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-utils/-/pro-utils-1.43.2.tgz", - "integrity": "sha512-h1GU/LeUwMb7tUgw65IHerjIdMCm57OwY4TYPOw1WuZovOT9RDAvKZc+K81YgWfLvvOL0qKEcj56m1nt09QENA==", - "dependencies": { - "@ant-design/icons": "^4.3.0", - "@ant-design/pro-provider": "1.9.3", - "@babel/runtime": "^7.18.0", - "antd": "^4.20.0 ", - "classnames": "^2.2.6", - "moment": "^2.27.0", - "rc-util": "^5.0.6", - "react-sortable-hoc": "^2.0.0", - "swr": "^1.2.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/@ant-design/react-slick": { - "version": "0.29.2", - "resolved": "http://npm.anxinyun.cn/@ant-design%2freact-slick/-/react-slick-0.29.2.tgz", - "integrity": "sha512-kgjtKmkGHa19FW21lHnAfyyH9AAoh35pBdcJ53rHmQ3O+cfFHGHnUbj/HFrRNJ5vIts09FKJVAD8RpaC+RaWfA==", - "dependencies": { - "@babel/runtime": "^7.10.4", - "classnames": "^2.2.5", - "json2mq": "^0.2.0", - "lodash": "^4.17.21", - "resize-observer-polyfill": "^1.5.1" - }, - "peerDependencies": { - "react": ">=16.9.0" - } - }, - "node_modules/@antv/algorithm": { - "version": "0.1.24", - "resolved": "http://npm.anxinyun.cn/@antv%2falgorithm/-/algorithm-0.1.24.tgz", - "integrity": "sha512-zAv/YNDKYrHHKJKCn6RBKoNo9/298/qY6J5SSGglIIUfwJXN6wyRyTmNPfmkE/9t6/7XK9PYvK/6esQnwFawwQ==", - "dependencies": { - "@antv/util": "^2.0.13", - "tslib": "^2.0.0" - } - }, - "node_modules/@antv/dom-util": { - "version": "2.0.4", - "resolved": "http://npm.anxinyun.cn/@antv%2fdom-util/-/dom-util-2.0.4.tgz", - "integrity": "sha512-2shXUl504fKwt82T3GkuT4Uoc6p9qjCKnJ8gXGLSW4T1W37dqf9AV28aCfoVPHp2BUXpSsB+PAJX2rG/jLHsLQ==", - "dependencies": { - "tslib": "^2.0.3" - } - }, - "node_modules/@antv/event-emitter": { - "version": "0.1.3", - "resolved": "http://npm.anxinyun.cn/@antv%2fevent-emitter/-/event-emitter-0.1.3.tgz", - "integrity": "sha512-4ddpsiHN9Pd4UIlWuKVK1C4IiZIdbwQvy9i7DUSI3xNJ89FPUFt8lxDYj8GzzfdllV0NkJTRxnG+FvLk0llidg==" - }, - "node_modules/@antv/g-base": { - "version": "0.5.11", - "resolved": "http://npm.anxinyun.cn/@antv%2fg-base/-/g-base-0.5.11.tgz", - "integrity": "sha512-10Hkq7XksVCqxZZrPkd6HTU9tb/+2meCVEMy/edhS4I/sokhcgC9m3fQP5bE8rA3EVKwELE7MJHZ98BEpVFqvQ==", - "dependencies": { - "@antv/event-emitter": "^0.1.1", - "@antv/g-math": "^0.1.6", - "@antv/matrix-util": "^3.1.0-beta.1", - "@antv/path-util": "~2.0.5", - "@antv/util": "~2.0.13", - "@types/d3-timer": "^2.0.0", - "d3-ease": "^1.0.5", - "d3-interpolate": "^1.3.2", - "d3-timer": "^1.0.9", - "detect-browser": "^5.1.0", - "tslib": "^2.0.3" - } - }, - "node_modules/@antv/g-canvas": { - "version": "0.5.12", - "resolved": "http://npm.anxinyun.cn/@antv%2fg-canvas/-/g-canvas-0.5.12.tgz", - "integrity": "sha1-L8QNztaZTwdPIjQeZdVve71Sdfc=", - "dependencies": { - "@antv/g-base": "^0.5.3", - "@antv/g-math": "^0.1.6", - "@antv/matrix-util": "^3.1.0-beta.1", - "@antv/path-util": "~2.0.5", - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0", - "tslib": "^2.0.3" - } - }, - "node_modules/@antv/g-math": { - "version": "0.1.7", - "resolved": "http://npm.anxinyun.cn/@antv%2fg-math/-/g-math-0.1.7.tgz", - "integrity": "sha1-bsJ2kmn3zLZ+WBQNVznfdARswE4=", - "dependencies": { - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0" - } - }, - "node_modules/@antv/g-svg": { - "version": "0.5.6", - "resolved": "http://npm.anxinyun.cn/@antv%2fg-svg/-/g-svg-0.5.6.tgz", - "integrity": "sha1-cLL6mAxDGzmtPFtLU+NqHWCVfWU=", - "dependencies": { - "@antv/g-base": "^0.5.3", - "@antv/g-math": "^0.1.6", - "@antv/util": "~2.0.0", - "detect-browser": "^5.0.0", - "tslib": "^2.0.3" - } - }, - "node_modules/@antv/g-webgpu": { - "version": "0.5.5", - "resolved": "http://npm.anxinyun.cn/@antv%2fg-webgpu/-/g-webgpu-0.5.5.tgz", - "integrity": "sha1-AD1BFFPtA+fdkWvWxtsmorU9GZE=", - "dependencies": { - "@antv/g-webgpu-core": "^0.5.5", - "@antv/g-webgpu-engine": "^0.5.5", - "@webgpu/types": "^0.0.31", - "gl-matrix": "^3.1.0", - "gl-vec2": "^1.3.0", - "hammerjs": "^2.0.8", - "inversify": "^5.0.1", - "inversify-inject-decorators": "^3.1.0", - "polyline-miter-util": "^1.0.1", - "polyline-normals": "^2.0.2", - "probe.gl": "^3.1.1", - "reflect-metadata": "^0.1.13" - } - }, - "node_modules/@antv/g-webgpu-core": { - "version": "0.5.6", - "resolved": "http://npm.anxinyun.cn/@antv%2fg-webgpu-core/-/g-webgpu-core-0.5.6.tgz", - "integrity": "sha1-aM3gtdC0S1eUNxwlI2gvRzTaPGw=", - "dependencies": { - "eventemitter3": "^4.0.0", - "gl-matrix": "^3.1.0", - "inversify": "^5.0.1", - "inversify-inject-decorators": "^3.1.0", - "probe.gl": "^3.1.1", - "reflect-metadata": "^0.1.13" - } - }, - "node_modules/@antv/g-webgpu-engine": { - "version": "0.5.6", - "resolved": "http://npm.anxinyun.cn/@antv%2fg-webgpu-engine/-/g-webgpu-engine-0.5.6.tgz", - "integrity": "sha1-vnwb+OSxgi1yowLWKANDReBXe70=", - "dependencies": { - "@antv/g-webgpu-core": "^0.5.6", - "@webgpu/glslang": "^0.0.15", - "@webgpu/types": "^0.0.31", - "gl-matrix": "^3.1.0", - "hammerjs": "^2.0.8", - "inversify": "^5.0.1", - "inversify-inject-decorators": "^3.1.0", - "probe.gl": "^3.1.1", - "reflect-metadata": "^0.1.13", - "regl": "^1.3.11" - } - }, - "node_modules/@antv/g6": { - "version": "4.6.15", - "resolved": "http://npm.anxinyun.cn/@antv%2fg6/-/g6-4.6.15.tgz", - "integrity": "sha512-sbtVPZxGHBNnkLynd4GAQAheDDZ/xUdPAJxxLO7LiMmaZcyNlk0ApV5d8G8IdiBFvJ6+mhaF+kot3LMyvsEx+g==", - "dependencies": { - "@antv/g6-pc": "0.6.15" - } - }, - "node_modules/@antv/g6-core": { - "version": "0.6.15", - "resolved": "http://npm.anxinyun.cn/@antv%2fg6-core/-/g6-core-0.6.15.tgz", - "integrity": "sha512-klE4bLcY9dcByl9J97tN2IBEJcXFroyEJRG55l99IXd7ujh+DGnPEmKMX1BdnCiDqLZ9GJybRG5g6DqX6e7BbQ==", - "dependencies": { - "@antv/algorithm": "^0.1.8", - "@antv/dom-util": "^2.0.1", - "@antv/event-emitter": "~0.1.0", - "@antv/g-base": "^0.5.1", - "@antv/g-math": "^0.1.1", - "@antv/matrix-util": "^3.1.0-beta.3", - "@antv/path-util": "^2.0.3", - "@antv/util": "~2.0.5", - "ml-matrix": "^6.5.0", - "tslib": "^2.1.0" - } - }, - "node_modules/@antv/g6-element": { - "version": "0.6.15", - "resolved": "http://npm.anxinyun.cn/@antv%2fg6-element/-/g6-element-0.6.15.tgz", - "integrity": "sha512-8bUSCRMQVK9bh64V+jZRKpLapPVlrLdzC429uodg5wk9l3hugcSdanX6LAuLmy0p5Y4lXSyF2UsmWdx8t1qfcg==", - "dependencies": { - "@antv/g-base": "^0.5.1", - "@antv/g6-core": "0.6.15", - "@antv/util": "~2.0.5" - } - }, - "node_modules/@antv/g6-pc": { - "version": "0.6.15", - "resolved": "http://npm.anxinyun.cn/@antv%2fg6-pc/-/g6-pc-0.6.15.tgz", - "integrity": "sha512-BqfFD5XiLfRhBt0QygdynUidz4T6azg0GnAzYsEkuKkye7qvaLL46xtfp9+Lqw/aUkBsjXUcEeJjoIPrx0Ehig==", - "dependencies": { - "@ant-design/colors": "^4.0.5", - "@antv/algorithm": "^0.1.8", - "@antv/dom-util": "^2.0.1", - "@antv/event-emitter": "~0.1.0", - "@antv/g-base": "^0.5.1", - "@antv/g-canvas": "^0.5.2", - "@antv/g-math": "^0.1.1", - "@antv/g-svg": "^0.5.1", - "@antv/g6-core": "0.6.15", - "@antv/g6-element": "0.6.15", - "@antv/g6-plugin": "0.6.15", - "@antv/hierarchy": "^0.6.7", - "@antv/layout": "^0.2.5", - "@antv/matrix-util": "^3.1.0-beta.3", - "@antv/path-util": "^2.0.3", - "@antv/util": "~2.0.5", - "color": "^3.1.3", - "d3-force": "^2.0.1", - "dagre": "^0.8.5", - "insert-css": "^2.0.0", - "ml-matrix": "^6.5.0" - } - }, - "node_modules/@antv/g6-pc/node_modules/@ant-design/colors": { - "version": "4.0.5", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fcolors/-/colors-4.0.5.tgz", - "integrity": "sha1-19EA11Rcyo9iSVRgSmiS/Ei6Wq4=", - "dependencies": { - "tinycolor2": "^1.4.1" - } - }, - "node_modules/@antv/g6-plugin": { - "version": "0.6.15", - "resolved": "http://npm.anxinyun.cn/@antv%2fg6-plugin/-/g6-plugin-0.6.15.tgz", - "integrity": "sha512-LaXYEzaW3qkcAdwRrrhRItbsRKmtN6Orb0UCTRYSw0W8UOO4p4w5Tk05I7TME/VzPfMn9bXB+rD4aZofFzBYoA==", - "dependencies": { - "@antv/dom-util": "^2.0.2", - "@antv/g-base": "^0.5.1", - "@antv/g-canvas": "^0.5.2", - "@antv/g-svg": "^0.5.2", - "@antv/g6-core": "0.6.15", - "@antv/g6-element": "0.6.15", - "@antv/matrix-util": "^3.1.0-beta.3", - "@antv/scale": "^0.3.4", - "@antv/util": "^2.0.9", - "insert-css": "^2.0.0" - } - }, - "node_modules/@antv/graphlib": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/@antv%2fgraphlib/-/graphlib-1.2.0.tgz", - "integrity": "sha512-hhJOMThec51nU4Fe5p/viLlNIL71uDEgYFzKPajWjr2715SFG1HAgiP6AVylIeqBcAZ04u3Lw7usjl/TuI5RuQ==" - }, - "node_modules/@antv/hierarchy": { - "version": "0.6.8", - "resolved": "http://npm.anxinyun.cn/@antv%2fhierarchy/-/hierarchy-0.6.8.tgz", - "integrity": "sha512-wVzUl+pxny5gyGJ2mkWx8IiEypX6bnMHgr/NILgbxY6shoy0Vf4FhZpI3CY8Ez7bQT6js8fMkB2NymPW7d7i8A==", - "dependencies": { - "@antv/util": "^2.0.7" - } - }, - "node_modules/@antv/layout": { - "version": "0.2.5", - "resolved": "http://npm.anxinyun.cn/@antv%2flayout/-/layout-0.2.5.tgz", - "integrity": "sha512-YezISSc5wp88QLvytS2mm/3sFvJYTafIWEvjvp4DIIfIkt8fzZZSJHXJVky3VIqGwbkmD278lMWQQmQ8W1EWEA==", - "dependencies": { - "@antv/g-webgpu": "0.5.5", - "@antv/graphlib": "^1.0.0", - "d3-force": "^2.0.1", - "dagre-compound": "^0.0.11", - "ml-matrix": "^6.5.0" - } - }, - "node_modules/@antv/matrix-util": { - "version": "3.1.0-beta.3", - "resolved": "http://npm.anxinyun.cn/@antv%2fmatrix-util/-/matrix-util-3.1.0-beta.3.tgz", - "integrity": "sha512-W2R6Za3A6CmG51Y/4jZUM/tFgYSq7vTqJL1VD9dKrvwxS4sE0ZcXINtkp55CdyBwJ6Cwm8pfoRpnD4FnHahN0A==", - "dependencies": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.4.3", - "tslib": "^2.0.3" - } - }, - "node_modules/@antv/path-util": { - "version": "2.0.15", - "resolved": "http://npm.anxinyun.cn/@antv%2fpath-util/-/path-util-2.0.15.tgz", - "integrity": "sha512-R2VLZ5C8PLPtr3VciNyxtjKqJ0XlANzpFb5sE9GE61UQqSRuSVSzIakMxjEPrpqbgc+s+y8i+fmc89Snu7qbNw==", - "dependencies": { - "@antv/matrix-util": "^3.0.4", - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - } - }, - "node_modules/@antv/path-util/node_modules/@antv/matrix-util": { - "version": "3.0.4", - "resolved": "http://npm.anxinyun.cn/@antv%2fmatrix-util/-/matrix-util-3.0.4.tgz", - "integrity": "sha1-6hPxWKovtLovuNa2tWHsRn6jrCA=", - "dependencies": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^2.0.3" - } - }, - "node_modules/@antv/scale": { - "version": "0.3.18", - "resolved": "http://npm.anxinyun.cn/@antv%2fscale/-/scale-0.3.18.tgz", - "integrity": "sha512-GHwE6Lo7S/Q5fgaLPaCsW+CH+3zl4aXpnN1skOiEY0Ue9/u+s2EySv6aDXYkAqs//i0uilMDD/0/4n8caX9U9w==", - "dependencies": { - "@antv/util": "~2.0.3", - "fecha": "~4.2.0", - "tslib": "^2.0.0" - } - }, - "node_modules/@antv/util": { - "version": "2.0.17", - "resolved": "http://npm.anxinyun.cn/@antv%2futil/-/util-2.0.17.tgz", - "integrity": "sha512-o6I9hi5CIUvLGDhth0RxNSFDRwXeywmt6ExR4+RmVAzIi48ps6HUy+svxOCayvrPBN37uE6TAc2KDofRo0nK9Q==", - "dependencies": { - "csstype": "^3.0.8", - "tslib": "^2.0.3" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fcode-frame/-/code-frame-7.18.6.tgz", - "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", - "dev": true, - "dependencies": { - "@babel/highlight": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.18.8", - "resolved": "http://npm.anxinyun.cn/@babel%2fcompat-data/-/compat-data-7.18.8.tgz", - "integrity": "sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fcore/-/core-7.18.9.tgz", - "integrity": "sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==", - "dev": true, - "dependencies": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.9", - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-module-transforms": "^7.18.9", - "@babel/helpers": "^7.18.9", - "@babel/parser": "^7.18.9", - "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core/node_modules/semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/generator": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fgenerator/-/generator-7.18.9.tgz", - "integrity": "sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==", - "dev": true, - "dependencies": { - "@babel/types": "^7.18.9", - "@jridgewell/gen-mapping": "^0.3.2", - "jsesc": "^2.5.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2fgen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "dev": true, - "dependencies": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", - "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", - "dev": true, - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", - "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", - "dev": true, - "dependencies": { - "@babel/helper-explode-assignable-expression": "^7.18.6", - "@babel/types": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz", - "integrity": "sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.18.8", - "@babel/helper-validator-option": "^7.18.6", - "browserslist": "^4.20.2", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-compilation-targets/node_modules/semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.9.tgz", - "integrity": "sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-member-expression-to-functions": "^7.18.9", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.18.9", - "@babel/helper-split-export-declaration": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz", - "integrity": "sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "regexpu-core": "^5.1.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz", - "integrity": "sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==", - "dev": true, - "dependencies": { - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0-0" - } - }, - "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", - "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-explode-assignable-expression": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", - "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-function-name/-/helper-function-name-7.18.9.tgz", - "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==", - "dev": true, - "dependencies": { - "@babel/template": "^7.18.6", - "@babel/types": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", - "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", - "dev": true, - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz", - "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-module-imports/-/helper-module-imports-7.18.6.tgz", - "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", - "dev": true, - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-module-transforms/-/helper-module-transforms-7.18.9.tgz", - "integrity": "sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==", - "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-simple-access": "^7.18.6", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/helper-validator-identifier": "^7.18.6", - "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", - "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", - "dev": true, - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz", - "integrity": "sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", - "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-wrap-function": "^7.18.9", - "@babel/types": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-replace-supers": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-replace-supers/-/helper-replace-supers-7.18.9.tgz", - "integrity": "sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==", - "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-member-expression-to-functions": "^7.18.9", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-simple-access": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-simple-access/-/helper-simple-access-7.18.6.tgz", - "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==", - "dev": true, - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz", - "integrity": "sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==", - "dev": true, - "dependencies": { - "@babel/types": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", - "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", - "dev": true, - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", - "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-validator-option/-/helper-validator-option-7.18.6.tgz", - "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-wrap-function": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-wrap-function/-/helper-wrap-function-7.18.9.tgz", - "integrity": "sha512-cG2ru3TRAL6a60tfQflpEfs4ldiPwF6YW3zfJiRgmoFVIaC1vGnBBgatfec+ZUziPHkHSaXAuEck3Cdkf3eRpQ==", - "dev": true, - "dependencies": { - "@babel/helper-function-name": "^7.18.9", - "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelpers/-/helpers-7.18.9.tgz", - "integrity": "sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==", - "dev": true, - "dependencies": { - "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhighlight/-/highlight-7.18.6.tgz", - "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.18.6", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fparser/-/parser-7.18.9.tgz", - "integrity": "sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==", - "dev": true, - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", - "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz", - "integrity": "sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", - "@babel/plugin-proposal-optional-chaining": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.13.0" - } - }, - "node_modules/@babel/plugin-proposal-async-generator-functions": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz", - "integrity": "sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==", - "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-remap-async-to-generator": "^7.18.6", - "@babel/plugin-syntax-async-generators": "^7.8.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-class-properties": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", - "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", - "dev": true, - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-class-static-block": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz", - "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==", - "dev": true, - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.12.0" - } - }, - "node_modules/@babel/plugin-proposal-dynamic-import": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", - "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-export-namespace-from": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", - "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-json-strings": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", - "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz", - "integrity": "sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", - "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-numeric-separator": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", - "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-object-rest-spread": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz", - "integrity": "sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.18.8", - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.18.8" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-optional-catch-binding": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", - "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-optional-chaining": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz", - "integrity": "sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-private-methods": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", - "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", - "dev": true, - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-private-property-in-object": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz", - "integrity": "sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-unicode-property-regex": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", - "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", - "dev": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha1-tcmHJ0xKOoK4lxR5aTGmtTVErhA=", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha1-GV34mxRrS3izv4l/16JXyEZZ1AY=", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha1-Yr+Ysto80h1iYVT8lu5bPLaOrLM=", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz", - "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha1-AcohtmjNghjJ5kDLbdiMVBKyyWo=", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", - "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha1-Fn7XA2iIYIH3S1w2xlqIwDtm0ak=", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha1-ubBws+M1cM2f0Hun+pHA3Te5r5c=", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha1-YOIl7cvZimQDMqLnLdPmbxr1WHE=", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha1-YRGiZbz7Ag6579D9/X0mQCue1sE=", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha1-T2nCq5UWfgGAzVM2YT+MV4j31Io=", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha1-DcZnHsDqIrbpShEU+FeXDNOd4a0=", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha1-wc/a3DWmRiQAAfBhOCR7dBw02Uw=", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz", - "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz", - "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==", - "dev": true, - "dependencies": { - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-remap-async-to-generator": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", - "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz", - "integrity": "sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-classes": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-classes/-/plugin-transform-classes-7.18.9.tgz", - "integrity": "sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-replace-supers": "^7.18.9", - "@babel/helper-split-export-declaration": "^7.18.6", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz", - "integrity": "sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-destructuring/-/plugin-transform-destructuring-7.18.9.tgz", - "integrity": "sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", - "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", - "dev": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", - "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", - "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", - "dev": true, - "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-for-of": { - "version": "7.18.8", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz", - "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-function-name": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", - "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", - "dev": true, - "dependencies": { - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-literals": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", - "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", - "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz", - "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==", - "dev": true, - "dependencies": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz", - "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==", - "dev": true, - "dependencies": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-simple-access": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.9.tgz", - "integrity": "sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==", - "dev": true, - "dependencies": { - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-module-transforms": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-validator-identifier": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", - "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", - "dev": true, - "dependencies": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz", - "integrity": "sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==", - "dev": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-new-target": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", - "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-object-super": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", - "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-replace-supers": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-parameters": { - "version": "7.18.8", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz", - "integrity": "sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", - "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz", - "integrity": "sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-react-jsx/-/plugin-transform-react-jsx-7.18.6.tgz", - "integrity": "sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-jsx": "^7.18.6", - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz", - "integrity": "sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==", - "dev": true, - "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz", - "integrity": "sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz", - "integrity": "sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "regenerator-transform": "^0.15.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", - "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-runtime": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-runtime/-/plugin-transform-runtime-7.18.9.tgz", - "integrity": "sha512-wS8uJwBt7/b/mzE13ktsJdmS4JP/j7PQSaADtnb4I2wL0zK51MQ0pmF8/Jy0wUIS96fr+fXT6S/ifiPXnvrlSg==", - "dev": true, - "dependencies": { - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.9", - "babel-plugin-polyfill-corejs2": "^0.3.1", - "babel-plugin-polyfill-corejs3": "^0.5.2", - "babel-plugin-polyfill-regenerator": "^0.3.1", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", - "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-spread": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-spread/-/plugin-transform-spread-7.18.9.tgz", - "integrity": "sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", - "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", - "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", - "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz", - "integrity": "sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", - "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", - "dev": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/polyfill": { - "version": "7.12.1", - "resolved": "http://npm.anxinyun.cn/@babel%2fpolyfill/-/polyfill-7.12.1.tgz", - "integrity": "sha1-Hy1jcdEmG72WHzxdWQkVDhLQvZY=", - "deprecated": "🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.", - "dev": true, - "dependencies": { - "core-js": "^2.6.5", - "regenerator-runtime": "^0.13.4" - } - }, - "node_modules/@babel/preset-env": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fpreset-env/-/preset-env-7.18.9.tgz", - "integrity": "sha512-75pt/q95cMIHWssYtyfjVlvI+QEZQThQbKvR9xH+F/Agtw/s4Wfc2V9Bwd/P39VtixB7oWxGdH4GteTTwYJWMg==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.18.8", - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-validator-option": "^7.18.6", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", - "@babel/plugin-proposal-async-generator-functions": "^7.18.6", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-class-static-block": "^7.18.6", - "@babel/plugin-proposal-dynamic-import": "^7.18.6", - "@babel/plugin-proposal-export-namespace-from": "^7.18.9", - "@babel/plugin-proposal-json-strings": "^7.18.6", - "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", - "@babel/plugin-proposal-numeric-separator": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.18.9", - "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", - "@babel/plugin-proposal-optional-chaining": "^7.18.9", - "@babel/plugin-proposal-private-methods": "^7.18.6", - "@babel/plugin-proposal-private-property-in-object": "^7.18.6", - "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.18.6", - "@babel/plugin-transform-async-to-generator": "^7.18.6", - "@babel/plugin-transform-block-scoped-functions": "^7.18.6", - "@babel/plugin-transform-block-scoping": "^7.18.9", - "@babel/plugin-transform-classes": "^7.18.9", - "@babel/plugin-transform-computed-properties": "^7.18.9", - "@babel/plugin-transform-destructuring": "^7.18.9", - "@babel/plugin-transform-dotall-regex": "^7.18.6", - "@babel/plugin-transform-duplicate-keys": "^7.18.9", - "@babel/plugin-transform-exponentiation-operator": "^7.18.6", - "@babel/plugin-transform-for-of": "^7.18.8", - "@babel/plugin-transform-function-name": "^7.18.9", - "@babel/plugin-transform-literals": "^7.18.9", - "@babel/plugin-transform-member-expression-literals": "^7.18.6", - "@babel/plugin-transform-modules-amd": "^7.18.6", - "@babel/plugin-transform-modules-commonjs": "^7.18.6", - "@babel/plugin-transform-modules-systemjs": "^7.18.9", - "@babel/plugin-transform-modules-umd": "^7.18.6", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6", - "@babel/plugin-transform-new-target": "^7.18.6", - "@babel/plugin-transform-object-super": "^7.18.6", - "@babel/plugin-transform-parameters": "^7.18.8", - "@babel/plugin-transform-property-literals": "^7.18.6", - "@babel/plugin-transform-regenerator": "^7.18.6", - "@babel/plugin-transform-reserved-words": "^7.18.6", - "@babel/plugin-transform-shorthand-properties": "^7.18.6", - "@babel/plugin-transform-spread": "^7.18.9", - "@babel/plugin-transform-sticky-regex": "^7.18.6", - "@babel/plugin-transform-template-literals": "^7.18.9", - "@babel/plugin-transform-typeof-symbol": "^7.18.9", - "@babel/plugin-transform-unicode-escapes": "^7.18.6", - "@babel/plugin-transform-unicode-regex": "^7.18.6", - "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.18.9", - "babel-plugin-polyfill-corejs2": "^0.3.1", - "babel-plugin-polyfill-corejs3": "^0.5.2", - "babel-plugin-polyfill-regenerator": "^0.3.1", - "core-js-compat": "^3.22.1", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-env/node_modules/semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/preset-modules": { - "version": "0.1.5", - "resolved": "http://npm.anxinyun.cn/@babel%2fpreset-modules/-/preset-modules-0.1.5.tgz", - "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-react": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fpreset-react/-/preset-react-7.18.6.tgz", - "integrity": "sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-validator-option": "^7.18.6", - "@babel/plugin-transform-react-display-name": "^7.18.6", - "@babel/plugin-transform-react-jsx": "^7.18.6", - "@babel/plugin-transform-react-jsx-development": "^7.18.6", - "@babel/plugin-transform-react-pure-annotations": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/runtime": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fruntime/-/runtime-7.18.9.tgz", - "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", - "dependencies": { - "regenerator-runtime": "^0.13.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/runtime-corejs2": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fruntime-corejs2/-/runtime-corejs2-7.18.9.tgz", - "integrity": "sha512-l057ZarpDX2QnXM89ViR2BgRFgTy2l5UFGDt0SbInhim1N/ljBgPeTJV0kRG1/Bo7CkHfYfrNNwTeQ2CPph9xQ==", - "dev": true, - "dependencies": { - "core-js": "^2.6.12", - "regenerator-runtime": "^0.13.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/runtime-corejs2/node_modules/core-js": { - "version": "2.6.12", - "resolved": "http://npm.anxinyun.cn/core-js/-/core-js-2.6.12.tgz", - "integrity": "sha1-2TM9+nsGXjR8xWgiGdb2kIWcwuw=", - "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", - "dev": true, - "hasInstallScript": true - }, - "node_modules/@babel/template": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2ftemplate/-/template-7.18.6.tgz", - "integrity": "sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.18.6", - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2ftraverse/-/traverse-7.18.9.tgz", - "integrity": "sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.9", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.18.9", - "@babel/types": "^7.18.9", - "debug": "^4.1.0", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/types": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2ftypes/-/types-7.18.9.tgz", - "integrity": "sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.18.6", - "to-fast-properties": "^2.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@chenshuai2144/sketch-color": { - "version": "1.0.8", - "resolved": "http://npm.anxinyun.cn/@chenshuai2144%2fsketch-color/-/sketch-color-1.0.8.tgz", - "integrity": "sha512-dPAzzWc+w7zyTAi71WXYZpiTYyIS80MxYyy2E/7jufhnJI1Z29wCPL35VvuJ/gs5zYpF2+w/B7BizWa2zKXpGw==", - "dependencies": { - "reactcss": "^1.2.3", - "tinycolor2": "^1.4.2" - }, - "peerDependencies": { - "react": ">=16.12.0" - } - }, - "node_modules/@ctrl/tinycolor": { - "version": "3.4.1", - "resolved": "http://npm.anxinyun.cn/@ctrl%2ftinycolor/-/tinycolor-3.4.1.tgz", - "integrity": "sha512-ej5oVy6lykXsvieQtqZxCOaLT+xD4+QNarq78cIYISHmZXshCvROLudpQN3lfL8G0NL7plMSSK+zlyvCaIJ4Iw==", - "engines": { - "node": ">=10" - } - }, - "node_modules/@discoveryjs/json-ext": { - "version": "0.5.7", - "resolved": "http://npm.anxinyun.cn/@discoveryjs%2fjson-ext/-/json-ext-0.5.7.tgz", - "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", - "dev": true, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/@fs/attachment": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/@fs%2fattachment/-/attachment-1.0.2.tgz", - "integrity": "sha512-0VasG0sOX1G8A4FBP7dtKPTKbEyFtUsycsVxoypuX8Xj3qBOadqi8vllbpbAgPgdglOAJQQo/2vWiPxoFkzGrA==", - "dependencies": { - "async-busboy": "^1.0.1", - "fs-extra": "^9.1.0", - "qiniu": "^7.1.1", - "superagent": "^6.1.0", - "uuid": "^3.1.0" - } - }, - "node_modules/@fs/attachment/node_modules/uuid": { - "version": "3.4.0", - "resolved": "http://npm.anxinyun.cn/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/@icons/material": { - "version": "0.2.4", - "resolved": "http://npm.anxinyun.cn/@icons%2fmaterial/-/material-0.2.4.tgz", - "integrity": "sha1-6QyfcXaLNzbnbX3WeD/Gwq+oi8g=", - "peerDependencies": { - "react": "*" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.1.1", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2fgen-mapping/-/gen-mapping-0.1.1.tgz", - "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", - "dev": true, - "dependencies": { - "@jridgewell/set-array": "^1.0.0", - "@jridgewell/sourcemap-codec": "^1.4.10" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2fresolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2fset-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/source-map": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2fsource-map/-/source-map-0.3.2.tgz", - "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2fgen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "dependencies": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2fsourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.14", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2ftrace-mapping/-/trace-mapping-0.3.14.tgz", - "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==", - "dependencies": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "node_modules/@peace/components": { - "version": "0.0.35", - "resolved": "http://npm.anxinyun.cn/@peace%2fcomponents/-/components-0.0.35.tgz", - "integrity": "sha512-c8hJu3pE9MpumuT2Wet2L2uKDFh59bNhyh8NSHA4pqsHE0Igdjz9L0nZP28ZWhIXxSOSZleWJ7h/DdCJpl7u7Q==", - "dependencies": { - "@ant-design/icons": "^4.3.0", - "@peace/utils": "^0.0.35", - "antd": "^4.7.2", - "immutable": "^4.0.0-rc.12", - "moment": "^2.22.0", - "perfect-scrollbar": "^1.5.0", - "react": "^17.0.0", - "react-cropper": "^2.1.4", - "react-dom": "^17.0.0" - } - }, - "node_modules/@peace/components/node_modules/@peace/utils": { - "version": "0.0.35", - "resolved": "http://npm.anxinyun.cn/@peace%2futils/-/utils-0.0.35.tgz", - "integrity": "sha512-Ksx8FmajYT2zdp+Ih0Fcj5XAleA/NvN6dd6oowCjsCM8eQKbeevfsp2LXKa6KDqwObF0KpAohyOnWxz4+HcwUQ==", - "dependencies": { - "immutable": "^4.0.0-rc.12", - "superagent": "^6.1.0", - "superagent-no-cache": "^0.1.1" - } - }, - "node_modules/@peace/utils": { - "version": "0.0.51", - "resolved": "http://npm.anxinyun.cn:443/@peace%2futils/-/utils-0.0.51.tgz", - "integrity": "sha512-+HeDYNCf4Cid2nWEIQxED2avueBgXL4AgY7SVngubfCS6qI2TKjyPuTrtDGHTvojuLQe5BlEiKMxIuiAMQmTag==", - "dependencies": { - "immutable": "^4.0.0-rc.12", - "superagent": "^6.1.0", - "superagent-no-cache": "^0.1.1" - } - }, - "node_modules/@polka/url": { - "version": "1.0.0-next.21", - "resolved": "http://npm.anxinyun.cn/@polka%2furl/-/url-1.0.0-next.21.tgz", - "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", - "dev": true - }, - "node_modules/@probe.gl/env": { - "version": "3.5.0", - "resolved": "http://npm.anxinyun.cn/@probe.gl%2fenv/-/env-3.5.0.tgz", - "integrity": "sha512-YdlpZZshhyYxvWDBmZ5RIW2pTR14Pw4p9czMlt/v7F6HbFzWfAdmH7q6xVwFRYxUpQLwhWensWyv4aFysiWl4g==", - "dependencies": { - "@babel/runtime": "^7.0.0" - } - }, - "node_modules/@probe.gl/log": { - "version": "3.5.0", - "resolved": "http://npm.anxinyun.cn/@probe.gl%2flog/-/log-3.5.0.tgz", - "integrity": "sha512-nW/qz2X1xY08WU/TsmJP6/6IPNcaY5fS/vLjpC4ahJuE2Mezga4hGM/R2X5JWE/nkPc+BsC5GnAnD13rwAxS7g==", - "dependencies": { - "@babel/runtime": "^7.0.0", - "@probe.gl/env": "3.5.0" - } - }, - "node_modules/@probe.gl/stats": { - "version": "3.5.0", - "resolved": "http://npm.anxinyun.cn/@probe.gl%2fstats/-/stats-3.5.0.tgz", - "integrity": "sha512-IH2M+F3c8HR1DTroBARePUFG7wIewumtKA0UFqx51Z7S4hKrD60wFbpMmg0AcF4FvHAXMBoC+kYi1UKW9XbAOw==", - "dependencies": { - "@babel/runtime": "^7.0.0" - } - }, - "node_modules/@qixian.cs/path-to-regexp": { - "version": "6.1.0", - "resolved": "http://npm.anxinyun.cn/@qixian.cs%2fpath-to-regexp/-/path-to-regexp-6.1.0.tgz", - "integrity": "sha1-a4StAVljMqupX6KdLnAQRpjNXEU=" - }, - "node_modules/@react-dnd/asap": { - "version": "4.0.1", - "resolved": "http://npm.anxinyun.cn/@react-dnd%2fasap/-/asap-4.0.1.tgz", - "integrity": "sha512-kLy0PJDDwvwwTXxqTFNAAllPHD73AycE9ypWeln/IguoGBEbvFcPDbCV03G52bEcC5E+YgupBE0VzHGdC8SIXg==", - "dev": true - }, - "node_modules/@react-dnd/invariant": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/@react-dnd%2finvariant/-/invariant-2.0.0.tgz", - "integrity": "sha1-CdLoHNOeDnZ9faYt+TJYYPJOUX4=", - "dev": true - }, - "node_modules/@react-dnd/shallowequal": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/@react-dnd%2fshallowequal/-/shallowequal-2.0.0.tgz", - "integrity": "sha1-owMetUEp8sZrJ1P4QEJm7Hv2fwo=", - "dev": true - }, - "node_modules/@tootallnate/once": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/@tootallnate%2fonce/-/once-1.1.2.tgz", - "integrity": "sha1-zLkURTYBeaBOf+av94wA/8Hur4I=", - "engines": { - "node": ">= 6" - } - }, - "node_modules/@types/d3-timer": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/@types%2fd3-timer/-/d3-timer-2.0.1.tgz", - "integrity": "sha1-/7ZiDSkGJPNyaqNiwMiktEyNcgA=" - }, - "node_modules/@types/eslint": { - "version": "8.4.5", - "resolved": "http://npm.anxinyun.cn/@types%2feslint/-/eslint-8.4.5.tgz", - "integrity": "sha512-dhsC09y1gpJWnK+Ff4SGvCuSnk9DaU0BJZSzOwa6GVSg65XtTugLBITDAAzRU5duGBoXBHpdR/9jHGxJjNflJQ==", - "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "node_modules/@types/eslint-scope": { - "version": "3.7.4", - "resolved": "http://npm.anxinyun.cn/@types%2feslint-scope/-/eslint-scope-3.7.4.tgz", - "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", - "dependencies": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, - "node_modules/@types/estree": { - "version": "0.0.51", - "resolved": "http://npm.anxinyun.cn/@types%2festree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==" - }, - "node_modules/@types/geojson": { - "version": "1.0.6", - "resolved": "http://npm.anxinyun.cn/@types%2fgeojson/-/geojson-1.0.6.tgz", - "integrity": "sha1-PgKXJyjGkkjCrwjWCkjLuGgP/98=" - }, - "node_modules/@types/glob": { - "version": "7.2.0", - "resolved": "http://npm.anxinyun.cn/@types%2fglob/-/glob-7.2.0.tgz", - "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", - "dependencies": { - "@types/minimatch": "*", - "@types/node": "*" - } - }, - "node_modules/@types/hoist-non-react-statics": { - "version": "3.3.1", - "resolved": "http://npm.anxinyun.cn/@types%2fhoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", - "integrity": "sha1-ESSq/lEYy1kZd66xzqrtEHDrA58=", - "dev": true, - "dependencies": { - "@types/react": "*", - "hoist-non-react-statics": "^3.3.0" - } - }, - "node_modules/@types/html-minifier-terser": { - "version": "5.1.2", - "resolved": "http://npm.anxinyun.cn/@types%2fhtml-minifier-terser/-/html-minifier-terser-5.1.2.tgz", - "integrity": "sha1-aTsxatMj6pfu1rOO0aPMArFnK1c=", - "dev": true - }, - "node_modules/@types/json-schema": { - "version": "7.0.11", - "resolved": "http://npm.anxinyun.cn/@types%2fjson-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==" - }, - "node_modules/@types/minimatch": { - "version": "3.0.5", - "resolved": "http://npm.anxinyun.cn/@types%2fminimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha1-EAHMXmo3BLg8I2An538vWOoBD0A=" - }, - "node_modules/@types/node": { - "version": "18.6.1", - "resolved": "http://npm.anxinyun.cn/@types%2fnode/-/node-18.6.1.tgz", - "integrity": "sha512-z+2vB6yDt1fNwKOeGbckpmirO+VBDuQqecXkgeIqDlaOtmKn6hPR/viQ8cxCfqLU4fTlvM3+YjM367TukWdxpg==" - }, - "node_modules/@types/prop-types": { - "version": "15.7.5", - "resolved": "http://npm.anxinyun.cn/@types%2fprop-types/-/prop-types-15.7.5.tgz", - "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==", - "dev": true - }, - "node_modules/@types/quill": { - "version": "1.3.10", - "resolved": "http://npm.anxinyun.cn/@types%2fquill/-/quill-1.3.10.tgz", - "integrity": "sha1-3B97ZYf37pS99SkbySKJ9vBJdhM=", - "dev": true, - "dependencies": { - "parchment": "^1.1.2" - } - }, - "node_modules/@types/react": { - "version": "18.0.15", - "resolved": "http://npm.anxinyun.cn/@types%2freact/-/react-18.0.15.tgz", - "integrity": "sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow==", - "dev": true, - "dependencies": { - "@types/prop-types": "*", - "@types/scheduler": "*", - "csstype": "^3.0.2" - } - }, - "node_modules/@types/react-redux": { - "version": "7.1.24", - "resolved": "http://npm.anxinyun.cn/@types%2freact-redux/-/react-redux-7.1.24.tgz", - "integrity": "sha512-7FkurKcS1k0FHZEtdbbgN8Oc6b+stGSfZYjQGicofJ0j4U0qIn/jaSvnP2pLwZKiai3/17xqqxkkrxTgN8UNbQ==", - "dev": true, - "dependencies": { - "@types/hoist-non-react-statics": "^3.3.0", - "@types/react": "*", - "hoist-non-react-statics": "^3.3.0", - "redux": "^4.0.0" - } - }, - "node_modules/@types/scheduler": { - "version": "0.16.2", - "resolved": "http://npm.anxinyun.cn/@types%2fscheduler/-/scheduler-0.16.2.tgz", - "integrity": "sha1-GmL4lSVyPd4kuhsBsJK/XfitTTk=", - "dev": true - }, - "node_modules/@types/source-list-map": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/@types%2fsource-list-map/-/source-list-map-0.1.2.tgz", - "integrity": "sha1-AHiDYGP/rxdBI0m7o2QIfgrALsk=", - "dev": true - }, - "node_modules/@types/tapable": { - "version": "1.0.8", - "resolved": "http://npm.anxinyun.cn/@types%2ftapable/-/tapable-1.0.8.tgz", - "integrity": "sha1-uUpDkchWZse3Mpn9OtedT6pDUxA=", - "dev": true - }, - "node_modules/@types/uglify-js": { - "version": "3.16.0", - "resolved": "http://npm.anxinyun.cn/@types%2fuglify-js/-/uglify-js-3.16.0.tgz", - "integrity": "sha512-0yeUr92L3r0GLRnBOvtYK1v2SjqMIqQDHMl7GLb+l2L8+6LSFWEEWEIgVsPdMn5ImLM8qzWT8xFPtQYpp8co0g==", - "dev": true, - "dependencies": { - "source-map": "^0.6.1" - } - }, - "node_modules/@types/webpack": { - "version": "4.41.32", - "resolved": "http://npm.anxinyun.cn/@types%2fwebpack/-/webpack-4.41.32.tgz", - "integrity": "sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==", - "dev": true, - "dependencies": { - "@types/node": "*", - "@types/tapable": "^1", - "@types/uglify-js": "*", - "@types/webpack-sources": "*", - "anymatch": "^3.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/@types/webpack-sources": { - "version": "3.2.0", - "resolved": "http://npm.anxinyun.cn/@types%2fwebpack-sources/-/webpack-sources-3.2.0.tgz", - "integrity": "sha1-FtdZuglsKJA0smVT0t8b9FJI04s=", - "dev": true, - "dependencies": { - "@types/node": "*", - "@types/source-list-map": "*", - "source-map": "^0.7.3" - } - }, - "node_modules/@types/webpack-sources/node_modules/source-map": { - "version": "0.7.4", - "resolved": "http://npm.anxinyun.cn/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@types/webpack/node_modules/anymatch": { - "version": "3.1.2", - "resolved": "http://npm.anxinyun.cn/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha1-wFV8CWrzLxBhmPT04qODU343hxY=", - "dev": true, - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@umijs/route-utils": { - "version": "2.1.5", - "resolved": "http://npm.anxinyun.cn/@umijs%2froute-utils/-/route-utils-2.1.5.tgz", - "integrity": "sha512-ByDXNljAMWeCyHOKkM3gc18TgvtAGV9Di/A0MGnzVrf8PY/MdwogGSOktf3Z4w1Iqha2Bt8vHZk3SnQF8C8P4w==", - "dependencies": { - "@qixian.cs/path-to-regexp": "^6.1.0", - "fast-deep-equal": "^3.1.3", - "lodash.isequal": "^4.5.0", - "memoize-one": "^5.1.1" - } - }, - "node_modules/@umijs/route-utils/node_modules/memoize-one": { - "version": "5.2.1", - "resolved": "http://npm.anxinyun.cn/memoize-one/-/memoize-one-5.2.1.tgz", - "integrity": "sha1-gzeqPEM1WBg57AHD1ZQJDOvo8A4=" - }, - "node_modules/@umijs/ssr-darkreader": { - "version": "4.9.45", - "resolved": "http://npm.anxinyun.cn/@umijs%2fssr-darkreader/-/ssr-darkreader-4.9.45.tgz", - "integrity": "sha512-XlcwzSYQ/SRZpHdwIyMDS4FOGX5kP4U/2g2mykyn/iPQTK4xTiQAyBu6UnnDnn7d5P8s7Atzh1C7H0ETNOypJg==" - }, - "node_modules/@umijs/use-params": { - "version": "1.0.9", - "resolved": "http://npm.anxinyun.cn/@umijs%2fuse-params/-/use-params-1.0.9.tgz", - "integrity": "sha512-QlN0RJSBVQBwLRNxbxjQ5qzqYIGn+K7USppMoIOVlf7fxXHsnQZ2bEsa6Pm74bt6DVQxpUE8HqvdStn6Y9FV1w==", - "peerDependencies": { - "react": "*" - } - }, - "node_modules/@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fast/-/ast-1.11.1.tgz", - "integrity": "sha1-K/12fq4aaZb0Mv9+jX/HVnnAtqc=", - "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" - } - }, - "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2ffloating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha1-9sYacF8P16auyqToGY8j2dwXnk8=" - }, - "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha1-GmMZLYeI5cASgAump6RscFKI/RY=" - }, - "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha1-gyqQDrREiEzemnytRn+BUA9eWrU=" - }, - "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-numbers/-/helper-numbers-1.11.1.tgz", - "integrity": "sha1-ZNgdohn7u6HjvRv8dPboxOEKYq4=", - "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha1-8ygkHkHnsZnQsgwY6IQpxEMyleE=" - }, - "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-wasm-section/-/helper-wasm-section-1.11.1.tgz", - "integrity": "sha1-Ie4GWntjXzGec48N1zv72igcCXo=", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1" - } - }, - "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fieee754/-/ieee754-1.11.1.tgz", - "integrity": "sha1-ljkp6bvQVwnn4SJDoJkYCBKZJhQ=", - "dependencies": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "node_modules/@webassemblyjs/leb128": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fleb128/-/leb128-1.11.1.tgz", - "integrity": "sha1-zoFLRVdOk9drrh+yZEq5zdlSeqU=", - "dependencies": { - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/utf8": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2futf8/-/utf8-1.11.1.tgz", - "integrity": "sha1-0fi3ZDaefG5rrjUOhU3smlnwo/8=" - }, - "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-edit/-/wasm-edit-1.11.1.tgz", - "integrity": "sha1-rSBuv0v5WgWM6YgKjAksXeyBk9Y=", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/helper-wasm-section": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-opt": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "@webassemblyjs/wast-printer": "1.11.1" - } - }, - "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-gen/-/wasm-gen-1.11.1.tgz", - "integrity": "sha1-hsXqMEhJdZt9iMR6MvTwOa48j3Y=", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" - } - }, - "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-opt/-/wasm-opt-1.11.1.tgz", - "integrity": "sha1-ZXtMIgL0zzs0X4pMZGHIwkGJhfI=", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1" - } - }, - "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-parser/-/wasm-parser-1.11.1.tgz", - "integrity": "sha1-hspzRTT0F+m9PGfHocddi+QfsZk=", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" - } - }, - "node_modules/@webassemblyjs/wast-printer": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwast-printer/-/wast-printer-1.11.1.tgz", - "integrity": "sha1-0Mc77ajuxUJvEK6O9VzuXnCEwvA=", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webgpu/glslang": { - "version": "0.0.15", - "resolved": "http://npm.anxinyun.cn/@webgpu%2fglslang/-/glslang-0.0.15.tgz", - "integrity": "sha1-9cyvYBUkHmF19LkJBrBT+ISD0fI=" - }, - "node_modules/@webgpu/types": { - "version": "0.0.31", - "resolved": "http://npm.anxinyun.cn/@webgpu%2ftypes/-/types-0.0.31.tgz", - "integrity": "sha1-wF7G5gAkvxg28xI27NdnepaaKiw=" - }, - "node_modules/@webpack-cli/configtest": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/@webpack-cli%2fconfigtest/-/configtest-1.2.0.tgz", - "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", - "dev": true, - "peerDependencies": { - "webpack": "4.x.x || 5.x.x", - "webpack-cli": "4.x.x" - } - }, - "node_modules/@webpack-cli/info": { - "version": "1.5.0", - "resolved": "http://npm.anxinyun.cn/@webpack-cli%2finfo/-/info-1.5.0.tgz", - "integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==", - "dev": true, - "dependencies": { - "envinfo": "^7.7.3" - }, - "peerDependencies": { - "webpack-cli": "4.x.x" - } - }, - "node_modules/@webpack-cli/serve": { - "version": "1.7.0", - "resolved": "http://npm.anxinyun.cn/@webpack-cli%2fserve/-/serve-1.7.0.tgz", - "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", - "dev": true, - "peerDependencies": { - "webpack-cli": "4.x.x" - }, - "peerDependenciesMeta": { - "webpack-dev-server": { - "optional": true - } - } - }, - "node_modules/@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/@xtuc%2fieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" - }, - "node_modules/@xtuc/long": { - "version": "4.2.2", - "resolved": "http://npm.anxinyun.cn/@xtuc%2flong/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" - }, - "node_modules/a-sync-waterfall": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", - "integrity": "sha1-dba2qnJZi0l6El56J3DxT0yKH6c=" - }, - "node_modules/accepts": { - "version": "1.3.8", - "resolved": "http://npm.anxinyun.cn/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/acorn": { - "version": "8.8.0", - "resolved": "http://npm.anxinyun.cn/acorn/-/acorn-8.8.0.tgz", - "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-import-assertions": { - "version": "1.8.0", - "resolved": "http://npm.anxinyun.cn/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", - "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", - "peerDependencies": { - "acorn": "^8" - } - }, - "node_modules/acorn-walk": { - "version": "8.2.0", - "resolved": "http://npm.anxinyun.cn/acorn-walk/-/acorn-walk-8.2.0.tgz", - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/add-dom-event-listener": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/add-dom-event-listener/-/add-dom-event-listener-1.1.0.tgz", - "integrity": "sha1-apLbOg3Qq8JU4JXA8dwUrLuq4xA=", - "dependencies": { - "object-assign": "4.x" - } - }, - "node_modules/address": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/address/-/address-1.2.0.tgz", - "integrity": "sha512-tNEZYz5G/zYunxFm7sfhAxkXEuLj3K6BKwv6ZURlsF6yiUQ65z0Q2wZW9L5cPUl9ocofGvXOdFYbFHp0+6MOig==", - "engines": { - "node": ">= 10.0.0" - } - }, - "node_modules/adler-32": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/adler-32/-/adler-32-1.2.0.tgz", - "integrity": "sha1-aj5r8KY5ALoVZSgIyxXGgT0aXyU=", - "dependencies": { - "exit-on-epipe": "~1.0.1", - "printj": "~1.1.0" - }, - "bin": { - "adler32": "bin/adler32.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/after": { - "version": "0.8.2", - "resolved": "http://npm.anxinyun.cn/after/-/after-0.8.2.tgz", - "integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=" - }, - "node_modules/agent-base": { - "version": "6.0.2", - "resolved": "http://npm.anxinyun.cn/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha1-Sf/1hXfP7j83F2/qtMIuAPhtf3c=", - "dependencies": { - "debug": "4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/agentkeepalive": { - "version": "4.2.1", - "resolved": "http://npm.anxinyun.cn/agentkeepalive/-/agentkeepalive-4.2.1.tgz", - "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==", - "dependencies": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - }, - "engines": { - "node": ">= 8.0.0" - } - }, - "node_modules/ajv": { - "version": "6.12.6", - "resolved": "http://npm.anxinyun.cn/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ=", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "node_modules/ajv-errors": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/ajv-errors/-/ajv-errors-1.0.1.tgz", - "integrity": "sha1-81mGrOuRr63sQQL72FAUlQzvpk0=", - "peerDependencies": { - "ajv": ">=5.0.0" - } - }, - "node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "http://npm.anxinyun.cn/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha1-MfKdpatuANHC0yms97WSlhTVAU0=", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/ansi-colors": { - "version": "3.2.4", - "resolved": "http://npm.anxinyun.cn/ansi-colors/-/ansi-colors-3.2.4.tgz", - "integrity": "sha1-46PaS/uubIapwoViXeEkojQCb78=", - "engines": { - "node": ">=6" - } - }, - "node_modules/ansi-html-community": { - "version": "0.0.8", - "resolved": "http://npm.anxinyun.cn/ansi-html-community/-/ansi-html-community-0.0.8.tgz", - "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", - "engines": [ - "node >= 0.8.0" - ], - "bin": { - "ansi-html": "bin/ansi-html" - } - }, - "node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "http://npm.anxinyun.cn/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/antd": { - "version": "4.21.7", - "resolved": "http://npm.anxinyun.cn/antd/-/antd-4.21.7.tgz", - "integrity": "sha512-rwPtY2tcMpckAbkQjI7EFtJoa13wog29vKcCJEcWUp8ePhszJI2JUVB67IJxs8ZdvwFmKijl0OSwOKnSkDOgJw==", - "dependencies": { - "@ant-design/colors": "^6.0.0", - "@ant-design/icons": "^4.7.0", - "@ant-design/react-slick": "~0.29.1", - "@babel/runtime": "^7.18.3", - "@ctrl/tinycolor": "^3.4.0", - "classnames": "^2.2.6", - "copy-to-clipboard": "^3.2.0", - "lodash": "^4.17.21", - "memoize-one": "^6.0.0", - "moment": "^2.29.2", - "rc-cascader": "~3.6.0", - "rc-checkbox": "~2.3.0", - "rc-collapse": "~3.3.0", - "rc-dialog": "~8.9.0", - "rc-drawer": "~4.4.2", - "rc-dropdown": "~4.0.0", - "rc-field-form": "~1.26.1", - "rc-image": "~5.7.0", - "rc-input": "~0.0.1-alpha.5", - "rc-input-number": "~7.3.0", - "rc-mentions": "~1.9.0", - "rc-menu": "~9.6.0", - "rc-motion": "^2.5.1", - "rc-notification": "~4.6.0", - "rc-pagination": "~3.1.16", - "rc-picker": "~2.6.8", - "rc-progress": "~3.3.2", - "rc-rate": "~2.9.0", - "rc-resize-observer": "^1.2.0", - "rc-segmented": "~2.1.0", - "rc-select": "~14.1.1", - "rc-slider": "~10.0.0", - "rc-steps": "~4.1.0", - "rc-switch": "~3.2.0", - "rc-table": "~7.25.0", - "rc-tabs": "~11.16.0", - "rc-textarea": "~0.3.0", - "rc-tooltip": "~5.2.0", - "rc-tree": "~5.6.5", - "rc-tree-select": "~5.4.0", - "rc-trigger": "^5.2.10", - "rc-upload": "~4.3.0", - "rc-util": "^5.22.5", - "scroll-into-view-if-needed": "^2.2.25" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd-theme-generator": { - "version": "1.2.11", - "resolved": "http://npm.anxinyun.cn/antd-theme-generator/-/antd-theme-generator-1.2.11.tgz", - "integrity": "sha512-7A3lXyLb7eD7MXK7aSgZZ4DxQEdhZwyKhzIm70orUZPQJ8N8TWhZphyOWSGCe8yUqGQhi8PcpM2pLmTriZyKBw==", - "bundleDependencies": [ - "glob", - "hash.js", - "less", - "less-plugin-npm-import", - "postcss", - "strip-css-comments" - ], - "dependencies": { - "glob": "*", - "hash.js": "*", - "less": "*", - "less-bundle-promise": "^1.0.11", - "less-plugin-npm-import": "*", - "postcss": "*", - "postcss-less": "^3.1.4", - "strip-css-comments": "*" - } - }, - "node_modules/antd-theme-generator/node_modules/ansi-styles": { - "version": "3.2.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/antd-theme-generator/node_modules/asap": { - "version": "2.0.6", - "inBundle": true, - "license": "MIT" - }, - "node_modules/antd-theme-generator/node_modules/asn1": { - "version": "0.2.4", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "safer-buffer": "~2.1.0" - } - }, - "node_modules/antd-theme-generator/node_modules/assert-plus": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/antd-theme-generator/node_modules/asynckit": { - "version": "0.4.0", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/aws-sign2": { - "version": "0.7.0", - "inBundle": true, - "license": "Apache-2.0", - "optional": true, - "engines": { - "node": "*" - } - }, - "node_modules/antd-theme-generator/node_modules/aws4": { - "version": "1.8.0", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/balanced-match": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/antd-theme-generator/node_modules/bcrypt-pbkdf": { - "version": "1.0.2", - "inBundle": true, - "license": "BSD-3-Clause", - "optional": true, - "dependencies": { - "tweetnacl": "^0.14.3" - } - }, - "node_modules/antd-theme-generator/node_modules/brace-expansion": { - "version": "1.1.11", - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/antd-theme-generator/node_modules/caseless": { - "version": "0.12.0", - "inBundle": true, - "license": "Apache-2.0", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/chalk": { - "version": "2.4.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/antd-theme-generator/node_modules/clone": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/antd-theme-generator/node_modules/color-convert": { - "version": "1.9.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "color-name": "1.1.1" - } - }, - "node_modules/antd-theme-generator/node_modules/color-name": { - "version": "1.1.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/antd-theme-generator/node_modules/combined-stream": { - "version": "1.0.7", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/antd-theme-generator/node_modules/concat-map": { - "version": "0.0.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/antd-theme-generator/node_modules/core-util-is": { - "version": "1.0.2", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/dashdash": { - "version": "1.14.1", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "assert-plus": "^1.0.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/antd-theme-generator/node_modules/delayed-stream": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/antd-theme-generator/node_modules/ecc-jsbn": { - "version": "0.1.2", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "node_modules/antd-theme-generator/node_modules/errno": { - "version": "0.1.7", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "prr": "~1.0.1" - }, - "bin": { - "errno": "cli.js" - } - }, - "node_modules/antd-theme-generator/node_modules/escape-string-regexp": { - "version": "1.0.5", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/antd-theme-generator/node_modules/extend": { - "version": "3.0.2", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/extsprintf": { - "version": "1.3.0", - "engines": [ - "node >=0.6.0" - ], - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/fast-json-stable-stringify": { - "version": "2.0.0", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/forever-agent": { - "version": "0.6.1", - "inBundle": true, - "license": "Apache-2.0", - "optional": true, - "engines": { - "node": "*" - } - }, - "node_modules/antd-theme-generator/node_modules/form-data": { - "version": "2.3.3", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 0.12" - } - }, - "node_modules/antd-theme-generator/node_modules/fs.realpath": { - "version": "1.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/antd-theme-generator/node_modules/getpass": { - "version": "0.1.7", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "assert-plus": "^1.0.0" - } - }, - "node_modules/antd-theme-generator/node_modules/glob": { - "version": "7.1.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - } - }, - "node_modules/antd-theme-generator/node_modules/graceful-fs": { - "version": "4.1.15", - "inBundle": true, - "license": "ISC", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/har-schema": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC", - "optional": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/antd-theme-generator/node_modules/har-validator": { - "version": "5.1.3", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "ajv": "^6.5.5", - "har-schema": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/antd-theme-generator/node_modules/har-validator/node_modules/ajv": { - "version": "6.6.2", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "node_modules/antd-theme-generator/node_modules/har-validator/node_modules/fast-deep-equal": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/has-flag": { - "version": "3.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/antd-theme-generator/node_modules/hash.js": { - "version": "1.1.7", - "inBundle": true, - "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - } - }, - "node_modules/antd-theme-generator/node_modules/http-signature": { - "version": "1.2.0", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "engines": { - "node": ">=0.8", - "npm": ">=1.3.7" - } - }, - "node_modules/antd-theme-generator/node_modules/image-size": { - "version": "0.5.5", - "inBundle": true, - "license": "MIT", - "optional": true, - "bin": { - "image-size": "bin/image-size.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/antd-theme-generator/node_modules/inflight": { - "version": "1.0.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/antd-theme-generator/node_modules/inherits": { - "version": "2.0.3", - "inBundle": true, - "license": "ISC" - }, - "node_modules/antd-theme-generator/node_modules/is-regexp": { - "version": "2.1.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/antd-theme-generator/node_modules/is-typedarray": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/isstream": { - "version": "0.1.2", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/jsbn": { - "version": "0.1.1", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/json-schema": { - "version": "0.2.3", - "inBundle": true, - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/json-schema-traverse": { - "version": "0.4.1", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/json-stringify-safe": { - "version": "5.0.1", - "inBundle": true, - "license": "ISC", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/jsprim": { - "version": "1.4.1", - "engines": [ - "node >=0.6.0" - ], - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - } - }, - "node_modules/antd-theme-generator/node_modules/less": { - "version": "3.9.0", - "inBundle": true, - "license": "Apache-2.0", - "dependencies": { - "clone": "^2.1.2" - }, - "bin": { - "lessc": "bin/lessc" - }, - "engines": { - "node": ">=4" - }, - "optionalDependencies": { - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "mime": "^1.4.1", - "mkdirp": "^0.5.0", - "promise": "^7.1.1", - "request": "^2.83.0", - "source-map": "~0.6.0" - } - }, - "node_modules/antd-theme-generator/node_modules/less-plugin-npm-import": { - "version": "2.1.0", - "inBundle": true, - "dependencies": { - "promise": "~7.0.1", - "resolve": "~1.1.6" - }, - "engines": { - "node": ">=0.4.2" - } - }, - "node_modules/antd-theme-generator/node_modules/less-plugin-npm-import/node_modules/promise": { - "version": "7.0.4", - "inBundle": true, - "license": "MIT", - "dependencies": { - "asap": "~2.0.3" - } - }, - "node_modules/antd-theme-generator/node_modules/less-plugin-npm-import/node_modules/resolve": { - "version": "1.1.7", - "inBundle": true, - "license": "MIT" - }, - "node_modules/antd-theme-generator/node_modules/mime": { - "version": "1.6.0", - "inBundle": true, - "license": "MIT", - "optional": true, - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/antd-theme-generator/node_modules/mime-db": { - "version": "1.37.0", - "inBundle": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/antd-theme-generator/node_modules/mime-types": { - "version": "2.1.21", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "mime-db": "~1.37.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/antd-theme-generator/node_modules/minimalistic-assert": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/antd-theme-generator/node_modules/minimatch": { - "version": "3.0.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/antd-theme-generator/node_modules/minimist": { - "version": "1.2.5", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/mkdirp": { - "version": "0.5.5", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "minimist": "^1.2.5" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/antd-theme-generator/node_modules/oauth-sign": { - "version": "0.9.0", - "inBundle": true, - "license": "Apache-2.0", - "optional": true, - "engines": { - "node": "*" - } - }, - "node_modules/antd-theme-generator/node_modules/once": { - "version": "1.4.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/antd-theme-generator/node_modules/path-is-absolute": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/antd-theme-generator/node_modules/performance-now": { - "version": "2.1.0", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/postcss": { - "version": "6.0.23", - "inBundle": true, - "license": "MIT", - "dependencies": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/antd-theme-generator/node_modules/promise": { - "version": "7.3.1", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "asap": "~2.0.3" - } - }, - "node_modules/antd-theme-generator/node_modules/prr": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/psl": { - "version": "1.1.31", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/punycode": { - "version": "2.1.1", - "inBundle": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/antd-theme-generator/node_modules/qs": { - "version": "6.5.2", - "inBundle": true, - "license": "BSD-3-Clause", - "optional": true, - "engines": { - "node": ">=0.6" - } - }, - "node_modules/antd-theme-generator/node_modules/request": { - "version": "2.88.0", - "inBundle": true, - "license": "Apache-2.0", - "optional": true, - "dependencies": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.0", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.4.3", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/antd-theme-generator/node_modules/safe-buffer": { - "version": "5.1.2", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/safer-buffer": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/source-map": { - "version": "0.6.1", - "inBundle": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/antd-theme-generator/node_modules/sshpk": { - "version": "1.15.2", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "bin": { - "sshpk-conv": "bin/sshpk-conv", - "sshpk-sign": "bin/sshpk-sign", - "sshpk-verify": "bin/sshpk-verify" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/antd-theme-generator/node_modules/strip-css-comments": { - "version": "4.1.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "is-regexp": "^2.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/antd-theme-generator/node_modules/supports-color": { - "version": "5.4.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/antd-theme-generator/node_modules/tough-cookie": { - "version": "2.4.3", - "inBundle": true, - "license": "BSD-3-Clause", - "optional": true, - "dependencies": { - "psl": "^1.1.24", - "punycode": "^1.4.1" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/antd-theme-generator/node_modules/tough-cookie/node_modules/punycode": { - "version": "1.4.1", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/tunnel-agent": { - "version": "0.6.0", - "inBundle": true, - "license": "Apache-2.0", - "optional": true, - "dependencies": { - "safe-buffer": "^5.0.1" - }, - "engines": { - "node": "*" - } - }, - "node_modules/antd-theme-generator/node_modules/tweetnacl": { - "version": "0.14.5", - "inBundle": true, - "license": "Unlicense", - "optional": true - }, - "node_modules/antd-theme-generator/node_modules/uri-js": { - "version": "4.2.2", - "inBundle": true, - "license": "BSD-2-Clause", - "optional": true, - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/antd-theme-generator/node_modules/uuid": { - "version": "3.3.2", - "inBundle": true, - "license": "MIT", - "optional": true, - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/antd-theme-generator/node_modules/verror": { - "version": "1.10.0", - "engines": [ - "node >=0.6.0" - ], - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "node_modules/antd-theme-generator/node_modules/wrappy": { - "version": "1.0.2", - "inBundle": true, - "license": "ISC" - }, - "node_modules/any-promise": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=" - }, - "node_modules/anymatch": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha1-vLJLTzeTTZqnrBe0ra+J58du8us=", - "dependencies": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - } - }, - "node_modules/anymatch/node_modules/normalize-path": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "dependencies": { - "remove-trailing-separator": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/args": { - "version": "5.0.3", - "resolved": "http://npm.anxinyun.cn/args/-/args-5.0.3.tgz", - "integrity": "sha512-h6k/zfFgusnv3i5TU08KQkVKuCPBtL/PWQbWkHUxvJrZ2nAyeaUupneemcrgn1xmqxPQsPIzwkUhOpoqPDRZuA==", - "dependencies": { - "camelcase": "5.0.0", - "chalk": "2.4.2", - "leven": "2.1.0", - "mri": "1.1.4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/arr-diff": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-flatten": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha1-NgSLv/TntH4TZkQxbJlmnqWukfE=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-union": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array-flatten": { - "version": "2.1.2", - "resolved": "http://npm.anxinyun.cn/array-flatten/-/array-flatten-2.1.2.tgz", - "integrity": "sha1-JO+AoowaiTYX4hSbDG0NeIKTsJk=" - }, - "node_modules/array-move": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/array-move/-/array-move-3.0.1.tgz", - "integrity": "sha1-F5ZFzAmHtllTpPwGtt+QReS6lhg=", - "engines": { - "node": ">=10" - } - }, - "node_modules/array-tree-filter": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/array-tree-filter/-/array-tree-filter-2.1.0.tgz", - "integrity": "sha1-hzrAD+yDdJ8lWsjdCDgUtPYykZA=" - }, - "node_modules/array-union": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "dependencies": { - "array-uniq": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array-uniq": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array-unique": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array.prototype.reduce": { - "version": "1.0.4", - "resolved": "http://npm.anxinyun.cn/array.prototype.reduce/-/array.prototype.reduce-1.0.4.tgz", - "integrity": "sha512-WnM+AjG/DvLRLo4DDl+r+SvCzYtD2Jd9oeBYMcEaI7t3fFrHY9M53/wdLcTvmZNQ70IU6Htj0emFkZ5TS+lrdw==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/arraybuffer.slice": { - "version": "0.0.6", - "resolved": "http://npm.anxinyun.cn/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz", - "integrity": "sha1-8zshWfBTKj8xB6JywMz70a0peco=" - }, - "node_modules/asap": { - "version": "2.0.6", - "resolved": "http://npm.anxinyun.cn/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" - }, - "node_modules/asn1": { - "version": "0.2.6", - "resolved": "http://npm.anxinyun.cn/asn1/-/asn1-0.2.6.tgz", - "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", - "dependencies": { - "safer-buffer": "~2.1.0" - } - }, - "node_modules/assert-plus": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/assign-symbols": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ast-types": { - "version": "0.13.4", - "resolved": "http://npm.anxinyun.cn/ast-types/-/ast-types-0.13.4.tgz", - "integrity": "sha1-7g13s0MmOWXsw/ti2hbnIisrZ4I=", - "dependencies": { - "tslib": "^2.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/async": { - "version": "3.2.4", - "resolved": "http://npm.anxinyun.cn/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" - }, - "node_modules/async-busboy": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/async-busboy/-/async-busboy-1.1.0.tgz", - "integrity": "sha1-dRGs5yPEHimG4PXXzxRIiMHW32Y=", - "dependencies": { - "busboy": "^0.3.1" - } - }, - "node_modules/async-each": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/async-each/-/async-each-1.0.3.tgz", - "integrity": "sha1-tyfb+H12UWAvBvTUrDh/R9kbDL8=" - }, - "node_modules/async-limiter": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha1-3TeelPDbgxCwgpH51kwyCXZmF/0=" - }, - "node_modules/async-validator": { - "version": "4.2.5", - "resolved": "http://npm.anxinyun.cn/async-validator/-/async-validator-4.2.5.tgz", - "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==" - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "http://npm.anxinyun.cn/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" - }, - "node_modules/at-least-node": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha1-YCzUtG6EStTv/JKoARo8RuAjjcI=", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/atob": { - "version": "2.1.2", - "resolved": "http://npm.anxinyun.cn/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", - "bin": { - "atob": "bin/atob.js" - }, - "engines": { - "node": ">= 4.5.0" - } - }, - "node_modules/aws-sign2": { - "version": "0.7.0", - "resolved": "http://npm.anxinyun.cn/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", - "engines": { - "node": "*" - } - }, - "node_modules/aws4": { - "version": "1.11.0", - "resolved": "http://npm.anxinyun.cn/aws4/-/aws4-1.11.0.tgz", - "integrity": "sha1-1h9G2DslGSUOJ4Ta9bCUeai0HFk=" - }, - "node_modules/babel-loader": { - "version": "8.2.5", - "resolved": "http://npm.anxinyun.cn/babel-loader/-/babel-loader-8.2.5.tgz", - "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==", - "dev": true, - "dependencies": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" - }, - "engines": { - "node": ">= 8.9" - }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "webpack": ">=2" - } - }, - "node_modules/babel-loader/node_modules/schema-utils": { - "version": "2.7.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 8.9.0" - } - }, - "node_modules/babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", - "integrity": "sha1-hP2hnJduxcbe/vV/lCez3vZuF6M=", - "dev": true, - "dependencies": { - "object.assign": "^4.1.0" - } - }, - "node_modules/babel-plugin-import": { - "version": "1.13.5", - "resolved": "http://npm.anxinyun.cn/babel-plugin-import/-/babel-plugin-import-1.13.5.tgz", - "integrity": "sha512-IkqnoV+ov1hdJVofly9pXRJmeDm9EtROfrc5i6eII0Hix2xMs5FEm8FG3ExMvazbnZBbgHIt6qdO8And6lCloQ==", - "dev": true, - "dependencies": { - "@babel/helper-module-imports": "^7.0.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz", - "integrity": "sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-define-polyfill-provider": "^0.3.2", - "semver": "^6.1.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.5.3", - "resolved": "http://npm.anxinyun.cn/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz", - "integrity": "sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==", - "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.2", - "core-js-compat": "^3.21.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.3.1", - "resolved": "http://npm.anxinyun.cn/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", - "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", - "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-polyfill": { - "version": "6.26.0", - "resolved": "http://npm.anxinyun.cn/babel-polyfill/-/babel-polyfill-6.26.0.tgz", - "integrity": "sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=", - "dependencies": { - "babel-runtime": "^6.26.0", - "core-js": "^2.5.0", - "regenerator-runtime": "^0.10.5" - } - }, - "node_modules/babel-polyfill/node_modules/regenerator-runtime": { - "version": "0.10.5", - "resolved": "http://npm.anxinyun.cn/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz", - "integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=" - }, - "node_modules/babel-runtime": { - "version": "6.26.0", - "resolved": "http://npm.anxinyun.cn/babel-runtime/-/babel-runtime-6.26.0.tgz", - "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", - "dependencies": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - } - }, - "node_modules/babel-runtime/node_modules/regenerator-runtime": { - "version": "0.11.1", - "resolved": "http://npm.anxinyun.cn/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", - "integrity": "sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk=" - }, - "node_modules/backo2": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/backo2/-/backo2-1.0.2.tgz", - "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha1-6D46fj8wCzTLnYf2FfoMvzV2kO4=" - }, - "node_modules/base": { - "version": "0.11.2", - "resolved": "http://npm.anxinyun.cn/base/-/base-0.11.2.tgz", - "integrity": "sha1-e95c7RRbbVUakNuH+DxVi060io8=", - "dependencies": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base/node_modules/define-property": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base/node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base/node_modules/is-data-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base/node_modules/is-descriptor": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", - "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base64-arraybuffer": { - "version": "0.1.5", - "resolved": "http://npm.anxinyun.cn/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz", - "integrity": "sha1-c5JncZI7Whl0etZmqlzUv5xunOg=", - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/base64id": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/base64id/-/base64id-1.0.0.tgz", - "integrity": "sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY=", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/batch": { - "version": "0.6.1", - "resolved": "http://npm.anxinyun.cn/batch/-/batch-0.6.1.tgz", - "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" - }, - "node_modules/bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", - "dependencies": { - "tweetnacl": "^0.14.3" - } - }, - "node_modules/before": { - "version": "0.0.1", - "resolved": "http://npm.anxinyun.cn/before/-/before-0.0.1.tgz", - "integrity": "sha1-0hJw6YdH6QlyU0QehorbMlrnLdo=", - "engines": { - "node": "*" - } - }, - "node_modules/better-assert": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/better-assert/-/better-assert-1.0.2.tgz", - "integrity": "sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI=", - "dependencies": { - "callsite": "1.0.0" - }, - "engines": { - "node": "*" - } - }, - "node_modules/big.js": { - "version": "5.2.2", - "resolved": "http://npm.anxinyun.cn/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg=", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/binary-extensions": { - "version": "1.13.1", - "resolved": "http://npm.anxinyun.cn/binary-extensions/-/binary-extensions-1.13.1.tgz", - "integrity": "sha1-WYr+VHVbKGilMw0q/51Ou1Mgm2U=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/bindings": { - "version": "1.5.0", - "resolved": "http://npm.anxinyun.cn/bindings/-/bindings-1.5.0.tgz", - "integrity": "sha1-EDU8npRTNLwFEabZCzj7x8nFBN8=", - "optional": true, - "dependencies": { - "file-uri-to-path": "1.0.0" - } - }, - "node_modules/bindings/node_modules/file-uri-to-path": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", - "integrity": "sha1-VTp7hEb/b2hDWcRF8eN6BdrMM90=", - "optional": true - }, - "node_modules/black-hole-stream": { - "version": "0.0.1", - "resolved": "http://npm.anxinyun.cn/black-hole-stream/-/black-hole-stream-0.0.1.tgz", - "integrity": "sha1-M7ega58edFPWBBuCl0SB0hUq6kI=" - }, - "node_modules/blob": { - "version": "0.0.4", - "resolved": "http://npm.anxinyun.cn/blob/-/blob-0.0.4.tgz", - "integrity": "sha1-vPEwUspURj8w+fx+lbmkdjCpSSE=" - }, - "node_modules/block-stream2": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/block-stream2/-/block-stream2-2.1.0.tgz", - "integrity": "sha1-rAxe9CmLOFd5bgW+jr7XIZb6BUs=", - "dependencies": { - "readable-stream": "^3.4.0" - } - }, - "node_modules/bluebird": { - "version": "3.7.2", - "resolved": "http://npm.anxinyun.cn/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha1-nyKcFb4nJFT/qXOs4NvueaGww28=" - }, - "node_modules/body-parser": { - "version": "1.20.0", - "resolved": "http://npm.anxinyun.cn/body-parser/-/body-parser-1.20.0.tgz", - "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==", - "dependencies": { - "bytes": "3.1.2", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.10.3", - "raw-body": "2.5.1", - "type-is": "~1.6.18", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/body-parser/node_modules/debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/body-parser/node_modules/depd": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", - "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/body-parser/node_modules/ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/body-parser/node_modules/qs": { - "version": "6.10.3", - "resolved": "http://npm.anxinyun.cn/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", - "dependencies": { - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">=0.6" - } - }, - "node_modules/bonjour": { - "version": "3.5.0", - "resolved": "http://npm.anxinyun.cn/bonjour/-/bonjour-3.5.0.tgz", - "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", - "dependencies": { - "array-flatten": "^2.1.0", - "deep-equal": "^1.0.1", - "dns-equal": "^1.0.0", - "dns-txt": "^2.0.2", - "multicast-dns": "^6.0.1", - "multicast-dns-service-types": "^1.1.0" - } - }, - "node_modules/boolbase": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", - "dev": true - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "http://npm.anxinyun.cn/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "2.3.2", - "resolved": "http://npm.anxinyun.cn/braces/-/braces-2.3.2.tgz", - "integrity": "sha1-WXn9PxTNUxVl5fot8av/8d+u5yk=", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/browserslist": { - "version": "4.21.2", - "resolved": "http://npm.anxinyun.cn/browserslist/-/browserslist-4.21.2.tgz", - "integrity": "sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==", - "dependencies": { - "caniuse-lite": "^1.0.30001366", - "electron-to-chromium": "^1.4.188", - "node-releases": "^2.0.6", - "update-browserslist-db": "^1.0.4" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha1-KxRqb9cugLT1XSVfNe1Zo6mkG9U=" - }, - "node_modules/buffer-indexof": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/buffer-indexof/-/buffer-indexof-1.1.1.tgz", - "integrity": "sha1-Uvq8xqYG0aADAoAmSO9o9jnaJow=" - }, - "node_modules/buffer-writer": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/buffer-writer/-/buffer-writer-2.0.0.tgz", - "integrity": "sha1-zn64Gjj3gp2wnIc/L7t5LAyY7AQ=", - "engines": { - "node": ">=4" - } - }, - "node_modules/busboy": { - "version": "0.3.1", - "resolved": "http://npm.anxinyun.cn/busboy/-/busboy-0.3.1.tgz", - "integrity": "sha1-FwiZJ0xb84quJ9XGK3EmjNWF/Rs=", - "dependencies": { - "dicer": "0.3.0" - }, - "engines": { - "node": ">=4.5.0" - } - }, - "node_modules/bytes": { - "version": "3.1.2", - "resolved": "http://npm.anxinyun.cn/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/cache-base": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/cache-base/-/cache-base-1.0.1.tgz", - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", - "dependencies": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cache-content-type": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/cache-content-type/-/cache-content-type-1.0.1.tgz", - "integrity": "sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==", - "dependencies": { - "mime-types": "^2.1.18", - "ylru": "^1.2.0" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/call-bind": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha1-sdTonmiBGcPJqQOtMKuy9qkZvjw=", - "dependencies": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - } - }, - "node_modules/callsite": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/callsite/-/callsite-1.0.0.tgz", - "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=", - "engines": { - "node": "*" - } - }, - "node_modules/camel-case": { - "version": "4.1.2", - "resolved": "http://npm.anxinyun.cn/camel-case/-/camel-case-4.1.2.tgz", - "integrity": "sha1-lygHKpVPgFIoIlpt7qazhGHhvVo=", - "dev": true, - "dependencies": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - } - }, - "node_modules/camelcase": { - "version": "5.0.0", - "resolved": "http://npm.anxinyun.cn/camelcase/-/camelcase-5.0.0.tgz", - "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001370", - "resolved": "http://npm.anxinyun.cn/caniuse-lite/-/caniuse-lite-1.0.30001370.tgz", - "integrity": "sha512-3PDmaP56wz/qz7G508xzjx8C+MC2qEm4SYhSEzC9IBROo+dGXFWRuaXkWti0A9tuI00g+toiriVqxtWMgl350g==" - }, - "node_modules/caseless": { - "version": "0.12.0", - "resolved": "http://npm.anxinyun.cn/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" - }, - "node_modules/cfb": { - "version": "1.2.2", - "resolved": "http://npm.anxinyun.cn/cfb/-/cfb-1.2.2.tgz", - "integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==", - "dependencies": { - "adler-32": "~1.3.0", - "crc-32": "~1.2.0" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/cfb/node_modules/adler-32": { - "version": "1.3.1", - "resolved": "http://npm.anxinyun.cn/adler-32/-/adler-32-1.3.1.tgz", - "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/cfb/node_modules/crc-32": { - "version": "1.2.2", - "resolved": "http://npm.anxinyun.cn/crc-32/-/crc-32-1.2.2.tgz", - "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==", - "bin": { - "crc32": "bin/crc32.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "http://npm.anxinyun.cn/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/chan": { - "version": "0.6.1", - "resolved": "http://npm.anxinyun.cn/chan/-/chan-0.6.1.tgz", - "integrity": "sha1-7ArRMuW8YsJ+8QzL/E2NzYygBkA=" - }, - "node_modules/chokidar": { - "version": "2.1.8", - "resolved": "http://npm.anxinyun.cn/chokidar/-/chokidar-2.1.8.tgz", - "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", - "deprecated": "Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies", - "dependencies": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "optionalDependencies": { - "fsevents": "^1.2.7" - } - }, - "node_modules/chrome-trace-event": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", - "integrity": "sha1-EBXs7UdB4V0GZkqVfbv1DQQeJqw=", - "engines": { - "node": ">=6.0" - } - }, - "node_modules/class-utils": { - "version": "0.3.6", - "resolved": "http://npm.anxinyun.cn/class-utils/-/class-utils-0.3.6.tgz", - "integrity": "sha1-+TNprouafOAv1B+q0MqDAzGQxGM=", - "dependencies": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/define-property": { - "version": "0.2.5", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/classnames": { - "version": "2.3.1", - "resolved": "http://npm.anxinyun.cn/classnames/-/classnames-2.3.1.tgz", - "integrity": "sha1-38+jiR4wbsHa0QXQ6I9EF7hTXo4=" - }, - "node_modules/clean-css": { - "version": "4.2.4", - "resolved": "http://npm.anxinyun.cn/clean-css/-/clean-css-4.2.4.tgz", - "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", - "dev": true, - "dependencies": { - "source-map": "~0.6.0" - }, - "engines": { - "node": ">= 4.0" - } - }, - "node_modules/cliui": { - "version": "5.0.0", - "resolved": "http://npm.anxinyun.cn/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha1-3u/P2y6AB4SqNPRvoI4GhRx7u8U=", - "dependencies": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "node_modules/cliui/node_modules/ansi-regex": { - "version": "4.1.1", - "resolved": "http://npm.anxinyun.cn/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/cliui/node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=", - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/clone": { - "version": "2.1.2", - "resolved": "http://npm.anxinyun.cn/clone/-/clone-2.1.2.tgz", - "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", - "dev": true, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/clone-deep": { - "version": "4.0.1", - "resolved": "http://npm.anxinyun.cn/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha1-wZ/Zvbv4WUK0/ZechNz31fB8I4c=", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/cls-bluebird": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/cls-bluebird/-/cls-bluebird-2.1.0.tgz", - "integrity": "sha1-N+8eCAqP+1XC9BZPU28ZGeeWiu4=", - "dependencies": { - "is-bluebird": "^1.0.2", - "shimmer": "^1.1.0" - } - }, - "node_modules/co": { - "version": "4.6.0", - "resolved": "http://npm.anxinyun.cn/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", - "engines": { - "iojs": ">= 1.0.0", - "node": ">= 0.12.0" - } - }, - "node_modules/co-body": { - "version": "4.2.0", - "resolved": "http://npm.anxinyun.cn/co-body/-/co-body-4.2.0.tgz", - "integrity": "sha1-dN8g+nMmISXcRUgq8E40LqjbNRU=", - "dependencies": { - "inflation": "~2.0.0", - "qs": "~4.0.0", - "raw-body": "~2.1.2", - "type-is": "~1.6.6" - } - }, - "node_modules/co-body/node_modules/bytes": { - "version": "2.4.0", - "resolved": "http://npm.anxinyun.cn/bytes/-/bytes-2.4.0.tgz", - "integrity": "sha1-fZcZb51br39pNeJZhVSe3SpsIzk=" - }, - "node_modules/co-body/node_modules/iconv-lite": { - "version": "0.4.13", - "resolved": "http://npm.anxinyun.cn/iconv-lite/-/iconv-lite-0.4.13.tgz", - "integrity": "sha1-H4irpKsLFQjoMSrMOTRfNumS4vI=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/co-body/node_modules/qs": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/qs/-/qs-4.0.0.tgz", - "integrity": "sha1-wx2bdOwn33XlQ6hseHKO2NRiNgc=" - }, - "node_modules/co-body/node_modules/raw-body": { - "version": "2.1.7", - "resolved": "http://npm.anxinyun.cn/raw-body/-/raw-body-2.1.7.tgz", - "integrity": "sha1-rf6s4uT7MJgFgBTQjActzFl1h3Q=", - "dependencies": { - "bytes": "2.4.0", - "iconv-lite": "0.4.13", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/co-busboy": { - "version": "1.5.0", - "resolved": "http://npm.anxinyun.cn/co-busboy/-/co-busboy-1.5.0.tgz", - "integrity": "sha1-Y35GpvfofAxksDobnmC+PrG03KQ=", - "dependencies": { - "black-hole-stream": "~0.0.1", - "busboy": "^0.2.8", - "chan": "^0.6.1", - "inflation": "^2.0.0" - } - }, - "node_modules/co-busboy/node_modules/busboy": { - "version": "0.2.14", - "resolved": "http://npm.anxinyun.cn/busboy/-/busboy-0.2.14.tgz", - "integrity": "sha1-bCpiLvz0fFe7vh4qnDetNseSVFM=", - "dependencies": { - "dicer": "0.2.5", - "readable-stream": "1.1.x" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/co-busboy/node_modules/dicer": { - "version": "0.2.5", - "resolved": "http://npm.anxinyun.cn/dicer/-/dicer-0.2.5.tgz", - "integrity": "sha1-WZbAhrszIYyBLAkL3cCc0S+stw8=", - "dependencies": { - "readable-stream": "1.1.x", - "streamsearch": "0.1.2" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/co-busboy/node_modules/readable-stream": { - "version": "1.1.14", - "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-1.1.14.tgz", - "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - } - }, - "node_modules/co-busboy/node_modules/string_decoder": { - "version": "0.10.31", - "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" - }, - "node_modules/codepage": { - "version": "1.14.0", - "resolved": "http://npm.anxinyun.cn/codepage/-/codepage-1.14.0.tgz", - "integrity": "sha1-jL4lSBMjVZ19MHVxsP/5HnodL5k=", - "dependencies": { - "commander": "~2.14.1", - "exit-on-epipe": "~1.0.1" - }, - "bin": { - "codepage": "bin/codepage.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/codepage/node_modules/commander": { - "version": "2.14.1", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-2.14.1.tgz", - "integrity": "sha1-IjUSPjevjKPGXfRbAm29NXsBuao=" - }, - "node_modules/collection-visit": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", - "dependencies": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/color": { - "version": "3.2.1", - "resolved": "http://npm.anxinyun.cn/color/-/color-3.2.1.tgz", - "integrity": "sha1-NUTcGYyvRJDD7MmnkLVP6f9F4WQ=", - "dependencies": { - "color-convert": "^1.9.3", - "color-string": "^1.6.0" - } - }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "http://npm.anxinyun.cn/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "http://npm.anxinyun.cn/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "node_modules/color-string": { - "version": "1.9.1", - "resolved": "http://npm.anxinyun.cn/color-string/-/color-string-1.9.1.tgz", - "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", - "dependencies": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" - } - }, - "node_modules/colorette": { - "version": "2.0.19", - "resolved": "http://npm.anxinyun.cn/colorette/-/colorette-2.0.19.tgz", - "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==", - "dev": true - }, - "node_modules/colors": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/colors/-/colors-1.0.3.tgz", - "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=", - "engines": { - "node": ">=0.1.90" - } - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "http://npm.anxinyun.cn/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=", - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/commander": { - "version": "5.1.0", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-5.1.0.tgz", - "integrity": "sha1-Rqu9FlL44Fm92u+Zu9yyrZzxea4=", - "engines": { - "node": ">= 6" - } - }, - "node_modules/commondir": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", - "dev": true - }, - "node_modules/component-bind": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/component-bind/-/component-bind-1.0.0.tgz", - "integrity": "sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=" - }, - "node_modules/component-emitter": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha1-FuQHD7qK4ptnnyIVhT7hgasuq8A=" - }, - "node_modules/component-ie": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/component-ie/-/component-ie-1.0.0.tgz", - "integrity": "sha1-D5WCzLB4podZLMKetGsxhub+Y38=" - }, - "node_modules/component-inherit": { - "version": "0.0.3", - "resolved": "http://npm.anxinyun.cn/component-inherit/-/component-inherit-0.0.3.tgz", - "integrity": "sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=" - }, - "node_modules/compressible": { - "version": "2.0.18", - "resolved": "http://npm.anxinyun.cn/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha1-r1PMprBw1MPAdQ+9dyhqbXzEb7o=", - "dependencies": { - "mime-db": ">= 1.43.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/compression": { - "version": "1.7.4", - "resolved": "http://npm.anxinyun.cn/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", - "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/compression/node_modules/bytes": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/compression/node_modules/debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/compression/node_modules/ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/compression/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=" - }, - "node_modules/compute-scroll-into-view": { - "version": "1.0.17", - "resolved": "http://npm.anxinyun.cn/compute-scroll-into-view/-/compute-scroll-into-view-1.0.17.tgz", - "integrity": "sha1-aojxis2dQunPS6pr7H4FImB6t6s=" - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "http://npm.anxinyun.cn/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "node_modules/connect-history-api-fallback": { - "version": "1.6.0", - "resolved": "http://npm.anxinyun.cn/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", - "integrity": "sha1-izIIk1kwjRERFdgcrT/Oq4iPl7w=", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/connected-react-router": { - "version": "6.9.3", - "resolved": "http://npm.anxinyun.cn/connected-react-router/-/connected-react-router-6.9.3.tgz", - "integrity": "sha512-4ThxysOiv/R2Dc4Cke1eJwjKwH1Y51VDwlOrOfs1LjpdYOVvCNjNkZDayo7+sx42EeGJPQUNchWkjAIJdXGIOQ==", - "dev": true, - "dependencies": { - "lodash.isequalwith": "^4.4.0", - "prop-types": "^15.7.2" - }, - "optionalDependencies": { - "immutable": "^3.8.1 || ^4.0.0", - "seamless-immutable": "^7.1.3" - }, - "peerDependencies": { - "history": "^4.7.2", - "react": "^16.4.0 || ^17.0.0", - "react-redux": "^6.0.0 || ^7.1.0", - "react-router": "^4.3.1 || ^5.0.0", - "redux": "^3.6.0 || ^4.0.0" - } - }, - "node_modules/content-disposition": { - "version": "0.5.4", - "resolved": "http://npm.anxinyun.cn/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", - "dependencies": { - "safe-buffer": "5.2.1" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/content-type": { - "version": "1.0.4", - "resolved": "http://npm.anxinyun.cn/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha1-4TjMdeBAxyexlm/l5fjJruJW/js=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/convert-source-map": { - "version": "1.8.0", - "resolved": "http://npm.anxinyun.cn/convert-source-map/-/convert-source-map-1.8.0.tgz", - "integrity": "sha1-8zc8MtIbTXgN2ABFFGhPt5HKQ2k=", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.1" - } - }, - "node_modules/convert-source-map/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=", - "dev": true - }, - "node_modules/cookie": { - "version": "0.3.1", - "resolved": "http://npm.anxinyun.cn/cookie/-/cookie-0.3.1.tgz", - "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cookie-signature": { - "version": "1.0.6", - "resolved": "http://npm.anxinyun.cn/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" - }, - "node_modules/cookiejar": { - "version": "2.1.3", - "resolved": "http://npm.anxinyun.cn/cookiejar/-/cookiejar-2.1.3.tgz", - "integrity": "sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==" - }, - "node_modules/cookies": { - "version": "0.8.0", - "resolved": "http://npm.anxinyun.cn/cookies/-/cookies-0.8.0.tgz", - "integrity": "sha1-EpPOSzkXQKhAbjyYcOgoxLVPP5A=", - "dependencies": { - "depd": "~2.0.0", - "keygrip": "~1.1.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/cookies/node_modules/depd": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", - "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/copy-anything": { - "version": "2.0.6", - "resolved": "http://npm.anxinyun.cn/copy-anything/-/copy-anything-2.0.6.tgz", - "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", - "dev": true, - "dependencies": { - "is-what": "^3.14.1" - } - }, - "node_modules/copy-descriptor": { - "version": "0.1.1", - "resolved": "http://npm.anxinyun.cn/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/copy-to": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/copy-to/-/copy-to-2.0.1.tgz", - "integrity": "sha1-JoD7uAaKSNCGVrYJgJK9r8kG9KU=" - }, - "node_modules/copy-to-clipboard": { - "version": "3.3.1", - "resolved": "http://npm.anxinyun.cn/copy-to-clipboard/-/copy-to-clipboard-3.3.1.tgz", - "integrity": "sha1-EVqhqZmP+rYZb5MHatbaO5E2Yq4=", - "dependencies": { - "toggle-selection": "^1.0.6" - } - }, - "node_modules/core-js": { - "version": "2.6.11", - "resolved": "http://npm.anxinyun.cn/core-js/-/core-js-2.6.11.tgz", - "integrity": "sha1-OIMUafmSK97Y7iHJ3EaYXgOZMIw=", - "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", - "hasInstallScript": true - }, - "node_modules/core-js-compat": { - "version": "3.24.0", - "resolved": "http://npm.anxinyun.cn/core-js-compat/-/core-js-compat-3.24.0.tgz", - "integrity": "sha512-F+2E63X3ff/nj8uIrf8Rf24UDGIz7p838+xjEp+Bx3y8OWXj+VTPPZNCtdqovPaS9o7Tka5mCH01Zn5vOd6UQg==", - "dev": true, - "dependencies": { - "browserslist": "^4.21.2", - "semver": "7.0.0" - } - }, - "node_modules/core-js-compat/node_modules/semver": { - "version": "7.0.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-7.0.0.tgz", - "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha1-pgQtNjTCsn6TKPg3uWX6yDgI24U=" - }, - "node_modules/crc": { - "version": "3.4.4", - "resolved": "http://npm.anxinyun.cn/crc/-/crc-3.4.4.tgz", - "integrity": "sha1-naHpgOO9RPxck79as9ozeNheRms=" - }, - "node_modules/crc32": { - "version": "0.2.2", - "resolved": "http://npm.anxinyun.cn/crc32/-/crc32-0.2.2.tgz", - "integrity": "sha1-etIg1v/c0Rn5/BJ6d3LKzqOQpLo=", - "bin": { - "crc32": "bin/runner.js" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/create-react-class": { - "version": "15.7.0", - "resolved": "http://npm.anxinyun.cn/create-react-class/-/create-react-class-15.7.0.tgz", - "integrity": "sha1-dJnXyi5pu1HRP69ZvQTwxlodbB4=", - "dev": true, - "dependencies": { - "loose-envify": "^1.3.1", - "object-assign": "^4.1.1" - } - }, - "node_modules/cropperjs": { - "version": "1.5.12", - "resolved": "http://npm.anxinyun.cn/cropperjs/-/cropperjs-1.5.12.tgz", - "integrity": "sha1-2cDbK/uMDXadUXOej5FrvEThD1A=" - }, - "node_modules/cross-env": { - "version": "7.0.3", - "resolved": "http://npm.anxinyun.cn/cross-env/-/cross-env-7.0.3.tgz", - "integrity": "sha1-hlJkspZ33AFbqEGJGJZd0jL8VM8=", - "dependencies": { - "cross-spawn": "^7.0.1" - }, - "bin": { - "cross-env": "src/bin/cross-env.js", - "cross-env-shell": "src/bin/cross-env-shell.js" - }, - "engines": { - "node": ">=10.14", - "npm": ">=6", - "yarn": ">=1" - } - }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "http://npm.anxinyun.cn/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha1-9zqFudXUHQRVUcF34ogtSshXKKY=", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/csrf": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/csrf/-/csrf-3.1.0.tgz", - "integrity": "sha1-7HXpZW0ATWdLjvW6R7Qfv9bLnDA=", - "dependencies": { - "rndm": "1.2.0", - "tsscmp": "1.0.6", - "uid-safe": "2.1.5" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/css-loader": { - "version": "3.6.0", - "resolved": "http://npm.anxinyun.cn/css-loader/-/css-loader-3.6.0.tgz", - "integrity": "sha1-Lkssfm4tJ/jI8o9hv/zS5ske9kU=", - "dev": true, - "dependencies": { - "camelcase": "^5.3.1", - "cssesc": "^3.0.0", - "icss-utils": "^4.1.1", - "loader-utils": "^1.2.3", - "normalize-path": "^3.0.0", - "postcss": "^7.0.32", - "postcss-modules-extract-imports": "^2.0.0", - "postcss-modules-local-by-default": "^3.0.2", - "postcss-modules-scope": "^2.2.0", - "postcss-modules-values": "^3.0.0", - "postcss-value-parser": "^4.1.0", - "schema-utils": "^2.7.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">= 8.9.0" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/css-loader/node_modules/camelcase": { - "version": "5.3.1", - "resolved": "http://npm.anxinyun.cn/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/css-loader/node_modules/json5": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/json5/-/json5-1.0.1.tgz", - "integrity": "sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=", - "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/css-loader/node_modules/loader-utils": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha1-xXm140yzSxp07cbB+za/o3HVphM=", - "dev": true, - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/css-loader/node_modules/schema-utils": { - "version": "2.7.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 8.9.0" - } - }, - "node_modules/css-loader/node_modules/semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/css-select": { - "version": "4.3.0", - "resolved": "http://npm.anxinyun.cn/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", - "dev": true, - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - } - }, - "node_modules/css-what": { - "version": "6.1.0", - "resolved": "http://npm.anxinyun.cn/css-what/-/css-what-6.1.0.tgz", - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true, - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/csstype": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/csstype/-/csstype-3.1.0.tgz", - "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" - }, - "node_modules/cycle": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/cycle/-/cycle-1.0.3.tgz", - "integrity": "sha1-IegLK+hYD5i0aPN5QwZisEbDStI=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/d3-color": { - "version": "1.4.1", - "resolved": "http://npm.anxinyun.cn/d3-color/-/d3-color-1.4.1.tgz", - "integrity": "sha1-xSACv4hGraRCTVXZeYL+8m6zvIo=" - }, - "node_modules/d3-dispatch": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/d3-dispatch/-/d3-dispatch-2.0.0.tgz", - "integrity": "sha1-ihjhb3bdP8rvQhY8l7kmqptV588=" - }, - "node_modules/d3-ease": { - "version": "1.0.7", - "resolved": "http://npm.anxinyun.cn/d3-ease/-/d3-ease-1.0.7.tgz", - "integrity": "sha1-moNIkO+LiujFWLL+Vb1X9Zk7heI=" - }, - "node_modules/d3-force": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/d3-force/-/d3-force-2.1.1.tgz", - "integrity": "sha1-8gzL8ebJ6ArdGSbwm1H2hqi8CTc=", - "dependencies": { - "d3-dispatch": "1 - 2", - "d3-quadtree": "1 - 2", - "d3-timer": "1 - 2" - } - }, - "node_modules/d3-interpolate": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/d3-interpolate/-/d3-interpolate-1.4.0.tgz", - "integrity": "sha1-Um554tgNqjg/ngwcHH3MDwWD6Yc=", - "dependencies": { - "d3-color": "1" - } - }, - "node_modules/d3-quadtree": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/d3-quadtree/-/d3-quadtree-2.0.0.tgz", - "integrity": "sha1-7brQRc74hwH2/uOu6Ok/szLTD50=" - }, - "node_modules/d3-timer": { - "version": "1.0.10", - "resolved": "http://npm.anxinyun.cn/d3-timer/-/d3-timer-1.0.10.tgz", - "integrity": "sha1-3+dripF0iDGxO22ceT/71QjdneU=" - }, - "node_modules/dagre": { - "version": "0.8.5", - "resolved": "http://npm.anxinyun.cn/dagre/-/dagre-0.8.5.tgz", - "integrity": "sha1-ujCwBV2sErbB/MJHgXRCd30Gr+4=", - "dependencies": { - "graphlib": "^2.1.8", - "lodash": "^4.17.15" - } - }, - "node_modules/dagre-compound": { - "version": "0.0.11", - "resolved": "http://npm.anxinyun.cn/dagre-compound/-/dagre-compound-0.0.11.tgz", - "integrity": "sha512-UrSgRP9LtOZCYb9e5doolZXpc7xayyszgyOs7uakTK4n4KsLegLVTRRtq01GpQd/iZjYw5fWMapx9ed+c80MAQ==", - "engines": { - "node": ">=6.0.0" - }, - "peerDependencies": { - "dagre": "^0.8.5" - } - }, - "node_modules/dashdash": { - "version": "1.14.1", - "resolved": "http://npm.anxinyun.cn/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "dependencies": { - "assert-plus": "^1.0.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/data-uri-to-buffer": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz", - "integrity": "sha1-WUuJc5OMW8LDMEZTV4U0GrxPNjY=", - "engines": { - "node": ">= 6" - } - }, - "node_modules/date-fns": { - "version": "2.29.1", - "resolved": "http://npm.anxinyun.cn/date-fns/-/date-fns-2.29.1.tgz", - "integrity": "sha512-dlLD5rKaKxpFdnjrs+5azHDFOPEu4ANy/LTh04A1DTzMM7qoajmKCBc8pkKRFT41CNzw+4gQh79X5C+Jq27HAw==", - "engines": { - "node": ">=0.11" - } - }, - "node_modules/dayjs": { - "version": "1.11.4", - "resolved": "http://npm.anxinyun.cn/dayjs/-/dayjs-1.11.4.tgz", - "integrity": "sha512-Zj/lPM5hOvQ1Bf7uAvewDaUcsJoI6JmNqmHhHl3nyumwe0XHwt8sWdOVAPACJzCebL8gQCi+K49w7iKWnGwX9g==" - }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decamelize": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/decode-uri-component": { - "version": "0.2.0", - "resolved": "http://npm.anxinyun.cn/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/deep-equal": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/deep-equal/-/deep-equal-1.0.1.tgz", - "integrity": "sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=" - }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "http://npm.anxinyun.cn/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" - }, - "node_modules/default-gateway": { - "version": "4.2.0", - "resolved": "http://npm.anxinyun.cn/default-gateway/-/default-gateway-4.2.0.tgz", - "integrity": "sha1-FnEEx1AMIRX23WmwpTa7jtcgVSs=", - "dependencies": { - "execa": "^1.0.0", - "ip-regex": "^2.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/default-user-agent": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/default-user-agent/-/default-user-agent-1.0.0.tgz", - "integrity": "sha1-FsRu/cq6PtxF8k8r1IaLAbfCrcY=", - "dependencies": { - "os-name": "~1.0.3" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/define-properties": { - "version": "1.1.4", - "resolved": "http://npm.anxinyun.cn/define-properties/-/define-properties-1.1.4.tgz", - "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", - "dev": true, - "dependencies": { - "has-property-descriptors": "^1.0.0", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/define-property": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-2.0.2.tgz", - "integrity": "sha1-1Flono1lS6d+AqgX+HENcCyxbp0=", - "dependencies": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/define-property/node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/define-property/node_modules/is-data-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/define-property/node_modules/is-descriptor": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", - "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/degenerator": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/degenerator/-/degenerator-3.0.2.tgz", - "integrity": "sha512-c0mef3SNQo56t6urUU6tdQAs+ThoD0o9B9MJ8HEt7NQcGEILCRFqQb7ZbP9JAv+QF1Ky5plydhMR/IrqWDm+TQ==", - "dependencies": { - "ast-types": "^0.13.2", - "escodegen": "^1.8.1", - "esprima": "^4.0.0", - "vm2": "^3.9.8" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/del": { - "version": "4.1.1", - "resolved": "http://npm.anxinyun.cn/del/-/del-4.1.1.tgz", - "integrity": "sha1-no8RciLqRKMf86FWwEm5kFKp8LQ=", - "dependencies": { - "@types/glob": "^7.1.1", - "globby": "^6.1.0", - "is-path-cwd": "^2.0.0", - "is-path-in-cwd": "^2.0.0", - "p-map": "^2.0.0", - "pify": "^4.0.1", - "rimraf": "^2.6.3" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/delegates": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=" - }, - "node_modules/depd": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/destroy": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/detect-browser": { - "version": "5.3.0", - "resolved": "http://npm.anxinyun.cn/detect-browser/-/detect-browser-5.3.0.tgz", - "integrity": "sha512-53rsFbGdwMwlF7qvCt0ypLM5V5/Mbl0szB7GPN8y9NCcbknYOeVVXdrXEq+90IwAfrrzt6Hd+u2E2ntakICU8w==" - }, - "node_modules/detect-node": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/detect-node/-/detect-node-2.1.0.tgz", - "integrity": "sha1-yccHdaScPQO8LAbZpzvlUPl4+LE=" - }, - "node_modules/dicer": { - "version": "0.3.0", - "resolved": "http://npm.anxinyun.cn/dicer/-/dicer-0.3.0.tgz", - "integrity": "sha1-6s2Ys7+/kuirXC/bcaqsRLsGuHI=", - "dependencies": { - "streamsearch": "0.1.2" - }, - "engines": { - "node": ">=4.5.0" - } - }, - "node_modules/digest-header": { - "version": "0.0.1", - "resolved": "http://npm.anxinyun.cn/digest-header/-/digest-header-0.0.1.tgz", - "integrity": "sha1-Ecz23uxXZqw3l0TZAcEsuklRS+Y=", - "dependencies": { - "utility": "0.1.11" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/digest-header/node_modules/utility": { - "version": "0.1.11", - "resolved": "http://npm.anxinyun.cn/utility/-/utility-0.1.11.tgz", - "integrity": "sha1-/eYM+bTkdRlHoM9dEEzik2ciZxU=", - "dependencies": { - "address": ">=0.0.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/dnd-core": { - "version": "10.0.2", - "resolved": "http://npm.anxinyun.cn/dnd-core/-/dnd-core-10.0.2.tgz", - "integrity": "sha512-PrxEjxF0+6Y1n1n1Z9hSWZ1tvnDXv9syL+BccV1r1RC08uWNsyetf8AnWmUF3NgYPwy0HKQJwTqGkZK+1NlaFA==", - "dev": true, - "dependencies": { - "@react-dnd/asap": "^4.0.0", - "@react-dnd/invariant": "^2.0.0", - "redux": "^4.0.4" - } - }, - "node_modules/dns-equal": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/dns-equal/-/dns-equal-1.0.0.tgz", - "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" - }, - "node_modules/dns-packet": { - "version": "1.3.4", - "resolved": "http://npm.anxinyun.cn/dns-packet/-/dns-packet-1.3.4.tgz", - "integrity": "sha1-40VQZYJKJQe6iGxVqJljuxB97G8=", - "dependencies": { - "ip": "^1.1.0", - "safe-buffer": "^5.0.1" - } - }, - "node_modules/dns-txt": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/dns-txt/-/dns-txt-2.0.2.tgz", - "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", - "dependencies": { - "buffer-indexof": "^1.0.0" - } - }, - "node_modules/dom-align": { - "version": "1.12.3", - "resolved": "http://npm.anxinyun.cn/dom-align/-/dom-align-1.12.3.tgz", - "integrity": "sha512-Gj9hZN3a07cbR6zviMUBOMPdWxYhbMI+x+WS0NAIu2zFZmbK8ys9R79g+iG9qLnlCwpFoaB+fKy8Pdv470GsPA==" - }, - "node_modules/dom-converter": { - "version": "0.2.0", - "resolved": "http://npm.anxinyun.cn/dom-converter/-/dom-converter-0.2.0.tgz", - "integrity": "sha1-ZyGp2u4uKTaClVtq/kFncWJ7t2g=", - "dev": true, - "dependencies": { - "utila": "~0.4" - } - }, - "node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "http://npm.anxinyun.cn/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "dev": true, - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - } - }, - "node_modules/dom7": { - "version": "4.0.4", - "resolved": "http://npm.anxinyun.cn/dom7/-/dom7-4.0.4.tgz", - "integrity": "sha512-DSSgBzQ4rJWQp1u6o+3FVwMNnT5bzQbMb+o31TjYYeRi05uAcpF8koxdfzeoe5ElzPmua7W7N28YJhF7iEKqIw==", - "dependencies": { - "ssr-window": "^4.0.0" - } - }, - "node_modules/domelementtype": { - "version": "2.3.0", - "resolved": "http://npm.anxinyun.cn/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", - "dev": true - }, - "node_modules/domhandler": { - "version": "4.3.1", - "resolved": "http://npm.anxinyun.cn/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", - "dev": true, - "dependencies": { - "domelementtype": "^2.2.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/domutils": { - "version": "2.8.0", - "resolved": "http://npm.anxinyun.cn/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha1-RDfe9dtuLR9dbuhZvZXKfQIEgTU=", - "dev": true, - "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - } - }, - "node_modules/dot-case": { - "version": "3.0.4", - "resolved": "http://npm.anxinyun.cn/dot-case/-/dot-case-3.0.4.tgz", - "integrity": "sha1-mytnDQCkMWZ6inW6Kc0bmICc51E=", - "dev": true, - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/dottie": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/dottie/-/dottie-2.0.2.tgz", - "integrity": "sha1-zJHAcmzjoFTr8RxV+8kqfyZt0VQ=" - }, - "node_modules/duplexer": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/duplexer/-/duplexer-0.1.2.tgz", - "integrity": "sha1-Or5DrvODX4rgd9E23c4PJ2sEAOY=", - "dev": true - }, - "node_modules/ecc-jsbn": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", - "dependencies": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "node_modules/echarts": { - "version": "5.3.3", - "resolved": "http://npm.anxinyun.cn/echarts/-/echarts-5.3.3.tgz", - "integrity": "sha512-BRw2serInRwO5SIwRviZ6Xgm5Lb7irgz+sLiFMmy/HOaf4SQ+7oYqxKzRHAKp4xHQ05AuHw1xvoQWJjDQq/FGw==", - "dependencies": { - "tslib": "2.3.0", - "zrender": "5.3.2" - } - }, - "node_modules/echarts/node_modules/tslib": { - "version": "2.3.0", - "resolved": "http://npm.anxinyun.cn/tslib/-/tslib-2.3.0.tgz", - "integrity": "sha1-gDuM2rPhK6WBpMpByIObuw2ssJ4=" - }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "node_modules/electron-to-chromium": { - "version": "1.4.199", - "resolved": "http://npm.anxinyun.cn/electron-to-chromium/-/electron-to-chromium-1.4.199.tgz", - "integrity": "sha512-WIGME0Cs7oob3mxsJwHbeWkH0tYkIE/sjkJ8ML2BYmuRcjhRl/q5kVDXG7W9LOOKwzPU5M0LBlXRq9rlSgnNlg==" - }, - "node_modules/emoji-regex": { - "version": "7.0.3", - "resolved": "http://npm.anxinyun.cn/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY=" - }, - "node_modules/emojis-list": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha1-VXBmIEatKeLpFucariYKvf9Pang=", - "dev": true, - "engines": { - "node": ">= 4" - } - }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/end-of-stream": { - "version": "1.4.4", - "resolved": "http://npm.anxinyun.cn/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=", - "dependencies": { - "once": "^1.4.0" - } - }, - "node_modules/engine.io": { - "version": "1.8.5", - "resolved": "http://npm.anxinyun.cn/engine.io/-/engine.io-1.8.5.tgz", - "integrity": "sha1-Tr5edcbcEj3uSv3Obl/c7SHrk/Y=", - "dependencies": { - "accepts": "1.3.3", - "base64id": "1.0.0", - "cookie": "0.3.1", - "debug": "2.3.3", - "engine.io-parser": "1.3.2", - "ws": "~1.1.5" - } - }, - "node_modules/engine.io-client": { - "version": "1.8.6", - "resolved": "http://npm.anxinyun.cn/engine.io-client/-/engine.io-client-1.8.6.tgz", - "integrity": "sha1-2GlnxIgBlSSt8iZdumK4hplL1f0=", - "dependencies": { - "component-emitter": "1.2.1", - "component-inherit": "0.0.3", - "debug": "2.3.3", - "engine.io-parser": "1.3.2", - "has-cors": "1.1.0", - "indexof": "0.0.1", - "parsejson": "0.0.3", - "parseqs": "0.0.5", - "parseuri": "0.0.5", - "ws": "~1.1.5", - "xmlhttprequest-ssl": "1.6.3", - "yeast": "0.1.2" - } - }, - "node_modules/engine.io-client/node_modules/component-emitter": { - "version": "1.2.1", - "resolved": "http://npm.anxinyun.cn/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" - }, - "node_modules/engine.io-client/node_modules/debug": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "dependencies": { - "ms": "0.7.2" - } - }, - "node_modules/engine.io-client/node_modules/ms": { - "version": "0.7.2", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" - }, - "node_modules/engine.io-parser": { - "version": "1.3.2", - "resolved": "http://npm.anxinyun.cn/engine.io-parser/-/engine.io-parser-1.3.2.tgz", - "integrity": "sha1-k3sHnwAH0Ik+xW1GyyILjLQ1Igo=", - "dependencies": { - "after": "0.8.2", - "arraybuffer.slice": "0.0.6", - "base64-arraybuffer": "0.1.5", - "blob": "0.0.4", - "has-binary": "0.1.7", - "wtf-8": "1.0.0" - } - }, - "node_modules/engine.io/node_modules/accepts": { - "version": "1.3.3", - "resolved": "http://npm.anxinyun.cn/accepts/-/accepts-1.3.3.tgz", - "integrity": "sha1-w8p0NJOGSMPg2cHjKN1otiLChMo=", - "dependencies": { - "mime-types": "~2.1.11", - "negotiator": "0.6.1" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/engine.io/node_modules/debug": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "dependencies": { - "ms": "0.7.2" - } - }, - "node_modules/engine.io/node_modules/ms": { - "version": "0.7.2", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" - }, - "node_modules/engine.io/node_modules/negotiator": { - "version": "0.6.1", - "resolved": "http://npm.anxinyun.cn/negotiator/-/negotiator-0.6.1.tgz", - "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/enhanced-resolve": { - "version": "5.10.0", - "resolved": "http://npm.anxinyun.cn/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", - "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==", - "dependencies": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/enhanced-resolve/node_modules/tapable": { - "version": "2.2.1", - "resolved": "http://npm.anxinyun.cn/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/entities": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "dev": true - }, - "node_modules/envinfo": { - "version": "7.8.1", - "resolved": "http://npm.anxinyun.cn/envinfo/-/envinfo-7.8.1.tgz", - "integrity": "sha1-Bjd+Pl9NN5/qesWS1a2JJ+DE1HU=", - "dev": true, - "bin": { - "envinfo": "dist/cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/epilogue": { - "version": "0.6.6", - "resolved": "http://npm.anxinyun.cn/epilogue/-/epilogue-0.6.6.tgz", - "integrity": "sha1-7Rj7gM9rPsfGBS5NpadF0isICms=", - "dependencies": { - "bluebird": "^3.0.0", - "inflection": "^1.7.1", - "lodash": "^4.8.2" - } - }, - "node_modules/errno": { - "version": "0.1.8", - "resolved": "http://npm.anxinyun.cn/errno/-/errno-0.1.8.tgz", - "integrity": "sha1-i7Ppx9Rjvkl2/4iPdrSAnrwugR8=", - "dependencies": { - "prr": "~1.0.1" - }, - "bin": { - "errno": "cli.js" - } - }, - "node_modules/es-abstract": { - "version": "1.20.1", - "resolved": "http://npm.anxinyun.cn/es-abstract/-/es-abstract-1.20.1.tgz", - "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.1.1", - "get-symbol-description": "^1.0.0", - "has": "^1.0.3", - "has-property-descriptors": "^1.0.0", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", - "is-negative-zero": "^2.0.2", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", - "is-string": "^1.0.7", - "is-weakref": "^1.0.2", - "object-inspect": "^1.12.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "regexp.prototype.flags": "^1.4.3", - "string.prototype.trimend": "^1.0.5", - "string.prototype.trimstart": "^1.0.5", - "unbox-primitive": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-array-method-boxes-properly": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", - "integrity": "sha1-hz8+hEGN5O4Zxb51KZCy5EcY0J4=", - "dev": true - }, - "node_modules/es-module-lexer": { - "version": "0.9.3", - "resolved": "http://npm.anxinyun.cn/es-module-lexer/-/es-module-lexer-0.9.3.tgz", - "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==" - }, - "node_modules/es-to-primitive": { - "version": "1.2.1", - "resolved": "http://npm.anxinyun.cn/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha1-5VzUyc3BiLzvsDs2bHNjI/xciYo=", - "dev": true, - "dependencies": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es6-promise": { - "version": "3.3.1", - "resolved": "http://npm.anxinyun.cn/es6-promise/-/es6-promise-3.3.1.tgz", - "integrity": "sha1-oIzd6EzNvzTQJ6FFG8kdS80ophM=" - }, - "node_modules/escalade": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha1-2M/ccACWXFoBdLSoLqpcBVJ0LkA=", - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "http://npm.anxinyun.cn/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/escodegen": { - "version": "1.14.3", - "resolved": "http://npm.anxinyun.cn/escodegen/-/escodegen-1.14.3.tgz", - "integrity": "sha1-TnuB+6YVgdyXWC7XjKt/Do1j9QM=", - "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, - "engines": { - "node": ">=4.0" - }, - "optionalDependencies": { - "source-map": "~0.6.1" - } - }, - "node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "http://npm.anxinyun.cn/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha1-54blmmbLkrP2wfsNUIqrF0hI9Iw=", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "http://npm.anxinyun.cn/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha1-E7BM2z5sXRnfkatph6hpVhmwqnE=", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "http://npm.anxinyun.cn/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha1-eteWTWeauyi+5yzsY3WLHF0smSE=", - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esrecurse/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "http://npm.anxinyun.cn/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "4.3.0", - "resolved": "http://npm.anxinyun.cn/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0=", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "http://npm.anxinyun.cn/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "http://npm.anxinyun.cn/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/eventemitter3": { - "version": "4.0.7", - "resolved": "http://npm.anxinyun.cn/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha1-Lem2j2Uo1WRO9cWVJqG0oHMGFp8=" - }, - "node_modules/events": { - "version": "3.3.0", - "resolved": "http://npm.anxinyun.cn/events/-/events-3.3.0.tgz", - "integrity": "sha1-Mala0Kkk4tLEGagTrrLE6HjqdAA=", - "engines": { - "node": ">=0.8.x" - } - }, - "node_modules/eventsource": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/eventsource/-/eventsource-2.0.2.tgz", - "integrity": "sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA==", - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/execa": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/execa/-/execa-1.0.0.tgz", - "integrity": "sha1-xiNqW7TfbW8V6I5/AXeYIWdJ3dg=", - "dependencies": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/execa/node_modules/cross-spawn": { - "version": "6.0.5", - "resolved": "http://npm.anxinyun.cn/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha1-Sl7Hxk364iw6FBJNus3uhG2Ay8Q=", - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/execa/node_modules/path-key": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "engines": { - "node": ">=4" - } - }, - "node_modules/execa/node_modules/shebang-command": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/execa/node_modules/shebang-regex": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/execa/node_modules/which": { - "version": "1.3.1", - "resolved": "http://npm.anxinyun.cn/which/-/which-1.3.1.tgz", - "integrity": "sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/exit-on-epipe": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz", - "integrity": "sha1-C92S6H1ShdJn2qgXHQ6wYVlolpI=", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/expand-brackets": { - "version": "2.1.4", - "resolved": "http://npm.anxinyun.cn/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", - "dependencies": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/expand-brackets/node_modules/define-property": { - "version": "0.2.5", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/express": { - "version": "4.18.1", - "resolved": "http://npm.anxinyun.cn/express/-/express-4.18.1.tgz", - "integrity": "sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==", - "dependencies": { - "accepts": "~1.3.8", - "array-flatten": "1.1.1", - "body-parser": "1.20.0", - "content-disposition": "0.5.4", - "content-type": "~1.0.4", - "cookie": "0.5.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "2.0.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "1.2.0", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.7", - "qs": "6.10.3", - "range-parser": "~1.2.1", - "safe-buffer": "5.2.1", - "send": "0.18.0", - "serve-static": "1.15.0", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/express/node_modules/array-flatten": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" - }, - "node_modules/express/node_modules/cookie": { - "version": "0.5.0", - "resolved": "http://npm.anxinyun.cn/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/express/node_modules/debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/express/node_modules/depd": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", - "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/express/node_modules/ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/express/node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "http://npm.anxinyun.cn/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" - }, - "node_modules/express/node_modules/qs": { - "version": "6.10.3", - "resolved": "http://npm.anxinyun.cn/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", - "dependencies": { - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">=0.6" - } - }, - "node_modules/express/node_modules/statuses": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha1-VcsADM8dSHKL0jxoWgY5mM8aG2M=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/extend": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/extend/-/extend-3.0.2.tgz", - "integrity": "sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo=" - }, - "node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob": { - "version": "2.0.4", - "resolved": "http://npm.anxinyun.cn/extglob/-/extglob-2.0.4.tgz", - "integrity": "sha1-rQD+TcYSqSMuhxhxHcXLWrAoVUM=", - "dependencies": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/define-property": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/is-data-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/is-descriptor": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", - "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extsprintf": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", - "engines": [ - "node >=0.6.0" - ] - }, - "node_modules/eyes": { - "version": "0.1.8", - "resolved": "http://npm.anxinyun.cn/eyes/-/eyes-0.1.8.tgz", - "integrity": "sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A=", - "engines": { - "node": "> 0.1.90" - } - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "http://npm.anxinyun.cn/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU=" - }, - "node_modules/fast-diff": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/fast-diff/-/fast-diff-1.1.2.tgz", - "integrity": "sha1-S2LEK44D3j+EhGC2OQeZIGldAVQ=", - "dev": true - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM=" - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "http://npm.anxinyun.cn/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" - }, - "node_modules/fast-safe-stringify": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", - "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" - }, - "node_modules/fastest-levenshtein": { - "version": "1.0.14", - "resolved": "http://npm.anxinyun.cn/fastest-levenshtein/-/fastest-levenshtein-1.0.14.tgz", - "integrity": "sha512-tFfWHjnuUfKE186Tfgr+jtaFc0mZTApEgKDOeyN+FwOqRkO/zK/3h1AiRd8u8CY53owL3CUmGr/oI9p/RdyLTA==", - "dev": true, - "engines": { - "node": ">= 4.9.1" - } - }, - "node_modules/faye-websocket": { - "version": "0.11.4", - "resolved": "http://npm.anxinyun.cn/faye-websocket/-/faye-websocket-0.11.4.tgz", - "integrity": "sha1-fw2Sdc/dhqHJY9yLZfzEUe3Lsdo=", - "dependencies": { - "websocket-driver": ">=0.5.1" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/fecha": { - "version": "4.2.3", - "resolved": "http://npm.anxinyun.cn/fecha/-/fecha-4.2.3.tgz", - "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==" - }, - "node_modules/fflate": { - "version": "0.3.11", - "resolved": "http://npm.anxinyun.cn/fflate/-/fflate-0.3.11.tgz", - "integrity": "sha1-LEQNcYD964GeZImNiFivMnsEKl0=" - }, - "node_modules/file-loader": { - "version": "6.2.0", - "resolved": "http://npm.anxinyun.cn/file-loader/-/file-loader-6.2.0.tgz", - "integrity": "sha1-uu98+OGEDfMl5DkLRISHlIDuvk0=", - "dev": true, - "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/file-loader/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/file-uri-to-path": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz", - "integrity": "sha1-e0Fa66In1XWFHgpbDGQNdlZAP7o=", - "engines": { - "node": ">= 6" - } - }, - "node_modules/fill-range": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/finalhandler": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/finalhandler/-/finalhandler-1.2.0.tgz", - "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "statuses": "2.0.1", - "unpipe": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/finalhandler/node_modules/debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/finalhandler/node_modules/ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/finalhandler/node_modules/statuses": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha1-VcsADM8dSHKL0jxoWgY5mM8aG2M=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/find-cache-dir": { - "version": "3.3.2", - "resolved": "http://npm.anxinyun.cn/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha1-swxbbv8HMHMa6pu9nb7L2AJW1ks=", - "dev": true, - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-cache-dir/node_modules/find-up": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=", - "dev": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-cache-dir/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "http://npm.anxinyun.cn/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=", - "dev": true, - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-cache-dir/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc=", - "dev": true, - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-cache-dir/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM=", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-cache-dir/node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "http://npm.anxinyun.cn/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha1-8JkTPfft5CLoHR2ESCcO6z5CYfM=", - "dev": true, - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-up": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha1-SRafHXmTQwZG2mHsxa41XCHJe3M=", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/follow-redirects": { - "version": "1.15.1", - "resolved": "http://npm.anxinyun.cn/follow-redirects/-/follow-redirects-1.15.1.tgz", - "integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==", - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } - }, - "node_modules/for-in": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/forever-agent": { - "version": "0.6.1", - "resolved": "http://npm.anxinyun.cn/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", - "engines": { - "node": "*" - } - }, - "node_modules/form-data": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/form-data/-/form-data-3.0.1.tgz", - "integrity": "sha1-69U3kbeDVqma+aMA1CgsTV65dV8=", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/formidable": { - "version": "1.2.6", - "resolved": "http://npm.anxinyun.cn/formidable/-/formidable-1.2.6.tgz", - "integrity": "sha512-KcpbcpuLNOwrEjnbpMC0gS+X8ciDoZE1kkqzat4a8vrprf+s9pKNQ/QIwWfbfs4ltgmFl3MD177SNTkve3BwGQ==", - "deprecated": "Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau" - }, - "node_modules/formstream": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/formstream/-/formstream-1.1.1.tgz", - "integrity": "sha1-FyWdJEDDXKlzbbn0X7O6P4Zpx1A=", - "dependencies": { - "destroy": "^1.0.4", - "mime": "^2.5.2", - "pause-stream": "~0.0.11" - } - }, - "node_modules/forwarded": { - "version": "0.2.0", - "resolved": "http://npm.anxinyun.cn/forwarded/-/forwarded-0.2.0.tgz", - "integrity": "sha1-ImmTZCiq1MFcfr6XeahL8LKoGBE=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/frac": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/frac/-/frac-1.1.2.tgz", - "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/fragment-cache": { - "version": "0.2.1", - "resolved": "http://npm.anxinyun.cn/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", - "dependencies": { - "map-cache": "^0.2.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "http://npm.anxinyun.cn/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fs-dc": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/fs-dc/-/fs-dc-1.1.0.tgz", - "integrity": "sha512-4NDVKTlFKlIRSxH5hMpa7oXbwTKGZ+T5tth8kiQC8vivzHCfjPcnBeEwT343Iny9vPc5MAakjeMVC7ZNmSCNHA==", - "dependencies": { - "co": "^4.6.0", - "epilogue": "^0.6.5", - "koa-compose": "^3.0.0", - "pg": "^7.12.1", - "pg-hstore": "^2.3.2", - "sequelize": "^4.2.1" - } - }, - "node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "http://npm.anxinyun.cn/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dependencies": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/fs-logger": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/fs-logger/-/fs-logger-1.0.0.tgz", - "integrity": "sha512-bTnVEpCwoLpeDX17XbfYydbkqXeBDyjvWRgjY/EPz8ZVH+UQpHXumIxKT0aHA2sX1Sca8W3oEfmXTZt5TvmL3g==", - "dependencies": { - "fs-extra": "^0.26.2", - "winston": "^2.1.0" - } - }, - "node_modules/fs-logger/node_modules/fs-extra": { - "version": "0.26.7", - "resolved": "http://npm.anxinyun.cn/fs-extra/-/fs-extra-0.26.7.tgz", - "integrity": "sha1-muH92UiXeY7at20JGM9C0MMYT6k=", - "dependencies": { - "graceful-fs": "^4.1.2", - "jsonfile": "^2.1.0", - "klaw": "^1.0.0", - "path-is-absolute": "^1.0.0", - "rimraf": "^2.2.8" - } - }, - "node_modules/fs-logger/node_modules/jsonfile": { - "version": "2.4.0", - "resolved": "http://npm.anxinyun.cn/jsonfile/-/jsonfile-2.4.0.tgz", - "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/fs-monkey": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/fs-monkey/-/fs-monkey-1.0.3.tgz", - "integrity": "sha1-rjrJLVO7Mo7+DpodlUH2rY1I4tM=", - "dev": true - }, - "node_modules/fs-web-server-scaffold": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/fs-web-server-scaffold/-/fs-web-server-scaffold-1.2.0.tgz", - "integrity": "sha512-3Cx02OkdHNvhge1+N31otW2sOqfttdrg7FgCG8H8mEaIBf5fd3KITVl6OMaTcc/gIwtBwOWvtSc0ZuHHJbYQrQ==", - "dependencies": { - "co": "^4.6.0", - "co-body": "^4.0.0", - "fs-dc": "^1.1.0", - "fs-logger": "^1.0.0", - "is-generator-function": "^1.0.3", - "koa": "^2.0.0-alpha.3", - "koa-66": "^0.7.1", - "koa-bodyparser": "^2.0.1", - "koa-convert": "^1.1.0", - "koa-cors": "0.0.16", - "koa-csrf": "^2.4.0", - "koa-generic-session": "^1.10.0", - "koa-logger": "^1.3.0", - "koa-static": "^1.5.2", - "socket.io": "^1.4.8" - } - }, - "node_modules/fs-web-server-scaffold/node_modules/koa-convert": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/koa-convert/-/koa-convert-1.2.0.tgz", - "integrity": "sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA=", - "dependencies": { - "co": "^4.6.0", - "koa-compose": "^3.0.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "node_modules/fsevents": { - "version": "1.2.13", - "resolved": "http://npm.anxinyun.cn/fsevents/-/fsevents-1.2.13.tgz", - "integrity": "sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg=", - "deprecated": "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "dependencies": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "engines": { - "node": ">= 4.0" - } - }, - "node_modules/ftp": { - "version": "0.3.10", - "resolved": "http://npm.anxinyun.cn/ftp/-/ftp-0.3.10.tgz", - "integrity": "sha1-kZfYYa2BQvPmPVqDv+TFn3MwiF0=", - "dependencies": { - "readable-stream": "1.1.x", - "xregexp": "2.0.0" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/ftp/node_modules/readable-stream": { - "version": "1.1.14", - "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-1.1.14.tgz", - "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - } - }, - "node_modules/ftp/node_modules/string_decoder": { - "version": "0.10.31", - "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" - }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=" - }, - "node_modules/function.prototype.name": { - "version": "1.1.5", - "resolved": "http://npm.anxinyun.cn/function.prototype.name/-/function.prototype.name-1.1.5.tgz", - "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "functions-have-names": "^1.2.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/functions-have-names": { - "version": "1.2.3", - "resolved": "http://npm.anxinyun.cn/functions-have-names/-/functions-have-names-1.2.3.tgz", - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", - "dev": true - }, - "node_modules/generic-pool": { - "version": "3.5.0", - "resolved": "http://npm.anxinyun.cn/generic-pool/-/generic-pool-3.5.0.tgz", - "integrity": "sha1-rKxP10Ohdf8gV084CRADZGTLYfc=", - "engines": { - "node": ">= 4" - } - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "http://npm.anxinyun.cn/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha1-MqbudsPX9S1GsrGuXZP+qFgKJeA=", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "http://npm.anxinyun.cn/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha1-T5RBKoLbMvNuOwuXQfipf+sDH34=", - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/get-intrinsic": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/get-intrinsic/-/get-intrinsic-1.1.2.tgz", - "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", - "dependencies": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.3" - } - }, - "node_modules/get-stream": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha1-wbJVV189wh1Zv8ec09K0axw6VLU=", - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/get-symbol-description": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/get-uri": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/get-uri/-/get-uri-3.0.2.tgz", - "integrity": "sha1-8O8TVvqrxw4flAT6O2ayupv8clw=", - "dependencies": { - "@tootallnate/once": "1", - "data-uri-to-buffer": "3", - "debug": "4", - "file-uri-to-path": "2", - "fs-extra": "^8.1.0", - "ftp": "^0.3.10" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/get-uri/node_modules/fs-extra": { - "version": "8.1.0", - "resolved": "http://npm.anxinyun.cn/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/get-uri/node_modules/jsonfile": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/get-uri/node_modules/universalify": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY=", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/get-value": { - "version": "2.0.6", - "resolved": "http://npm.anxinyun.cn/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/getpass": { - "version": "0.1.7", - "resolved": "http://npm.anxinyun.cn/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "dependencies": { - "assert-plus": "^1.0.0" - } - }, - "node_modules/gl-matrix": { - "version": "3.4.3", - "resolved": "http://npm.anxinyun.cn/gl-matrix/-/gl-matrix-3.4.3.tgz", - "integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==" - }, - "node_modules/gl-vec2": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/gl-vec2/-/gl-vec2-1.3.0.tgz", - "integrity": "sha1-g9Ry7UYDTejgnLyFcSP7bIHFEZk=" - }, - "node_modules/glob": { - "version": "7.2.3", - "resolved": "http://npm.anxinyun.cn/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - } - }, - "node_modules/glob-parent": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dependencies": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - } - }, - "node_modules/glob-parent/node_modules/is-glob": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dependencies": { - "is-extglob": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/glob-to-regexp": { - "version": "0.4.1", - "resolved": "http://npm.anxinyun.cn/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha1-x1KXCHyFG5pXi9IX3VmpL1n+VG4=" - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "http://npm.anxinyun.cn/globals/-/globals-11.12.0.tgz", - "integrity": "sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/globby": { - "version": "6.1.0", - "resolved": "http://npm.anxinyun.cn/globby/-/globby-6.1.0.tgz", - "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", - "dependencies": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/globby/node_modules/pify": { - "version": "2.3.0", - "resolved": "http://npm.anxinyun.cn/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.10", - "resolved": "http://npm.anxinyun.cn/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" - }, - "node_modules/graphlib": { - "version": "2.1.8", - "resolved": "http://npm.anxinyun.cn/graphlib/-/graphlib-2.1.8.tgz", - "integrity": "sha1-V2HUFHN4cAhMkux7XbywWSydNdo=", - "dependencies": { - "lodash": "^4.17.15" - } - }, - "node_modules/gzip-size": { - "version": "6.0.0", - "resolved": "http://npm.anxinyun.cn/gzip-size/-/gzip-size-6.0.0.tgz", - "integrity": "sha1-BlNn/VDCOcBnHLy61b4+LusQ5GI=", - "dev": true, - "dependencies": { - "duplexer": "^0.1.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/hammerjs": { - "version": "2.0.8", - "resolved": "http://npm.anxinyun.cn/hammerjs/-/hammerjs-2.0.8.tgz", - "integrity": "sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/handle-thing": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/handle-thing/-/handle-thing-2.0.1.tgz", - "integrity": "sha1-hX95zjWVgMNA1DCBzGSJcNC7I04=" - }, - "node_modules/har-schema": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", - "engines": { - "node": ">=4" - } - }, - "node_modules/har-validator": { - "version": "5.1.5", - "resolved": "http://npm.anxinyun.cn/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha1-HwgDufjLIMD6E4It8ezds2veHv0=", - "deprecated": "this library is no longer supported", - "dependencies": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/has/-/has-1.0.3.tgz", - "integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/has-ansi": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-bigints": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", - "dev": true - }, - "node_modules/has-binary": { - "version": "0.1.7", - "resolved": "http://npm.anxinyun.cn/has-binary/-/has-binary-0.1.7.tgz", - "integrity": "sha1-aOYesWIQyVRaClzOBqhzkS/h5ow=", - "dependencies": { - "isarray": "0.0.1" - } - }, - "node_modules/has-cors": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/has-cors/-/has-cors-1.1.0.tgz", - "integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=" - }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/has-property-descriptors": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", - "dev": true, - "dependencies": { - "get-intrinsic": "^1.1.1" - } - }, - "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/has-tostringtag": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha1-fhM4GKfTlHNPlB5zw9P5KR5liyU=", - "dependencies": { - "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/has-value": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", - "dependencies": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", - "dependencies": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values/node_modules/kind-of": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/he": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/he/-/he-1.2.0.tgz", - "integrity": "sha1-hK5l+n6vsWX922FWauFLrwVmTw8=", - "dev": true, - "bin": { - "he": "bin/he" - } - }, - "node_modules/history": { - "version": "4.10.1", - "resolved": "http://npm.anxinyun.cn/history/-/history-4.10.1.tgz", - "integrity": "sha1-MzcaZeOoOyZ0NOKz87G0xYqtTPM=", - "dependencies": { - "@babel/runtime": "^7.1.2", - "loose-envify": "^1.2.0", - "resolve-pathname": "^3.0.0", - "tiny-invariant": "^1.0.2", - "tiny-warning": "^1.0.0", - "value-equal": "^1.0.1" - } - }, - "node_modules/hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "http://npm.anxinyun.cn/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha1-7OCsr3HWLClpwuxZ/v9CpLGoW0U=", - "dependencies": { - "react-is": "^16.7.0" - } - }, - "node_modules/hpack.js": { - "version": "2.1.6", - "resolved": "http://npm.anxinyun.cn/hpack.js/-/hpack.js-2.1.6.tgz", - "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", - "dependencies": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" - } - }, - "node_modules/hpack.js/node_modules/isarray": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/hpack.js/node_modules/readable-stream": { - "version": "2.3.7", - "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/hpack.js/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=" - }, - "node_modules/hpack.js/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/html-entities": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/html-entities/-/html-entities-1.4.0.tgz", - "integrity": "sha1-z70bAdKvr5rcobEK59/6uYxx0tw=" - }, - "node_modules/html-minifier-terser": { - "version": "5.1.1", - "resolved": "http://npm.anxinyun.cn/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", - "integrity": "sha1-ki6W8fO7YIMsJjS3mIQJY4mx8FQ=", - "dev": true, - "dependencies": { - "camel-case": "^4.1.1", - "clean-css": "^4.2.3", - "commander": "^4.1.1", - "he": "^1.2.0", - "param-case": "^3.0.3", - "relateurl": "^0.2.7", - "terser": "^4.6.3" - }, - "bin": { - "html-minifier-terser": "cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/html-minifier-terser/node_modules/commander": { - "version": "4.1.1", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-4.1.1.tgz", - "integrity": "sha1-n9YCvZNilOnp70aj9NaWQESxgGg=", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/html-webpack-plugin": { - "version": "4.5.2", - "resolved": "http://npm.anxinyun.cn/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz", - "integrity": "sha1-dvyD+hoPEt1ffaBASlTiaZZmvBI=", - "dev": true, - "dependencies": { - "@types/html-minifier-terser": "^5.0.0", - "@types/tapable": "^1.0.5", - "@types/webpack": "^4.41.8", - "html-minifier-terser": "^5.0.1", - "loader-utils": "^1.2.3", - "lodash": "^4.17.20", - "pretty-error": "^2.1.1", - "tapable": "^1.1.3", - "util.promisify": "1.0.0" - }, - "engines": { - "node": ">=6.9" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/html-webpack-plugin/node_modules/json5": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/json5/-/json5-1.0.1.tgz", - "integrity": "sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=", - "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/html-webpack-plugin/node_modules/loader-utils": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha1-xXm140yzSxp07cbB+za/o3HVphM=", - "dev": true, - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/htmlparser2": { - "version": "6.1.0", - "resolved": "http://npm.anxinyun.cn/htmlparser2/-/htmlparser2-6.1.0.tgz", - "integrity": "sha1-xNditsM3GgXb5l6UrkOp+EX7j7c=", - "dev": true, - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" - } - }, - "node_modules/http-assert": { - "version": "1.5.0", - "resolved": "http://npm.anxinyun.cn/http-assert/-/http-assert-1.5.0.tgz", - "integrity": "sha1-w4nM2HrBbtLfpiRv1zuSaqAOa48=", - "dependencies": { - "deep-equal": "~1.0.1", - "http-errors": "~1.8.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/http-assert/node_modules/http-errors": { - "version": "1.8.1", - "resolved": "http://npm.anxinyun.cn/http-errors/-/http-errors-1.8.1.tgz", - "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/http-deceiver": { - "version": "1.2.7", - "resolved": "http://npm.anxinyun.cn/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=" - }, - "node_modules/http-errors": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/http-errors/node_modules/depd": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", - "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/http-errors/node_modules/statuses": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha1-VcsADM8dSHKL0jxoWgY5mM8aG2M=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/http-parser-js": { - "version": "0.5.8", - "resolved": "http://npm.anxinyun.cn/http-parser-js/-/http-parser-js-0.5.8.tgz", - "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==" - }, - "node_modules/http-proxy": { - "version": "1.18.1", - "resolved": "http://npm.anxinyun.cn/http-proxy/-/http-proxy-1.18.1.tgz", - "integrity": "sha1-QBVB8FNIhLv5UmAzTnL4juOXZUk=", - "dependencies": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/http-proxy-agent": { - "version": "4.0.1", - "resolved": "http://npm.anxinyun.cn/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha1-ioyO9/WTLM+VPClsqCkblap0qjo=", - "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/http-proxy-middleware": { - "version": "0.19.1", - "resolved": "http://npm.anxinyun.cn/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", - "integrity": "sha1-GDx9xKoUeRUDBkmMIQza+WCApDo=", - "dependencies": { - "http-proxy": "^1.17.0", - "is-glob": "^4.0.0", - "lodash": "^4.17.11", - "micromatch": "^3.1.10" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/http-signature": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", - "dependencies": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "engines": { - "node": ">=0.8", - "npm": ">=1.3.7" - } - }, - "node_modules/https-proxy-agent": { - "version": "5.0.1", - "resolved": "http://npm.anxinyun.cn/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", - "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/humanize-ms": { - "version": "1.2.1", - "resolved": "http://npm.anxinyun.cn/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", - "dependencies": { - "ms": "^2.0.0" - } - }, - "node_modules/humanize-number": { - "version": "0.0.2", - "resolved": "http://npm.anxinyun.cn/humanize-number/-/humanize-number-0.0.2.tgz", - "integrity": "sha1-EcCvakcWQ2M1iFiASPF5lUFInBg=" - }, - "node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "http://npm.anxinyun.cn/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/icss-utils": { - "version": "4.1.1", - "resolved": "http://npm.anxinyun.cn/icss-utils/-/icss-utils-4.1.1.tgz", - "integrity": "sha1-IRcLU3ie4nRHwvR91oMIFAP5pGc=", - "dev": true, - "dependencies": { - "postcss": "^7.0.14" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/image-size": { - "version": "0.5.5", - "resolved": "http://npm.anxinyun.cn/image-size/-/image-size-0.5.5.tgz", - "integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=", - "dev": true, - "optional": true, - "bin": { - "image-size": "bin/image-size.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/immutable": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/immutable/-/immutable-4.1.0.tgz", - "integrity": "sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ==" - }, - "node_modules/import-local": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/import-local/-/import-local-2.0.0.tgz", - "integrity": "sha1-VQcL44pZk88Y72236WH1vuXFoJ0=", - "dependencies": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" - }, - "bin": { - "import-local-fixture": "fixtures/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/indexof": { - "version": "0.0.1", - "resolved": "http://npm.anxinyun.cn/indexof/-/indexof-0.0.1.tgz", - "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=" - }, - "node_modules/inflation": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/inflation/-/inflation-2.0.0.tgz", - "integrity": "sha1-i0F+R8KPklpFEz2RTKH9OJEH8w8=", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/inflection": { - "version": "1.13.2", - "resolved": "http://npm.anxinyun.cn/inflection/-/inflection-1.13.2.tgz", - "integrity": "sha512-cmZlljCRTBFouT8UzMzrGcVEvkv6D/wBdcdKG7J1QH5cXjtU75Dm+P27v9EKu/Y43UYyCJd1WC4zLebRrC8NBw==", - "engines": [ - "node >= 0.4.0" - ] - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "http://npm.anxinyun.cn/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "http://npm.anxinyun.cn/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=" - }, - "node_modules/insert-css": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/insert-css/-/insert-css-2.0.0.tgz", - "integrity": "sha1-610Ql7dUL0x56jBg067gfQU4gPQ=" - }, - "node_modules/internal-ip": { - "version": "4.3.0", - "resolved": "http://npm.anxinyun.cn/internal-ip/-/internal-ip-4.3.0.tgz", - "integrity": "sha1-hFRSuq2dLKO2nGNaE3rLmg2tCQc=", - "dependencies": { - "default-gateway": "^4.2.0", - "ipaddr.js": "^1.9.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/internal-slot": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/internal-slot/-/internal-slot-1.0.3.tgz", - "integrity": "sha1-c0fjB97uovqsKsYgXUvH00ln9Zw=", - "dev": true, - "dependencies": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/interpret": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/interpret/-/interpret-2.2.0.tgz", - "integrity": "sha1-GnigtZZcQKVBbQB61vUK0nxBffk=", - "dev": true, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/invariant": { - "version": "2.2.4", - "resolved": "http://npm.anxinyun.cn/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha1-YQ88ksk1nOHbYW5TgAjSP/NRWOY=", - "dependencies": { - "loose-envify": "^1.0.0" - } - }, - "node_modules/inversify": { - "version": "5.1.1", - "resolved": "http://npm.anxinyun.cn/inversify/-/inversify-5.1.1.tgz", - "integrity": "sha1-b71mjFkTN0BOAFoZRr/g2ALAhzA=" - }, - "node_modules/inversify-inject-decorators": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/inversify-inject-decorators/-/inversify-inject-decorators-3.1.0.tgz", - "integrity": "sha1-2ZQQgLrXfOyKZe4p2QXk1dc+HpU=" - }, - "node_modules/ip": { - "version": "1.1.8", - "resolved": "http://npm.anxinyun.cn/ip/-/ip-1.1.8.tgz", - "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==" - }, - "node_modules/ip-regex": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/ip-regex/-/ip-regex-2.1.0.tgz", - "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=", - "engines": { - "node": ">=4" - } - }, - "node_modules/ipaddr.js": { - "version": "1.9.1", - "resolved": "http://npm.anxinyun.cn/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha1-v/OFQ+64mEglB5/zoqjmy9RngbM=", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/is-absolute-url": { - "version": "3.0.3", - "resolved": "http://npm.anxinyun.cn/is-absolute-url/-/is-absolute-url-3.0.3.tgz", - "integrity": "sha1-lsaiK2ojkpsR6gr7GDbDatSl1pg=", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "http://npm.anxinyun.cn/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-any-array": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/is-any-array/-/is-any-array-2.0.0.tgz", - "integrity": "sha512-WdPV58rT3aOWXvvyuBydnCq4S2BM1Yz8shKxlEpk/6x+GX202XRvXOycEFtNgnHVLoc46hpexPFx8Pz1/sMS0w==" - }, - "node_modules/is-arrayish": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/is-arrayish/-/is-arrayish-0.3.2.tgz", - "integrity": "sha1-RXSirlb3qyBolvtDHq7tBm/fjwM=" - }, - "node_modules/is-bigint": { - "version": "1.0.4", - "resolved": "http://npm.anxinyun.cn/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha1-CBR6GHW8KzIAXUHM2Ckd/8ZpHfM=", - "dev": true, - "dependencies": { - "has-bigints": "^1.0.1" - } - }, - "node_modules/is-binary-path": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/is-binary-path/-/is-binary-path-1.0.1.tgz", - "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", - "dependencies": { - "binary-extensions": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-bluebird": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-bluebird/-/is-bluebird-1.0.2.tgz", - "integrity": "sha1-CWQ5Bg9KpBGr7hkUOoTWpVNG1uI=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-boolean-object": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha1-XG3CACRt2TIa5LiFoRS7H3X2Nxk=", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "http://npm.anxinyun.cn/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha1-76ouqdqg16suoTqXsritUf776L4=" - }, - "node_modules/is-callable": { - "version": "1.2.4", - "resolved": "http://npm.anxinyun.cn/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha1-RzAdWN0CWUB4ZVR4U99tYf5HGUU=", - "dev": true, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-core-module": { - "version": "2.9.0", - "resolved": "http://npm.anxinyun.cn/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", - "dev": true, - "dependencies": { - "has": "^1.0.3" - } - }, - "node_modules/is-data-descriptor": { - "version": "0.1.4", - "resolved": "http://npm.anxinyun.cn/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-date-object": { - "version": "1.0.5", - "resolved": "http://npm.anxinyun.cn/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha1-CEHVU25yTCVZe/bqYuG9OCmN8x8=", - "dev": true, - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-descriptor": { - "version": "0.1.6", - "resolved": "http://npm.anxinyun.cn/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha1-Nm2CQN3kh8pRgjsaufB6EKeCUco=", - "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-descriptor/node_modules/kind-of": { - "version": "5.1.0", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha1-cpyR4thXt6QZofmqZWhcTDP1hF0=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-extendable": { - "version": "0.1.1", - "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "engines": { - "node": ">=4" - } - }, - "node_modules/is-generator-function": { - "version": "1.0.10", - "resolved": "http://npm.anxinyun.cn/is-generator-function/-/is-generator-function-1.0.10.tgz", - "integrity": "sha1-8VWLrxrBfg3up8BBXEODUf8rPHI=", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "http://npm.anxinyun.cn/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-negative-zero": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", - "dev": true, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-number": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-number-object": { - "version": "1.0.7", - "resolved": "http://npm.anxinyun.cn/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", - "dev": true, - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-path-cwd": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/is-path-cwd/-/is-path-cwd-2.2.0.tgz", - "integrity": "sha1-Z9Q7gmZKe1GR/ZEZEn6zAASKn9s=", - "engines": { - "node": ">=6" - } - }, - "node_modules/is-path-in-cwd": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", - "integrity": "sha1-v+Lcomxp85cmWkAJljYCk1oFOss=", - "dependencies": { - "is-path-inside": "^2.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/is-path-inside": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/is-path-inside/-/is-path-inside-2.1.0.tgz", - "integrity": "sha1-fJgQWH1lmkDSe8201WFuqwWUlLI=", - "dependencies": { - "path-is-inside": "^1.0.2" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "http://npm.anxinyun.cn/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha1-LBY7P6+xtgbZ0Xko8FwqHDjgdnc=", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-regex": { - "version": "1.1.4", - "resolved": "http://npm.anxinyun.cn/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha1-7vVmPNWfpMCuM5UFMj32hUuxWVg=", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2" - } - }, - "node_modules/is-stream": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-string": { - "version": "1.0.7", - "resolved": "http://npm.anxinyun.cn/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha1-DdEr8gBvJVu1j2lREO/3SR7rwP0=", - "dev": true, - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-symbol": { - "version": "1.0.4", - "resolved": "http://npm.anxinyun.cn/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha1-ptrJO2NbBjymhyI23oiRClevE5w=", - "dev": true, - "dependencies": { - "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" - }, - "node_modules/is-weakref": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2" - } - }, - "node_modules/is-what": { - "version": "3.14.1", - "resolved": "http://npm.anxinyun.cn/is-what/-/is-what-3.14.1.tgz", - "integrity": "sha1-4SIvRt3ahd6tD9HJ3xMXYOd3VcE=", - "dev": true - }, - "node_modules/is-windows": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha1-0YUOuXkezRjmGCzhKjDzlmNLsZ0=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-wsl": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/isarray": { - "version": "0.0.1", - "resolved": "http://npm.anxinyun.cn/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" - }, - "node_modules/isobject": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/isstream": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" - }, - "node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "http://npm.anxinyun.cn/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha1-zW/BfihQDP9WwbhsCn/UpUpzAFw=", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha1-GSA/tZmR35jjoocFDUZHzerzJJk=" - }, - "node_modules/jsbn": { - "version": "0.1.1", - "resolved": "http://npm.anxinyun.cn/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" - }, - "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "http://npm.anxinyun.cn/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha1-gFZNLkg9rPbo7yCWUKZ98/DCg6Q=", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "http://npm.anxinyun.cn/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0=" - }, - "node_modules/json-schema": { - "version": "0.4.0", - "resolved": "http://npm.anxinyun.cn/json-schema/-/json-schema-0.4.0.tgz", - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "http://npm.anxinyun.cn/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha1-afaofZUTq4u4/mO9sJecRI5oRmA=" - }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "resolved": "http://npm.anxinyun.cn/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" - }, - "node_modules/json2mq": { - "version": "0.2.0", - "resolved": "http://npm.anxinyun.cn/json2mq/-/json2mq-0.2.0.tgz", - "integrity": "sha1-tje9O6nqvhIsg+lyBIOusQ0skEo=", - "dependencies": { - "string-convert": "^0.2.0" - } - }, - "node_modules/json3": { - "version": "3.3.2", - "resolved": "http://npm.anxinyun.cn/json3/-/json3-3.3.2.tgz", - "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=", - "deprecated": "Please use the native JSON object instead of JSON 3" - }, - "node_modules/json5": { - "version": "2.2.1", - "resolved": "http://npm.anxinyun.cn/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", - "dev": true, - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jsonfile": { - "version": "6.1.0", - "resolved": "http://npm.anxinyun.cn/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4=", - "dependencies": { - "universalify": "^2.0.0" - }, - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/jsprim": { - "version": "1.4.2", - "resolved": "http://npm.anxinyun.cn/jsprim/-/jsprim-1.4.2.tgz", - "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", - "dependencies": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.4.0", - "verror": "1.10.0" - }, - "engines": { - "node": ">=0.6.0" - } - }, - "node_modules/keygrip": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/keygrip/-/keygrip-1.1.0.tgz", - "integrity": "sha1-hxsWgdXhWcYqRFsMdLYV4JF+ciY=", - "dependencies": { - "tsscmp": "1.0.6" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/killable": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/killable/-/killable-1.0.1.tgz", - "integrity": "sha1-TIzkQRh6Bhx0dPuHygjipjgZSJI=" - }, - "node_modules/kind-of": { - "version": "6.0.3", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/klaw": { - "version": "1.3.1", - "resolved": "http://npm.anxinyun.cn/klaw/-/klaw-1.3.1.tgz", - "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=", - "optionalDependencies": { - "graceful-fs": "^4.1.9" - } - }, - "node_modules/klona": { - "version": "2.0.5", - "resolved": "http://npm.anxinyun.cn/klona/-/klona-2.0.5.tgz", - "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/koa": { - "version": "2.13.4", - "resolved": "http://npm.anxinyun.cn/koa/-/koa-2.13.4.tgz", - "integrity": "sha512-43zkIKubNbnrULWlHdN5h1g3SEKXOEzoAlRsHOTFpnlDu8JlAOZSMJBLULusuXRequboiwJcj5vtYXKB3k7+2g==", - "dependencies": { - "accepts": "^1.3.5", - "cache-content-type": "^1.0.0", - "content-disposition": "~0.5.2", - "content-type": "^1.0.4", - "cookies": "~0.8.0", - "debug": "^4.3.2", - "delegates": "^1.0.0", - "depd": "^2.0.0", - "destroy": "^1.0.4", - "encodeurl": "^1.0.2", - "escape-html": "^1.0.3", - "fresh": "~0.5.2", - "http-assert": "^1.3.0", - "http-errors": "^1.6.3", - "is-generator-function": "^1.0.7", - "koa-compose": "^4.1.0", - "koa-convert": "^2.0.0", - "on-finished": "^2.3.0", - "only": "~0.0.2", - "parseurl": "^1.3.2", - "statuses": "^1.5.0", - "type-is": "^1.6.16", - "vary": "^1.1.2" - }, - "engines": { - "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4" - } - }, - "node_modules/koa-66": { - "version": "0.7.3", - "resolved": "http://npm.anxinyun.cn/koa-66/-/koa-66-0.7.3.tgz", - "integrity": "sha1-uJqigcousj+2HFY8Q0ZHRhDFniw=", - "dependencies": { - "debug": "^2.2.0", - "koa-compose": "^3.0.0", - "path-to-regexp": "^1.2.1" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/koa-66/node_modules/debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/koa-66/node_modules/ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/koa-66/node_modules/path-to-regexp": { - "version": "1.8.0", - "resolved": "http://npm.anxinyun.cn/path-to-regexp/-/path-to-regexp-1.8.0.tgz", - "integrity": "sha1-iHs7qdhDk+h6CgufTLdWGYtTVIo=", - "dependencies": { - "isarray": "0.0.1" - } - }, - "node_modules/koa-better-http-proxy": { - "version": "0.2.10", - "resolved": "http://npm.anxinyun.cn/koa-better-http-proxy/-/koa-better-http-proxy-0.2.10.tgz", - "integrity": "sha512-i47bpzbMFOMvPoM7sUovsIfepPSDNZpNVV4expEER2wWaCGWLTRcWfx/wVOKA3gJLMdLLwzx9tZlyF5EGC1ZYg==", - "dependencies": { - "es6-promise": "^3.3.1", - "raw-body": "^2.2.0" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/koa-bodyparser": { - "version": "2.5.0", - "resolved": "http://npm.anxinyun.cn/koa-bodyparser/-/koa-bodyparser-2.5.0.tgz", - "integrity": "sha1-PrckP0eZii53LbBfbcTg9PPMvfA=", - "dependencies": { - "co-body": "^5.1.0", - "copy-to": "^2.0.1" - }, - "engines": { - "node": ">=0.12" - } - }, - "node_modules/koa-bodyparser/node_modules/co-body": { - "version": "5.2.0", - "resolved": "http://npm.anxinyun.cn/co-body/-/co-body-5.2.0.tgz", - "integrity": "sha1-WgpljEYCkTHg46MG9nZHMC9xwSQ=", - "dependencies": { - "inflation": "^2.0.0", - "qs": "^6.4.0", - "raw-body": "^2.2.0", - "type-is": "^1.6.14" - } - }, - "node_modules/koa-compose": { - "version": "3.2.1", - "resolved": "http://npm.anxinyun.cn/koa-compose/-/koa-compose-3.2.1.tgz", - "integrity": "sha1-qFzLQLfZhtjlo0Wzoazo6rz1Tec=", - "dependencies": { - "any-promise": "^1.1.0" - } - }, - "node_modules/koa-convert": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/koa-convert/-/koa-convert-2.0.0.tgz", - "integrity": "sha1-hqDETYHUBVG64i/uZwmQRXPupPU=", - "dependencies": { - "co": "^4.6.0", - "koa-compose": "^4.1.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/koa-convert/node_modules/koa-compose": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/koa-compose/-/koa-compose-4.1.0.tgz", - "integrity": "sha1-UHMGuTcZAdtBEhyBLpI9DWfT6Hc=" - }, - "node_modules/koa-cors": { - "version": "0.0.16", - "resolved": "http://npm.anxinyun.cn/koa-cors/-/koa-cors-0.0.16.tgz", - "integrity": "sha1-mBB5k6eQnjTAQphsXsYVbXfzQy4=" - }, - "node_modules/koa-csrf": { - "version": "2.5.0", - "resolved": "http://npm.anxinyun.cn/koa-csrf/-/koa-csrf-2.5.0.tgz", - "integrity": "sha1-4j3nyOHQz+HucxDrLz8uykPaz44=", - "dependencies": { - "csrf": "^3.0.0" - } - }, - "node_modules/koa-generic-session": { - "version": "1.11.7", - "resolved": "http://npm.anxinyun.cn/koa-generic-session/-/koa-generic-session-1.11.7.tgz", - "integrity": "sha1-qWhLkRYg5NnhE8Zhm7Rgks3pr84=", - "dependencies": { - "copy-to": "~2.0.1", - "crc": "~3.4.0", - "debug": "^3.2.5", - "parseurl": "~1.3.1", - "uid-safe": "~2.1.1" - }, - "engines": { - "node": ">= 0.11.9" - } - }, - "node_modules/koa-generic-session/node_modules/debug": { - "version": "3.2.7", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", - "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/koa-logger": { - "version": "1.3.1", - "resolved": "http://npm.anxinyun.cn/koa-logger/-/koa-logger-1.3.1.tgz", - "integrity": "sha1-rT9fIZOzM0Mo8+uZphj0sEvui9U=", - "dependencies": { - "bytes": "1", - "chalk": "^1.1.3", - "humanize-number": "0.0.2", - "passthrough-counter": "^1.0.0" - } - }, - "node_modules/koa-logger/node_modules/ansi-styles": { - "version": "2.2.1", - "resolved": "http://npm.anxinyun.cn/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/koa-logger/node_modules/bytes": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/bytes/-/bytes-1.0.0.tgz", - "integrity": "sha1-NWnt6Lo0MV+rmcPpLLBMciDeH6g=" - }, - "node_modules/koa-logger/node_modules/chalk": { - "version": "1.1.3", - "resolved": "http://npm.anxinyun.cn/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dependencies": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/koa-logger/node_modules/supports-color": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/koa-proxy": { - "version": "1.0.0-alpha.3", - "resolved": "http://npm.anxinyun.cn/koa-proxy/-/koa-proxy-1.0.0-alpha.3.tgz", - "integrity": "sha1-r8Ye3J3GoZVGRmS+zMFiz+mUv1U=", - "dependencies": { - "pause-stream": "0.0.11", - "request": "^2.88.0", - "request-promise-native": "^1.0.5" - }, - "peerDependencies": { - "koa": "2.x" - } - }, - "node_modules/koa-send": { - "version": "2.0.3", - "resolved": "http://npm.anxinyun.cn/koa-send/-/koa-send-2.0.3.tgz", - "integrity": "sha1-f9PPPOFBi63jdqhM6k7DHY9Jzwc=", - "dependencies": { - "debug": "^3.2.5", - "mz": "^2.0.0", - "resolve-path": "^1.2.1" - } - }, - "node_modules/koa-send/node_modules/debug": { - "version": "3.2.7", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", - "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/koa-static": { - "version": "1.5.3", - "resolved": "http://npm.anxinyun.cn/koa-static/-/koa-static-1.5.3.tgz", - "integrity": "sha1-29IUbu5xeA3/0xLyPMSnYui839I=", - "dependencies": { - "debug": "^3.2.5", - "koa-send": "~2.0.1" - } - }, - "node_modules/koa-static/node_modules/debug": { - "version": "3.2.7", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", - "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/koa-view": { - "version": "2.1.4", - "resolved": "http://npm.anxinyun.cn/koa-view/-/koa-view-2.1.4.tgz", - "integrity": "sha1-Z5bcjoMiv3c3tbHNpNP1FMoYBhA=", - "dependencies": { - "nunjucks": "^3.2.0" - } - }, - "node_modules/koa/node_modules/depd": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", - "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/koa/node_modules/http-errors": { - "version": "1.8.1", - "resolved": "http://npm.anxinyun.cn/http-errors/-/http-errors-1.8.1.tgz", - "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/koa/node_modules/http-errors/node_modules/depd": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/koa/node_modules/koa-compose": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/koa-compose/-/koa-compose-4.1.0.tgz", - "integrity": "sha1-UHMGuTcZAdtBEhyBLpI9DWfT6Hc=" - }, - "node_modules/less": { - "version": "3.13.1", - "resolved": "http://npm.anxinyun.cn/less/-/less-3.13.1.tgz", - "integrity": "sha1-DryR0qDpwMZzW4PUlrCrBYMHeQk=", - "dev": true, - "dependencies": { - "copy-anything": "^2.0.1", - "tslib": "^1.10.0" - }, - "bin": { - "lessc": "bin/lessc" - }, - "engines": { - "node": ">=6" - }, - "optionalDependencies": { - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "make-dir": "^2.1.0", - "mime": "^1.4.1", - "native-request": "^1.0.5", - "source-map": "~0.6.0" - } - }, - "node_modules/less-bundle-promise": { - "version": "1.0.11", - "resolved": "http://npm.anxinyun.cn/less-bundle-promise/-/less-bundle-promise-1.0.11.tgz", - "integrity": "sha512-LozmEciljdXe0CwEH6uWTlpQDlOVM8d3kkj14P+Jeze/AUhaPZs02x6INJh4TYSeO5xw4RxkpzXTELZSkLKC6Q==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/less-loader": { - "version": "7.3.0", - "resolved": "http://npm.anxinyun.cn/less-loader/-/less-loader-7.3.0.tgz", - "integrity": "sha1-+dbTbRhznWQgZ6Bftb1wyMYTF+U=", - "dev": true, - "dependencies": { - "klona": "^2.0.4", - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "peerDependencies": { - "less": "^3.5.0 || ^4.0.0", - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/less-loader/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/less/node_modules/make-dir": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=", - "dev": true, - "optional": true, - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/less/node_modules/mime": { - "version": "1.6.0", - "resolved": "http://npm.anxinyun.cn/mime/-/mime-1.6.0.tgz", - "integrity": "sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE=", - "dev": true, - "optional": true, - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/less/node_modules/tslib": { - "version": "1.14.1", - "resolved": "http://npm.anxinyun.cn/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=", - "dev": true - }, - "node_modules/leven": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/leven/-/leven-2.1.0.tgz", - "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/levn": { - "version": "0.3.0", - "resolved": "http://npm.anxinyun.cn/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", - "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/loader-runner": { - "version": "4.3.0", - "resolved": "http://npm.anxinyun.cn/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", - "engines": { - "node": ">=6.11.5" - } - }, - "node_modules/loader-utils": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/loader-utils/-/loader-utils-2.0.2.tgz", - "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", - "dev": true, - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/locate-path": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha1-2+w7OrdZdYBxtY/ln8QYca8hQA4=", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "http://npm.anxinyun.cn/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "http://npm.anxinyun.cn/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha1-Q+YmxG5lkbd1C+srUBFzkMYJ4+4=" - }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "http://npm.anxinyun.cn/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=", - "dev": true - }, - "node_modules/lodash.isequal": { - "version": "4.5.0", - "resolved": "http://npm.anxinyun.cn/lodash.isequal/-/lodash.isequal-4.5.0.tgz", - "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" - }, - "node_modules/lodash.isequalwith": { - "version": "4.4.0", - "resolved": "http://npm.anxinyun.cn/lodash.isequalwith/-/lodash.isequalwith-4.4.0.tgz", - "integrity": "sha1-Jmcm3dUo+FTyH06pigZWBuD7xrA=", - "dev": true - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "http://npm.anxinyun.cn/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha1-VYqlO0O2YeGSWgr9+japoQhf5Xo=" - }, - "node_modules/lodash.tonumber": { - "version": "4.0.3", - "resolved": "http://npm.anxinyun.cn/lodash.tonumber/-/lodash.tonumber-4.0.3.tgz", - "integrity": "sha1-C5azGzVnJ5Prf1pj7nkfG56QJdk=" - }, - "node_modules/loglevel": { - "version": "1.8.0", - "resolved": "http://npm.anxinyun.cn/loglevel/-/loglevel-1.8.0.tgz", - "integrity": "sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA==", - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha1-ce5R+nvkyuwaY4OffmgtgTLTDK8=", - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/lower-case": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/lower-case/-/lower-case-2.0.2.tgz", - "integrity": "sha1-b6I3xj29xKgsoP2ILkci3F5jTig=", - "dev": true, - "dependencies": { - "tslib": "^2.0.3" - } - }, - "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "http://npm.anxinyun.cn/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/make-dir": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha1-QV6WcEazp/HRhSd9hKpYIDcmoT8=", - "dev": true, - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/make-dir/node_modules/semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/map-age-cleaner": { - "version": "0.1.3", - "resolved": "http://npm.anxinyun.cn/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", - "integrity": "sha1-fVg6cwZDTAVf5HSw9FB45uG0uSo=", - "dev": true, - "dependencies": { - "p-defer": "^1.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/map-cache": { - "version": "0.2.2", - "resolved": "http://npm.anxinyun.cn/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/map-visit": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", - "dependencies": { - "object-visit": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/material-colors": { - "version": "1.2.6", - "resolved": "http://npm.anxinyun.cn/material-colors/-/material-colors-1.2.6.tgz", - "integrity": "sha1-bRlYhxEmmSzuzHL0vMTY8BCGX0Y=" - }, - "node_modules/media-typer": { - "version": "0.3.0", - "resolved": "http://npm.anxinyun.cn/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mem": { - "version": "8.1.1", - "resolved": "http://npm.anxinyun.cn/mem/-/mem-8.1.1.tgz", - "integrity": "sha1-zxGLNXxlq3t+CBe98AyAYil8ASI=", - "dev": true, - "dependencies": { - "map-age-cleaner": "^0.1.3", - "mimic-fn": "^3.1.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/memfs": { - "version": "3.4.7", - "resolved": "http://npm.anxinyun.cn/memfs/-/memfs-3.4.7.tgz", - "integrity": "sha512-ygaiUSNalBX85388uskeCyhSAoOSgzBbtVCr9jA2RROssFL9Q19/ZXFqS+2Th2sr1ewNIWgFdLzLC3Yl1Zv+lw==", - "dev": true, - "dependencies": { - "fs-monkey": "^1.0.3" - }, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/memoize-one": { - "version": "6.0.0", - "resolved": "http://npm.anxinyun.cn/memoize-one/-/memoize-one-6.0.0.tgz", - "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==" - }, - "node_modules/memory-fs": { - "version": "0.4.1", - "resolved": "http://npm.anxinyun.cn/memory-fs/-/memory-fs-0.4.1.tgz", - "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "node_modules/memory-fs/node_modules/isarray": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/memory-fs/node_modules/readable-stream": { - "version": "2.3.7", - "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/memory-fs/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=" - }, - "node_modules/memory-fs/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/merge-descriptors": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" - }, - "node_modules/merge-stream": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha1-UoI2KaFN0AyXcPtq1H3GMQ8sH2A=" - }, - "node_modules/methods": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/micromatch": { - "version": "3.1.10", - "resolved": "http://npm.anxinyun.cn/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha1-cIWbyVyYQJUvNZoGij/En57PrCM=", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/micromatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/micromatch/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mime": { - "version": "2.6.0", - "resolved": "http://npm.anxinyun.cn/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "http://npm.anxinyun.cn/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "http://npm.anxinyun.cn/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mimic-fn": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/mimic-fn/-/mimic-fn-3.1.0.tgz", - "integrity": "sha1-ZXVRRbvz42lUuUnBZFBCdFHVynQ=", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/mini-create-react-context": { - "version": "0.4.1", - "resolved": "http://npm.anxinyun.cn/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz", - "integrity": "sha1-ByFxVhv9ySLaCKYMIZekl8wtHV4=", - "dependencies": { - "@babel/runtime": "^7.12.1", - "tiny-warning": "^1.0.3" - }, - "peerDependencies": { - "prop-types": "^15.0.0", - "react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, - "node_modules/mini-dynamic-antd-theme": { - "version": "0.5.5", - "resolved": "http://npm.anxinyun.cn/mini-dynamic-antd-theme/-/mini-dynamic-antd-theme-0.5.5.tgz", - "integrity": "sha512-T1q51HlEt8jx1Jlh6LkyUa43NHkXp+bQZwecZ7Z/XBcQ7r/mpP8T4eq+h3YrrJcmBxwNT1C+3X+58I8LmSX9HA==" - }, - "node_modules/minimalistic-assert": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha1-LhlN4ERibUoQ5/f7wAznPoPk1cc=" - }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "http://npm.anxinyun.cn/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.6", - "resolved": "http://npm.anxinyun.cn/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" - }, - "node_modules/mixin-deep": { - "version": "1.3.2", - "resolved": "http://npm.anxinyun.cn/mixin-deep/-/mixin-deep-1.3.2.tgz", - "integrity": "sha1-ESC0PcNZp4Xc5ltVuC4lfM9HlWY=", - "dependencies": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mixin-deep/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "http://npm.anxinyun.cn/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/ml-array-max": { - "version": "1.2.4", - "resolved": "http://npm.anxinyun.cn/ml-array-max/-/ml-array-max-1.2.4.tgz", - "integrity": "sha512-BlEeg80jI0tW6WaPyGxf5Sa4sqvcyY6lbSn5Vcv44lp1I2GR6AWojfUvLnGTNsIXrZ8uqWmo8VcG1WpkI2ONMQ==", - "dependencies": { - "is-any-array": "^2.0.0" - } - }, - "node_modules/ml-array-min": { - "version": "1.2.3", - "resolved": "http://npm.anxinyun.cn/ml-array-min/-/ml-array-min-1.2.3.tgz", - "integrity": "sha512-VcZ5f3VZ1iihtrGvgfh/q0XlMobG6GQ8FsNyQXD3T+IlstDv85g8kfV0xUG1QPRO/t21aukaJowDzMTc7j5V6Q==", - "dependencies": { - "is-any-array": "^2.0.0" - } - }, - "node_modules/ml-array-rescale": { - "version": "1.3.7", - "resolved": "http://npm.anxinyun.cn/ml-array-rescale/-/ml-array-rescale-1.3.7.tgz", - "integrity": "sha512-48NGChTouvEo9KBctDfHC3udWnQKNKEWN0ziELvY3KG25GR5cA8K8wNVzracsqSW1QEkAXjTNx+ycgAv06/1mQ==", - "dependencies": { - "is-any-array": "^2.0.0", - "ml-array-max": "^1.2.4", - "ml-array-min": "^1.2.3" - } - }, - "node_modules/ml-matrix": { - "version": "6.10.2", - "resolved": "http://npm.anxinyun.cn/ml-matrix/-/ml-matrix-6.10.2.tgz", - "integrity": "sha512-+yxwzMazC76DAsgEvDrdCfRMH7+lO7UdnuWllavnPeWkPD2oIBA6rLzvst7BFYUxzgRz/h6V6lLzYIYtTvINbw==", - "dependencies": { - "is-any-array": "^2.0.0", - "ml-array-rescale": "^1.3.7" - } - }, - "node_modules/mockdate": { - "version": "3.0.5", - "resolved": "http://npm.anxinyun.cn/mockdate/-/mockdate-3.0.5.tgz", - "integrity": "sha512-iniQP4rj1FhBdBYS/+eQv7j1tadJ9lJtdzgOpvsOHng/GbcDh2Fhdeq+ZRldrPYdXvCyfFUmFeEwEGXZB5I/AQ==" - }, - "node_modules/moment": { - "version": "2.29.4", - "resolved": "https://registry.npmmirror.com/moment/-/moment-2.29.4.tgz", - "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==", - "engines": { - "node": "*" - } - }, - "node_modules/moment-timezone": { - "version": "0.5.34", - "resolved": "http://npm.anxinyun.cn/moment-timezone/-/moment-timezone-0.5.34.tgz", - "integrity": "sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==", - "dependencies": { - "moment": ">= 2.9.0" - }, - "engines": { - "node": "*" - } - }, - "node_modules/mri": { - "version": "1.1.4", - "resolved": "http://npm.anxinyun.cn/mri/-/mri-1.1.4.tgz", - "integrity": "sha1-fLHdG5tAkF8frAU6viW2cg9EdEo=", - "engines": { - "node": ">=4" - } - }, - "node_modules/mrmime": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/mrmime/-/mrmime-1.0.1.tgz", - "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.1.2.tgz", - "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=" - }, - "node_modules/multicast-dns": { - "version": "6.2.3", - "resolved": "http://npm.anxinyun.cn/multicast-dns/-/multicast-dns-6.2.3.tgz", - "integrity": "sha1-oOx72QVcQoL3kMPIL04o2zsxsik=", - "dependencies": { - "dns-packet": "^1.3.1", - "thunky": "^1.0.2" - }, - "bin": { - "multicast-dns": "cli.js" - } - }, - "node_modules/multicast-dns-service-types": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", - "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=" - }, - "node_modules/mz": { - "version": "2.7.0", - "resolved": "http://npm.anxinyun.cn/mz/-/mz-2.7.0.tgz", - "integrity": "sha1-lQCAV6Vsr63CvGPd5/n/aVWUjjI=", - "dependencies": { - "any-promise": "^1.0.0", - "object-assign": "^4.0.1", - "thenify-all": "^1.0.0" - } - }, - "node_modules/nan": { - "version": "2.16.0", - "resolved": "http://npm.anxinyun.cn/nan/-/nan-2.16.0.tgz", - "integrity": "sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==", - "optional": true - }, - "node_modules/nanoid": { - "version": "2.1.11", - "resolved": "http://npm.anxinyun.cn/nanoid/-/nanoid-2.1.11.tgz", - "integrity": "sha1-7CS4p1jVkVYVMbQXagHjq08PAoA=", - "dev": true - }, - "node_modules/nanomatch": { - "version": "1.2.13", - "resolved": "http://npm.anxinyun.cn/nanomatch/-/nanomatch-1.2.13.tgz", - "integrity": "sha1-uHqKpPwN6P5r6IiVs4mD/yZb0Rk=", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nanomatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nanomatch/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/native-request": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/native-request/-/native-request-1.1.0.tgz", - "integrity": "sha1-rNsw/i7vo+G8jFSzpoUunFwNPLA=", - "dev": true, - "optional": true - }, - "node_modules/natty-fetch": { - "version": "2.6.0", - "resolved": "http://npm.anxinyun.cn/natty-fetch/-/natty-fetch-2.6.0.tgz", - "integrity": "sha1-LR+wgGXG97NIbVAwz+LwwKVgR5U=", - "dev": true, - "dependencies": { - "natty-storage": "^2.2.0" - } - }, - "node_modules/natty-storage": { - "version": "2.3.0", - "resolved": "http://npm.anxinyun.cn/natty-storage/-/natty-storage-2.3.0.tgz", - "integrity": "sha1-QfnBOj9KXNReG2jSXIrl+j0N03Q=", - "dev": true - }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "http://npm.anxinyun.cn/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "http://npm.anxinyun.cn/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" - }, - "node_modules/netmask": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/netmask/-/netmask-2.0.2.tgz", - "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/nice-try": { - "version": "1.0.5", - "resolved": "http://npm.anxinyun.cn/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha1-ozeKdpbOfSI+iPybdkvX7xCJ42Y=" - }, - "node_modules/no-case": { - "version": "3.0.4", - "resolved": "http://npm.anxinyun.cn/no-case/-/no-case-3.0.4.tgz", - "integrity": "sha1-02H9XJgA9VhVGoNp/A3NRmK2Ek0=", - "dev": true, - "dependencies": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - } - }, - "node_modules/node-forge": { - "version": "0.10.0", - "resolved": "http://npm.anxinyun.cn/node-forge/-/node-forge-0.10.0.tgz", - "integrity": "sha1-Mt6ir7Ppkm8C7lzoeUkCaRpna/M=", - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/node-releases": { - "version": "2.0.6", - "resolved": "http://npm.anxinyun.cn/node-releases/-/node-releases-2.0.6.tgz", - "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==" - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm-run-path": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "dependencies": { - "path-key": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/npm-run-path/node_modules/path-key": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "engines": { - "node": ">=4" - } - }, - "node_modules/nprogress": { - "version": "0.2.0", - "resolved": "http://npm.anxinyun.cn/nprogress/-/nprogress-0.2.0.tgz", - "integrity": "sha1-y480xTIT2JVyP8urkH6UIq28r7E=", - "dev": true - }, - "node_modules/nth-check": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/nth-check/-/nth-check-2.1.1.tgz", - "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", - "dev": true, - "dependencies": { - "boolbase": "^1.0.0" - } - }, - "node_modules/nunjucks": { - "version": "3.2.3", - "resolved": "http://npm.anxinyun.cn/nunjucks/-/nunjucks-3.2.3.tgz", - "integrity": "sha1-GzNhUkcpDpTigmO12FXs52VkijE=", - "dependencies": { - "a-sync-waterfall": "^1.0.0", - "asap": "^2.0.3", - "commander": "^5.1.0" - }, - "bin": { - "nunjucks-precompile": "bin/precompile" - }, - "engines": { - "node": ">= 6.9.0" - }, - "peerDependencies": { - "chokidar": "^3.3.0" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - } - }, - "node_modules/oauth-sign": { - "version": "0.9.0", - "resolved": "http://npm.anxinyun.cn/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", - "engines": { - "node": "*" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "http://npm.anxinyun.cn/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-component": { - "version": "0.0.3", - "resolved": "http://npm.anxinyun.cn/object-component/-/object-component-0.0.3.tgz", - "integrity": "sha1-8MaapQ78lbhmwYb0AKM3acsvEpE=" - }, - "node_modules/object-copy": { - "version": "0.1.0", - "resolved": "http://npm.anxinyun.cn/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", - "dependencies": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/define-property": { - "version": "0.2.5", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.12.2", - "resolved": "http://npm.anxinyun.cn/object-inspect/-/object-inspect-1.12.2.tgz", - "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==" - }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha1-HEfyct8nfzsdrwYWd9nILiMixg4=", - "dev": true, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object-visit": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", - "dependencies": { - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object.assign": { - "version": "4.1.2", - "resolved": "http://npm.anxinyun.cn/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha1-DtVKNC7Os3s4/3brgxoOeIy2OUA=", - "dev": true, - "dependencies": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.getownpropertydescriptors": { - "version": "2.1.4", - "resolved": "http://npm.anxinyun.cn/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.4.tgz", - "integrity": "sha512-sccv3L/pMModT6dJAYF3fzGMVcb38ysQ0tEE6ixv2yXJDtEIPph268OlAdJj5/qZMZDq2g/jqvwppt36uS/uQQ==", - "dev": true, - "dependencies": { - "array.prototype.reduce": "^1.0.4", - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/object.pick": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/obuf": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/obuf/-/obuf-1.1.2.tgz", - "integrity": "sha1-Cb6jND1BhZ69RGKS0RydTbYZCE4=" - }, - "node_modules/omit.js": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/omit.js/-/omit.js-2.0.2.tgz", - "integrity": "sha1-3ZuENvq5R6Xz/yFMslOGMeMT7C8=" - }, - "node_modules/on-finished": { - "version": "2.4.1", - "resolved": "http://npm.anxinyun.cn/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/on-headers": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha1-dysK5qqlJcOZ5Imt+tkMQD6zwo8=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/only": { - "version": "0.0.2", - "resolved": "http://npm.anxinyun.cn/only/-/only-0.0.2.tgz", - "integrity": "sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q=" - }, - "node_modules/opener": { - "version": "1.5.2", - "resolved": "http://npm.anxinyun.cn/opener/-/opener-1.5.2.tgz", - "integrity": "sha1-XTfh81B3udysQwE3InGv3rKhNZg=", - "dev": true, - "bin": { - "opener": "bin/opener-bin.js" - } - }, - "node_modules/opn": { - "version": "5.5.0", - "resolved": "http://npm.anxinyun.cn/opn/-/opn-5.5.0.tgz", - "integrity": "sha1-/HFk+rVtI1kExRw7J9pnWMo7m/w=", - "dependencies": { - "is-wsl": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/optionator": { - "version": "0.8.3", - "resolved": "http://npm.anxinyun.cn/optionator/-/optionator-0.8.3.tgz", - "integrity": "sha1-hPodA2/p08fiHZmIS2ARZ+yPtJU=", - "dependencies": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/options": { - "version": "0.0.6", - "resolved": "http://npm.anxinyun.cn/options/-/options-0.0.6.tgz", - "integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/os-name": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/os-name/-/os-name-1.0.3.tgz", - "integrity": "sha1-GzefZINa98Wn9JizV8uVIVwVnt8=", - "dependencies": { - "osx-release": "^1.0.0", - "win-release": "^1.0.0" - }, - "bin": { - "os-name": "cli.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/osx-release": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/osx-release/-/osx-release-1.1.0.tgz", - "integrity": "sha1-8heRGigTaUmvG/kwiyQeJzfTzWw=", - "dependencies": { - "minimist": "^1.1.0" - }, - "bin": { - "osx-release": "cli.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/p-defer": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/p-defer/-/p-defer-1.0.0.tgz", - "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/p-finally": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", - "engines": { - "node": ">=4" - } - }, - "node_modules/p-limit": { - "version": "2.3.0", - "resolved": "http://npm.anxinyun.cn/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/p-locate": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha1-Mi1poFwCZLJZl9n0DNiokasAZKQ=", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/p-map": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/p-map/-/p-map-2.1.0.tgz", - "integrity": "sha1-MQko/u+cnsxltosXaTAYpmXOoXU=", - "engines": { - "node": ">=6" - } - }, - "node_modules/p-retry": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/p-retry/-/p-retry-3.0.1.tgz", - "integrity": "sha1-MWtMiJPiyNwc+okfQGxLQivr8yg=", - "dependencies": { - "retry": "^0.12.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha1-yyhoVA4xPWHeWPr741zpAE1VQOY=", - "engines": { - "node": ">=6" - } - }, - "node_modules/pac-proxy-agent": { - "version": "5.0.0", - "resolved": "http://npm.anxinyun.cn/pac-proxy-agent/-/pac-proxy-agent-5.0.0.tgz", - "integrity": "sha1-txj3ZHWmpUFcLvviVsHJcchPY14=", - "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4", - "get-uri": "3", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "5", - "pac-resolver": "^5.0.0", - "raw-body": "^2.2.0", - "socks-proxy-agent": "5" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/pac-resolver": { - "version": "5.0.1", - "resolved": "http://npm.anxinyun.cn/pac-resolver/-/pac-resolver-5.0.1.tgz", - "integrity": "sha512-cy7u00ko2KVgBAjuhevqpPeHIkCIqPe1v24cydhWjmeuzaBfmUWFCZJ1iAh5TuVzVZoUzXIW7K8sMYOZ84uZ9Q==", - "dependencies": { - "degenerator": "^3.0.2", - "ip": "^1.1.5", - "netmask": "^2.0.2" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/packet-reader": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/packet-reader/-/packet-reader-1.0.0.tgz", - "integrity": "sha1-kjjlSA3tq6z+H+PydxBj8WQVfXQ=" - }, - "node_modules/param-case": { - "version": "3.0.4", - "resolved": "http://npm.anxinyun.cn/param-case/-/param-case-3.0.4.tgz", - "integrity": "sha1-fRf+SqEr3jTUp32RrPtiGcqtAcU=", - "dev": true, - "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/parchment": { - "version": "1.1.4", - "resolved": "http://npm.anxinyun.cn/parchment/-/parchment-1.1.4.tgz", - "integrity": "sha512-J5FBQt/pM2inLzg4hEWmzQx/8h8D0CiDxaG3vyp9rKrQRSDgBlhjdP5jQGgosEajXPSQouXGHOmVdgo7QmJuOg==", - "dev": true - }, - "node_modules/parsejson": { - "version": "0.0.3", - "resolved": "http://npm.anxinyun.cn/parsejson/-/parsejson-0.0.3.tgz", - "integrity": "sha1-q343WfIJ7OmUN5c/fQ8fZK4OZKs=", - "dependencies": { - "better-assert": "~1.0.0" - } - }, - "node_modules/parseqs": { - "version": "0.0.5", - "resolved": "http://npm.anxinyun.cn/parseqs/-/parseqs-0.0.5.tgz", - "integrity": "sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=", - "dependencies": { - "better-assert": "~1.0.0" - } - }, - "node_modules/parseuri": { - "version": "0.0.5", - "resolved": "http://npm.anxinyun.cn/parseuri/-/parseuri-0.0.5.tgz", - "integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=", - "dependencies": { - "better-assert": "~1.0.0" - } - }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "http://npm.anxinyun.cn/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha1-naGee+6NEt/wUT7Vt2lXeTvC6NQ=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/pascal-case": { - "version": "3.1.2", - "resolved": "http://npm.anxinyun.cn/pascal-case/-/pascal-case-3.1.2.tgz", - "integrity": "sha1-tI4O8rmOIF58Ha50fQsVCCN2YOs=", - "dev": true, - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/pascalcase": { - "version": "0.1.1", - "resolved": "http://npm.anxinyun.cn/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/passthrough-counter": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/passthrough-counter/-/passthrough-counter-1.0.0.tgz", - "integrity": "sha1-GWfZ5m2lcrXAI8eH2xEqOHqxZvo=" - }, - "node_modules/path-dirname": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/path-dirname/-/path-dirname-1.0.2.tgz", - "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" - }, - "node_modules/path-exists": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-is-inside": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha1-WB9q3mWMu6ZaDTOA3ndTKVBU83U=", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "http://npm.anxinyun.cn/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha1-+8EUtgykKzDZ2vWFjkvWi77bZzU=", - "dev": true - }, - "node_modules/path-to-regexp": { - "version": "2.4.0", - "resolved": "http://npm.anxinyun.cn/path-to-regexp/-/path-to-regexp-2.4.0.tgz", - "integrity": "sha1-Nc5/Mz1WFvHB4b/iZsOrouWy5wQ=" - }, - "node_modules/pause-stream": { - "version": "0.0.11", - "resolved": "http://npm.anxinyun.cn/pause-stream/-/pause-stream-0.0.11.tgz", - "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=", - "dependencies": { - "through": "~2.3" - } - }, - "node_modules/perfect-scrollbar": { - "version": "1.5.5", - "resolved": "http://npm.anxinyun.cn/perfect-scrollbar/-/perfect-scrollbar-1.5.5.tgz", - "integrity": "sha512-dzalfutyP3e/FOpdlhVryN4AJ5XDVauVWxybSkLZmakFE2sS3y3pc4JnSprw8tGmHvkaG5Edr5T7LBTZ+WWU2g==" - }, - "node_modules/performance-now": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" - }, - "node_modules/pg": { - "version": "7.18.2", - "resolved": "http://npm.anxinyun.cn/pg/-/pg-7.18.2.tgz", - "integrity": "sha1-TiGfBaAK/022qrG6AvKP+kUTsLs=", - "dependencies": { - "buffer-writer": "2.0.0", - "packet-reader": "1.0.0", - "pg-connection-string": "0.1.3", - "pg-packet-stream": "^1.1.0", - "pg-pool": "^2.0.10", - "pg-types": "^2.1.0", - "pgpass": "1.x", - "semver": "4.3.2" - }, - "engines": { - "node": ">= 4.5.0" - } - }, - "node_modules/pg-connection-string": { - "version": "0.1.3", - "resolved": "http://npm.anxinyun.cn/pg-connection-string/-/pg-connection-string-0.1.3.tgz", - "integrity": "sha1-2hhHsglA5C7hSSvq9l1J2RskXfc=" - }, - "node_modules/pg-hstore": { - "version": "2.3.4", - "resolved": "http://npm.anxinyun.cn/pg-hstore/-/pg-hstore-2.3.4.tgz", - "integrity": "sha1-RCXj4qPhXSozTDVYEYbCfPLpuN0=", - "dependencies": { - "underscore": "^1.13.1" - }, - "engines": { - "node": ">= 0.8.x" - } - }, - "node_modules/pg-int8": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/pg-int8/-/pg-int8-1.0.1.tgz", - "integrity": "sha1-lDvUY79bcbQXARX4D478mgwOt4w=", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/pg-packet-stream": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/pg-packet-stream/-/pg-packet-stream-1.1.0.tgz", - "integrity": "sha1-5Fw65ni5AaKHOvHhe5LXh5Yu+RQ=" - }, - "node_modules/pg-pool": { - "version": "2.0.10", - "resolved": "http://npm.anxinyun.cn/pg-pool/-/pg-pool-2.0.10.tgz", - "integrity": "sha1-hC7iOwToaCTOnXhkMPg2UILYHEo=", - "peerDependencies": { - "pg": ">5.0" - } - }, - "node_modules/pg-types": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/pg-types/-/pg-types-2.2.0.tgz", - "integrity": "sha1-LQJQ1jZFT3z6O2rgOC/fqAYyVKM=", - "dependencies": { - "pg-int8": "1.0.1", - "postgres-array": "~2.0.0", - "postgres-bytea": "~1.0.0", - "postgres-date": "~1.0.4", - "postgres-interval": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/pg/node_modules/semver": { - "version": "4.3.2", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-4.3.2.tgz", - "integrity": "sha1-x6BxWKgL7dBSNVt3DYLWZA+AO+c=", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/pgpass": { - "version": "1.0.5", - "resolved": "http://npm.anxinyun.cn/pgpass/-/pgpass-1.0.5.tgz", - "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==", - "dependencies": { - "split2": "^4.1.0" - } - }, - "node_modules/picocolors": { - "version": "0.2.1", - "resolved": "http://npm.anxinyun.cn/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==" - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "http://npm.anxinyun.cn/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/pify": { - "version": "4.0.1", - "resolved": "http://npm.anxinyun.cn/pify/-/pify-4.0.1.tgz", - "integrity": "sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE=", - "engines": { - "node": ">=6" - } - }, - "node_modules/pinkie": { - "version": "2.0.4", - "resolved": "http://npm.anxinyun.cn/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pinkie-promise": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", - "dependencies": { - "pinkie": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pkg-dir": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha1-J0kCDyOe2ZCIGx9xIQ1R62UjvqM=", - "dependencies": { - "find-up": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/polyline-miter-util": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/polyline-miter-util/-/polyline-miter-util-1.0.1.tgz", - "integrity": "sha1-tpPyOJ6g3tNqa89ezS7OS2kX2Vc=", - "dependencies": { - "gl-vec2": "^1.0.0" - } - }, - "node_modules/polyline-normals": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/polyline-normals/-/polyline-normals-2.0.2.tgz", - "integrity": "sha1-oXN+ddjA3MsaWR+csn8J7vS30TU=", - "dependencies": { - "polyline-miter-util": "^1.0.1" - } - }, - "node_modules/portfinder": { - "version": "1.0.28", - "resolved": "http://npm.anxinyun.cn/portfinder/-/portfinder-1.0.28.tgz", - "integrity": "sha1-Z8RiKFK9U3TdHdkA93n1NGL6x3g=", - "dependencies": { - "async": "^2.6.2", - "debug": "^3.1.1", - "mkdirp": "^0.5.5" - }, - "engines": { - "node": ">= 0.12.0" - } - }, - "node_modules/portfinder/node_modules/async": { - "version": "2.6.4", - "resolved": "http://npm.anxinyun.cn/async/-/async-2.6.4.tgz", - "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", - "dependencies": { - "lodash": "^4.17.14" - } - }, - "node_modules/portfinder/node_modules/debug": { - "version": "3.2.7", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", - "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/posix-character-classes": { - "version": "0.1.1", - "resolved": "http://npm.anxinyun.cn/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/postcss": { - "version": "7.0.39", - "resolved": "http://npm.anxinyun.cn/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/postcss-less": { - "version": "3.1.4", - "resolved": "http://npm.anxinyun.cn/postcss-less/-/postcss-less-3.1.4.tgz", - "integrity": "sha1-Np9YZCtZKO+Jj/vBpuk8lYMExa0=", - "dependencies": { - "postcss": "^7.0.14" - }, - "engines": { - "node": ">=6.14.4" - } - }, - "node_modules/postcss-modules-extract-imports": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz", - "integrity": "sha1-gYcZoa4doyX5gyRGsBE27rSTzX4=", - "dev": true, - "dependencies": { - "postcss": "^7.0.5" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/postcss-modules-local-by-default": { - "version": "3.0.3", - "resolved": "http://npm.anxinyun.cn/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz", - "integrity": "sha1-uxTgzHgnnVBNvcv9fgyiiZP/u7A=", - "dev": true, - "dependencies": { - "icss-utils": "^4.1.1", - "postcss": "^7.0.32", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/postcss-modules-scope": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz", - "integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==", - "dev": true, - "dependencies": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/postcss-modules-values": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz", - "integrity": "sha1-W1AA1uuuKbQlUwG0o6VFdEI+fxA=", - "dev": true, - "dependencies": { - "icss-utils": "^4.0.0", - "postcss": "^7.0.6" - } - }, - "node_modules/postcss-selector-parser": { - "version": "6.0.10", - "resolved": "http://npm.anxinyun.cn/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", - "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", - "dev": true, - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "http://npm.anxinyun.cn/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "node_modules/postgres-array": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/postgres-array/-/postgres-array-2.0.0.tgz", - "integrity": "sha1-SPj84FT7xpZxmZMpuINLdyZS2C4=", - "engines": { - "node": ">=4" - } - }, - "node_modules/postgres-bytea": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/postgres-bytea/-/postgres-bytea-1.0.0.tgz", - "integrity": "sha1-AntTPAqokOJtFy1Hz5zOzFIazTU=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/postgres-date": { - "version": "1.0.7", - "resolved": "http://npm.anxinyun.cn/postgres-date/-/postgres-date-1.0.7.tgz", - "integrity": "sha1-UbwIYAYAXlBhxZHO5yfyUxv2Qag=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/postgres-interval": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/postgres-interval/-/postgres-interval-1.2.0.tgz", - "integrity": "sha1-tGDILLFYdQd4iBmgaqD//bNURpU=", - "dependencies": { - "xtend": "^4.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/prelude-ls": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/pretty-error": { - "version": "2.1.2", - "resolved": "http://npm.anxinyun.cn/pretty-error/-/pretty-error-2.1.2.tgz", - "integrity": "sha1-von4LYGxyG7I/fvDhQRYgnJ/k7Y=", - "dev": true, - "dependencies": { - "lodash": "^4.17.20", - "renderkid": "^2.0.4" - } - }, - "node_modules/printj": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/printj/-/printj-1.1.2.tgz", - "integrity": "sha1-2Q3rKXWoufYA+zoclOP0xTx4oiI=", - "bin": { - "printj": "bin/printj.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/probe.gl": { - "version": "3.5.0", - "resolved": "http://npm.anxinyun.cn/probe.gl/-/probe.gl-3.5.0.tgz", - "integrity": "sha512-KWj8u0PNytr/rVwcQFcN7O8SK7n/ITOsUZ91l4fSX95oHhKvVCI7eadrzFUzFRlXkFfBWpMWZXFHITsHHHUctw==", - "dependencies": { - "@babel/runtime": "^7.0.0", - "@probe.gl/env": "3.5.0", - "@probe.gl/log": "3.5.0", - "@probe.gl/stats": "3.5.0" - } - }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha1-eCDZsWEgzFXKmud5JoCufbptf+I=" - }, - "node_modules/prop-types": { - "version": "15.8.1", - "resolved": "http://npm.anxinyun.cn/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - } - }, - "node_modules/proxy-addr": { - "version": "2.0.7", - "resolved": "http://npm.anxinyun.cn/proxy-addr/-/proxy-addr-2.0.7.tgz", - "integrity": "sha1-8Z/mnOqzEe65S0LnDowgcPm6ECU=", - "dependencies": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/proxy-agent": { - "version": "5.0.0", - "resolved": "http://npm.anxinyun.cn/proxy-agent/-/proxy-agent-5.0.0.tgz", - "integrity": "sha1-0xQFwQ1uhDH96Wy6egwCfOAdYzs=", - "dependencies": { - "agent-base": "^6.0.0", - "debug": "4", - "http-proxy-agent": "^4.0.0", - "https-proxy-agent": "^5.0.0", - "lru-cache": "^5.1.1", - "pac-proxy-agent": "^5.0.0", - "proxy-from-env": "^1.0.0", - "socks-proxy-agent": "^5.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha1-4QLxbKNVQkhldV0sno6k8k1Yw+I=" - }, - "node_modules/prr": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/prr/-/prr-1.0.1.tgz", - "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" - }, - "node_modules/psl": { - "version": "1.9.0", - "resolved": "http://npm.anxinyun.cn/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" - }, - "node_modules/pump": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/pump/-/pump-3.0.0.tgz", - "integrity": "sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ=", - "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "node_modules/punycode": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha1-tYsBCsQMIsVldhbI0sLALHv0eew=", - "engines": { - "node": ">=6" - } - }, - "node_modules/qiniu": { - "version": "7.7.0", - "resolved": "http://npm.anxinyun.cn/qiniu/-/qiniu-7.7.0.tgz", - "integrity": "sha512-p8wZHDXzqCVtlPIygqIzpO6P59e5KcNAOf85oi6O7K5M4xjnwoi6L3e0F8IXgd38nb2PzWOH3XUkSbNAYW0g7Q==", - "dependencies": { - "agentkeepalive": "^4.0.2", - "before": "^0.0.1", - "block-stream2": "^2.0.0", - "crc32": "^0.2.2", - "destroy": "^1.0.4", - "encodeurl": "^1.0.1", - "formstream": "^1.1.0", - "mime": "^2.4.4", - "mockdate": "^3.0.5", - "tunnel-agent": "^0.6.0", - "urllib": "^2.34.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/qs": { - "version": "6.11.0", - "resolved": "http://npm.anxinyun.cn/qs/-/qs-6.11.0.tgz", - "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", - "dependencies": { - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">=0.6" - } - }, - "node_modules/querystring": { - "version": "0.2.0", - "resolved": "http://npm.anxinyun.cn/querystring/-/querystring-0.2.0.tgz", - "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=", - "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.", - "engines": { - "node": ">=0.4.x" - } - }, - "node_modules/querystringify": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha1-M0WUG0FTy50ILY7uTNogFqmu9/Y=" - }, - "node_modules/quill": { - "version": "1.3.7", - "resolved": "http://npm.anxinyun.cn/quill/-/quill-1.3.7.tgz", - "integrity": "sha1-2lsvOixHDpMjQM2/NmjJ8h+Shug=", - "dev": true, - "dependencies": { - "clone": "^2.1.1", - "deep-equal": "^1.0.1", - "eventemitter3": "^2.0.3", - "extend": "^3.0.2", - "parchment": "^1.1.4", - "quill-delta": "^3.6.2" - } - }, - "node_modules/quill-delta": { - "version": "3.6.3", - "resolved": "http://npm.anxinyun.cn/quill-delta/-/quill-delta-3.6.3.tgz", - "integrity": "sha1-sZ/SuJQSMBxg4f8hPY2GDqwPEDI=", - "dev": true, - "dependencies": { - "deep-equal": "^1.0.1", - "extend": "^3.0.2", - "fast-diff": "1.1.2" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/quill/node_modules/eventemitter3": { - "version": "2.0.3", - "resolved": "http://npm.anxinyun.cn/eventemitter3/-/eventemitter3-2.0.3.tgz", - "integrity": "sha1-teEHm1n7XhuidxwKmTvgYKWMmbo=", - "dev": true - }, - "node_modules/random-bytes": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/random-bytes/-/random-bytes-1.0.0.tgz", - "integrity": "sha1-T2ih3Arli9P7lYSMMDJNt11kNgs=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/randombytes": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha1-32+ENy8CcNxlzfYpE0mrekc9Tyo=", - "dependencies": { - "safe-buffer": "^5.1.0" - } - }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "http://npm.anxinyun.cn/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha1-PPNwI9GZ4cJNGlW4SADC8+ZGgDE=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/raw-body": { - "version": "2.5.1", - "resolved": "http://npm.anxinyun.cn/raw-body/-/raw-body-2.5.1.tgz", - "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", - "dependencies": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/rc-align": { - "version": "4.0.12", - "resolved": "http://npm.anxinyun.cn/rc-align/-/rc-align-4.0.12.tgz", - "integrity": "sha512-3DuwSJp8iC/dgHzwreOQl52soj40LchlfUHtgACOUtwGuoFIOVh6n/sCpfqCU8kO5+iz6qR0YKvjgB8iPdE3aQ==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "dom-align": "^1.7.0", - "lodash": "^4.17.21", - "rc-util": "^5.3.0", - "resize-observer-polyfill": "^1.5.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-cascader": { - "version": "3.6.1", - "resolved": "http://npm.anxinyun.cn/rc-cascader/-/rc-cascader-3.6.1.tgz", - "integrity": "sha512-+GmN2Z0IybKT45t0Z94jkjmsOHGxAliobR2tzt05/Gw0AKBYLHX5bdvsVXR7abPnarYyYzZ/cWe8CoFgDjAFNw==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "array-tree-filter": "^2.1.0", - "classnames": "^2.3.1", - "rc-select": "~14.1.0", - "rc-tree": "~5.6.3", - "rc-util": "^5.6.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-checkbox": { - "version": "2.3.2", - "resolved": "http://npm.anxinyun.cn/rc-checkbox/-/rc-checkbox-2.3.2.tgz", - "integrity": "sha1-+Rs2eMftsrqoEhyUg8Zk+m8K78E=", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-collapse": { - "version": "3.3.1", - "resolved": "http://npm.anxinyun.cn/rc-collapse/-/rc-collapse-3.3.1.tgz", - "integrity": "sha512-cOJfcSe3R8vocrF8T+PgaHDrgeA1tX+lwfhwSj60NX9QVRidsILIbRNDLD6nAzmcvVC5PWiIRiR4S1OobxdhCg==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.3.4", - "rc-util": "^5.2.1", - "shallowequal": "^1.1.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-dialog": { - "version": "8.9.0", - "resolved": "http://npm.anxinyun.cn/rc-dialog/-/rc-dialog-8.9.0.tgz", - "integrity": "sha512-Cp0tbJnrvPchJfnwIvOMWmJ4yjX3HWFatO6oBFD1jx8QkgsQCR0p8nUWAKdd3seLJhEC39/v56kZaEjwp9muoQ==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-motion": "^2.3.0", - "rc-util": "^5.21.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-drawer": { - "version": "4.4.3", - "resolved": "http://npm.anxinyun.cn/rc-drawer/-/rc-drawer-4.4.3.tgz", - "integrity": "sha512-FYztwRs3uXnFOIf1hLvFxIQP9MiZJA+0w+Os8dfDh/90X7z/HqP/Yg+noLCIeHEbKln1Tqelv8ymCAN24zPcfQ==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-util": "^5.7.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-dropdown": { - "version": "4.0.1", - "resolved": "http://npm.anxinyun.cn/rc-dropdown/-/rc-dropdown-4.0.1.tgz", - "integrity": "sha512-OdpXuOcme1rm45cR0Jzgfl1otzmU4vuBVb+etXM8vcaULGokAKVpKlw8p6xzspG7jGd/XxShvq+N3VNEfk/l5g==", - "dependencies": { - "@babel/runtime": "^7.18.3", - "classnames": "^2.2.6", - "rc-trigger": "^5.3.1", - "rc-util": "^5.17.0" - }, - "peerDependencies": { - "react": ">=16.11.0", - "react-dom": ">=16.11.0" - } - }, - "node_modules/rc-field-form": { - "version": "1.26.7", - "resolved": "http://npm.anxinyun.cn/rc-field-form/-/rc-field-form-1.26.7.tgz", - "integrity": "sha512-CIb7Gw+DG9R+g4HxaDGYHhOjhjQoU2mGU4y+UM2+KQ3uRz9HrrNgTspGvNynn3UamsYcYcaPWZJmiJ6VklkT/w==", - "dependencies": { - "@babel/runtime": "^7.18.0", - "async-validator": "^4.1.0", - "rc-util": "^5.8.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-image": { - "version": "5.7.0", - "resolved": "http://npm.anxinyun.cn/rc-image/-/rc-image-5.7.0.tgz", - "integrity": "sha512-v6dzSgYfYrH4liKmOZKZZO+x21sJ9KPXNinBfkAoQg2Ihcd5QZ+P/JjB7v60X981XTPGjegy8U17Z8VUX4V36g==", - "dependencies": { - "@babel/runtime": "^7.11.2", - "classnames": "^2.2.6", - "rc-dialog": "~8.9.0", - "rc-util": "^5.0.6" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-input": { - "version": "0.0.1-alpha.7", - "resolved": "http://npm.anxinyun.cn/rc-input/-/rc-input-0.0.1-alpha.7.tgz", - "integrity": "sha512-eozaqpCYWSY5LBMwlHgC01GArkVEP+XlJ84OMvdkwUnJBSv83Yxa15pZpn7vACAj84uDC4xOA2CoFdbLuqB08Q==", - "dependencies": { - "@babel/runtime": "^7.11.1", - "classnames": "^2.2.1", - "rc-util": "^5.18.1" - }, - "peerDependencies": { - "react": ">=16.0.0", - "react-dom": ">=16.0.0" - } - }, - "node_modules/rc-input-number": { - "version": "7.3.6", - "resolved": "http://npm.anxinyun.cn/rc-input-number/-/rc-input-number-7.3.6.tgz", - "integrity": "sha512-Se62oMOBn9HwF/gSag+YtAYyKZsjJzEsqmyAJHAnAvPfjZJOu7dLMlQRwBbTtELbKXM/Y5Fztcq8CW2Y9f49qA==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-util": "^5.23.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-mentions": { - "version": "1.9.0", - "resolved": "http://npm.anxinyun.cn/rc-mentions/-/rc-mentions-1.9.0.tgz", - "integrity": "sha512-CSC2t8WxK8daS8lylJcquzCgKz4bXLAVNrSHXlTI8fNUy4toot8Sv79wT4fcP/bYgdt07/e3RXzkZfX6xjYYow==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-menu": "~9.6.0", - "rc-textarea": "^0.3.0", - "rc-trigger": "^5.0.4", - "rc-util": "^5.22.5" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-menu": { - "version": "9.6.0", - "resolved": "http://npm.anxinyun.cn/rc-menu/-/rc-menu-9.6.0.tgz", - "integrity": "sha512-d26waws42U/rVwW/+rOE2FN9pX6wUc9bDy38vVQYoie6gE85auWIpl5oChGlnW6nE2epnTwUsgWl8ipOPgmnUA==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.4.3", - "rc-overflow": "^1.2.0", - "rc-trigger": "^5.1.2", - "rc-util": "^5.12.0", - "shallowequal": "^1.1.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-motion": { - "version": "2.6.2", - "resolved": "http://npm.anxinyun.cn/rc-motion/-/rc-motion-2.6.2.tgz", - "integrity": "sha512-4w1FaX3dtV749P8GwfS4fYnFG4Rb9pxvCYPc/b2fw1cmlHJWNNgOFIz7ysiD+eOrzJSvnLJWlNQQncpNMXwwpg==", - "dependencies": { - "@babel/runtime": "^7.11.1", - "classnames": "^2.2.1", - "rc-util": "^5.21.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-notification": { - "version": "4.6.0", - "resolved": "http://npm.anxinyun.cn/rc-notification/-/rc-notification-4.6.0.tgz", - "integrity": "sha512-xF3MKgIoynzjQAO4lqsoraiFo3UXNYlBfpHs0VWvwF+4pimen9/H1DYLN2mfRWhHovW6gRpla73m2nmyIqAMZQ==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.2.0", - "rc-util": "^5.20.1" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-overflow": { - "version": "1.2.6", - "resolved": "http://npm.anxinyun.cn/rc-overflow/-/rc-overflow-1.2.6.tgz", - "integrity": "sha512-YqbocgzuQxfq2wZy72vdAgrgzzEuM/5d4gF9TBEodCpXPbUeXGrUXNm1J6G1MSkCU2N0ePIgCEu5qD/0Ldi63Q==", - "dependencies": { - "@babel/runtime": "^7.11.1", - "classnames": "^2.2.1", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.19.2" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-pagination": { - "version": "3.1.17", - "resolved": "http://npm.anxinyun.cn/rc-pagination/-/rc-pagination-3.1.17.tgz", - "integrity": "sha512-/BQ5UxcBnW28vFAcP2hfh+Xg15W0QZn8TWYwdCApchMH1H0CxiaUUcULP8uXcFM1TygcdKWdt3JqsL9cTAfdkQ==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-picker": { - "version": "2.6.10", - "resolved": "http://npm.anxinyun.cn/rc-picker/-/rc-picker-2.6.10.tgz", - "integrity": "sha512-9wYtw0DFWs9FO92Qh2D76P0iojUr8ZhLOtScUeOit6ks/F+TBLrOC1uze3IOu+u9gbDAjmosNWLKbBzx/Yuv2w==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "date-fns": "2.x", - "dayjs": "1.x", - "moment": "^2.24.0", - "rc-trigger": "^5.0.4", - "rc-util": "^5.4.0", - "shallowequal": "^1.1.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-progress": { - "version": "3.3.3", - "resolved": "http://npm.anxinyun.cn/rc-progress/-/rc-progress-3.3.3.tgz", - "integrity": "sha512-MDVNVHzGanYtRy2KKraEaWeZLri2ZHWIRyaE1a9MQ2MuJ09m+Wxj5cfcaoaR6z5iRpHpA59YeUxAlpML8N4PJw==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-util": "^5.16.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-rate": { - "version": "2.9.2", - "resolved": "http://npm.anxinyun.cn/rc-rate/-/rc-rate-2.9.2.tgz", - "integrity": "sha512-SaiZFyN8pe0Fgphv8t3+kidlej+cq/EALkAJAc3A0w0XcPaH2L1aggM8bhe1u6GAGuQNAoFvTLjw4qLPGRKV5g==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-util": "^5.0.1" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-resize-observer": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/rc-resize-observer/-/rc-resize-observer-1.2.0.tgz", - "integrity": "sha512-6W+UzT3PyDM0wVCEHfoW3qTHPTvbdSgiA43buiy8PzmeMnfgnDeb9NjdimMXMl3/TcrvvWl5RRVdp+NqcR47pQ==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "rc-util": "^5.15.0", - "resize-observer-polyfill": "^1.5.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-segmented": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/rc-segmented/-/rc-segmented-2.1.0.tgz", - "integrity": "sha512-hUlonro+pYoZcwrH6Vm56B2ftLfQh046hrwif/VwLIw1j3zGt52p5mREBwmeVzXnSwgnagpOpfafspzs1asjGw==", - "dependencies": { - "@babel/runtime": "^7.11.1", - "classnames": "^2.2.1", - "rc-motion": "^2.4.4", - "rc-util": "^5.17.0" - }, - "peerDependencies": { - "react": ">=16.0.0", - "react-dom": ">=16.0.0" - } - }, - "node_modules/rc-select": { - "version": "14.1.9", - "resolved": "http://npm.anxinyun.cn/rc-select/-/rc-select-14.1.9.tgz", - "integrity": "sha512-DK01+Q7oCWr5jVPiEp/BTQ8xCB4rI4LfXzZtSmBWJhOMuibyZD1Vlz/DlVKCUFmtBM4SzG4/SltGHoGlcbCqiw==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.0.1", - "rc-overflow": "^1.0.0", - "rc-trigger": "^5.0.4", - "rc-util": "^5.16.1", - "rc-virtual-list": "^3.2.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": "*", - "react-dom": "*" - } - }, - "node_modules/rc-slider": { - "version": "10.0.1", - "resolved": "http://npm.anxinyun.cn/rc-slider/-/rc-slider-10.0.1.tgz", - "integrity": "sha512-igTKF3zBet7oS/3yNiIlmU8KnZ45npmrmHlUUio8PNbIhzMcsh+oE/r2UD42Y6YD2D/s+kzCQkzQrPD6RY435Q==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-util": "^5.18.1", - "shallowequal": "^1.1.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-steps": { - "version": "4.1.4", - "resolved": "http://npm.anxinyun.cn/rc-steps/-/rc-steps-4.1.4.tgz", - "integrity": "sha512-qoCqKZWSpkh/b03ASGx1WhpKnuZcRWmvuW+ZUu4mvMdfvFzVxblTwUM+9aBd0mlEUFmt6GW8FXhMpHkK3Uzp3w==", - "dependencies": { - "@babel/runtime": "^7.10.2", - "classnames": "^2.2.3", - "rc-util": "^5.0.1" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-switch": { - "version": "3.2.2", - "resolved": "http://npm.anxinyun.cn/rc-switch/-/rc-switch-3.2.2.tgz", - "integrity": "sha1-0AH3fxJmTVJZW09vtCXdnmb7qOg=", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "rc-util": "^5.0.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-table": { - "version": "7.25.3", - "resolved": "http://npm.anxinyun.cn/rc-table/-/rc-table-7.25.3.tgz", - "integrity": "sha512-McsLJ2rg8EEpRBRYN4Pf9gT7ZNYnjvF9zrBpUBBbUX/fxk+eGi5ff1iPIhMyiHsH71/BmTUzX9nc9XqupD0nMg==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-resize-observer": "^1.1.0", - "rc-util": "^5.22.5", - "shallowequal": "^1.1.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-tabs": { - "version": "11.16.1", - "resolved": "http://npm.anxinyun.cn/rc-tabs/-/rc-tabs-11.16.1.tgz", - "integrity": "sha512-bR7Dap23YyfzZQwtKomhiFEFzZuE7WaKWo+ypNRSGB9PDKSc6tM12VP8LWYkvmmQHthgwP0WRN8nFbSJWuqLYw==", - "dependencies": { - "@babel/runtime": "^7.11.2", - "classnames": "2.x", - "rc-dropdown": "~4.0.0", - "rc-menu": "~9.6.0", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.5.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-textarea": { - "version": "0.3.7", - "resolved": "http://npm.anxinyun.cn/rc-textarea/-/rc-textarea-0.3.7.tgz", - "integrity": "sha512-yCdZ6binKmAQB13hc/oehh0E/QRwoPP1pjF21aHBxlgXO3RzPF6dUu4LG2R4FZ1zx/fQd2L1faktulrXOM/2rw==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.7.0", - "shallowequal": "^1.1.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-tooltip": { - "version": "5.2.2", - "resolved": "http://npm.anxinyun.cn/rc-tooltip/-/rc-tooltip-5.2.2.tgz", - "integrity": "sha512-jtQzU/18S6EI3lhSGoDYhPqNpWajMtS5VV/ld1LwyfrDByQpYmw/LW6U7oFXXLukjfDHQ7Ju705A82PRNFWYhg==", - "dependencies": { - "@babel/runtime": "^7.11.2", - "classnames": "^2.3.1", - "rc-trigger": "^5.0.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-tree": { - "version": "5.6.5", - "resolved": "http://npm.anxinyun.cn/rc-tree/-/rc-tree-5.6.5.tgz", - "integrity": "sha512-Bnyen46B251APyRZ9D/jYeTnSqbSEvK2AkU5B4vWkNYgUJNPrxO+VMgcDRedP/8N7YcsgdDT9hxqVvNOq7oCAQ==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.0.1", - "rc-util": "^5.16.1", - "rc-virtual-list": "^3.4.8" - }, - "engines": { - "node": ">=10.x" - }, - "peerDependencies": { - "react": "*", - "react-dom": "*" - } - }, - "node_modules/rc-tree-select": { - "version": "5.4.0", - "resolved": "http://npm.anxinyun.cn/rc-tree-select/-/rc-tree-select-5.4.0.tgz", - "integrity": "sha512-reRbOqC7Ic/nQocJAJeCl4n6nJUY3NoqiwRXKvhjgZJU7NGr9vIccXEsY+Lghkw5UMpPoxGsIJB0jiAvM18XYA==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-select": "~14.1.0", - "rc-tree": "~5.6.1", - "rc-util": "^5.16.1" - }, - "peerDependencies": { - "react": "*", - "react-dom": "*" - } - }, - "node_modules/rc-trigger": { - "version": "5.3.1", - "resolved": "http://npm.anxinyun.cn/rc-trigger/-/rc-trigger-5.3.1.tgz", - "integrity": "sha512-5gaFbDkYSefZ14j2AdzucXzlWgU2ri5uEjkHvsf1ynRhdJbKxNOnw4PBZ9+FVULNGFiDzzlVF8RJnR9P/xrnKQ==", - "dependencies": { - "@babel/runtime": "^7.18.3", - "classnames": "^2.2.6", - "rc-align": "^4.0.0", - "rc-motion": "^2.0.0", - "rc-util": "^5.19.2" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-upload": { - "version": "4.3.4", - "resolved": "http://npm.anxinyun.cn/rc-upload/-/rc-upload-4.3.4.tgz", - "integrity": "sha512-uVbtHFGNjHG/RyAfm9fluXB6pvArAGyAx8z7XzXXyorEgVIWj6mOlriuDm0XowDHYz4ycNK0nE0oP3cbFnzxiQ==", - "dependencies": { - "@babel/runtime": "^7.18.3", - "classnames": "^2.2.5", - "rc-util": "^5.2.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-util": { - "version": "5.23.0", - "resolved": "http://npm.anxinyun.cn/rc-util/-/rc-util-5.23.0.tgz", - "integrity": "sha512-lgm6diJ/pLgyfoZY59Vz7sW4mSoQCgozqbBye9IJ7/mb5w5h4T7h+i2JpXAx/UBQxscBZe68q0sP7EW+qfkKUg==", - "dependencies": { - "@babel/runtime": "^7.18.3", - "react-is": "^16.12.0", - "shallowequal": "^1.1.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-virtual-list": { - "version": "3.4.8", - "resolved": "http://npm.anxinyun.cn/rc-virtual-list/-/rc-virtual-list-3.4.8.tgz", - "integrity": "sha512-qSN+Rv4i/E7RCTvTMr1uZo7f3crJJg/5DekoCagydo9zsXrxj07zsFSxqizqW+ldGA16lwa8So/bIbV9Ofjddg==", - "dependencies": { - "classnames": "^2.2.6", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.15.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": "*", - "react-dom": "*" - } - }, - "node_modules/react": { - "version": "17.0.2", - "resolved": "http://npm.anxinyun.cn/react/-/react-17.0.2.tgz", - "integrity": "sha1-0LXMUW0p6z7uOD91tihkz7aAADc=", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-color": { - "version": "2.19.3", - "resolved": "http://npm.anxinyun.cn/react-color/-/react-color-2.19.3.tgz", - "integrity": "sha1-7GxrRWgxKjxqGEIKsEcuFGqlaD0=", - "dependencies": { - "@icons/material": "^0.2.4", - "lodash": "^4.17.15", - "lodash-es": "^4.17.15", - "material-colors": "^1.2.1", - "prop-types": "^15.5.10", - "reactcss": "^1.2.0", - "tinycolor2": "^1.4.1" - }, - "peerDependencies": { - "react": "*" - } - }, - "node_modules/react-copy-to-clipboard": { - "version": "5.1.0", - "resolved": "http://npm.anxinyun.cn/react-copy-to-clipboard/-/react-copy-to-clipboard-5.1.0.tgz", - "integrity": "sha512-k61RsNgAayIJNoy9yDsYzDe/yAZAzEbEgcz3DZMhF686LEyukcE1hzurxe85JandPUG+yTfGVFzuEw3xt8WP/A==", - "dev": true, - "dependencies": { - "copy-to-clipboard": "^3.3.1", - "prop-types": "^15.8.1" - }, - "peerDependencies": { - "react": "^15.3.0 || 16 || 17 || 18" - } - }, - "node_modules/react-cropper": { - "version": "2.1.8", - "resolved": "http://npm.anxinyun.cn/react-cropper/-/react-cropper-2.1.8.tgz", - "integrity": "sha1-vzWn3mV2n4rTV+iuiE55H+P+khI=", - "dependencies": { - "cropperjs": "^1.5.12" - }, - "peerDependencies": { - "react": ">=16.0.0" - } - }, - "node_modules/react-dnd": { - "version": "10.0.2", - "resolved": "http://npm.anxinyun.cn/react-dnd/-/react-dnd-10.0.2.tgz", - "integrity": "sha1-pq2Os9nyxXMDH3zgUBLlx2egsfw=", - "dev": true, - "dependencies": { - "@react-dnd/shallowequal": "^2.0.0", - "@types/hoist-non-react-statics": "^3.3.1", - "dnd-core": "^10.0.2", - "hoist-non-react-statics": "^3.3.0" - }, - "peerDependencies": { - "react": ">= 16.8", - "react-dom": ">= 16.8" - } - }, - "node_modules/react-dnd-html5-backend": { - "version": "10.0.2", - "resolved": "http://npm.anxinyun.cn/react-dnd-html5-backend/-/react-dnd-html5-backend-10.0.2.tgz", - "integrity": "sha1-FcudK5I/Q1dqE234VOKIy1lpeEw=", - "dev": true, - "dependencies": { - "dnd-core": "^10.0.2" - } - }, - "node_modules/react-dom": { - "version": "17.0.2", - "resolved": "http://npm.anxinyun.cn/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha1-7P+2hF462Nv83EmPDQqTlzZQLCM=", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "scheduler": "^0.20.2" - }, - "peerDependencies": { - "react": "17.0.2" - } - }, - "node_modules/react-dom-factories": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/react-dom-factories/-/react-dom-factories-1.0.2.tgz", - "integrity": "sha1-63cFxNs2+1AbOqOP91lhaqD/luA=", - "dev": true - }, - "node_modules/react-if": { - "version": "2.2.2", - "resolved": "http://npm.anxinyun.cn/react-if/-/react-if-2.2.2.tgz", - "integrity": "sha1-gfzETZReev6cgZqBFI5Ycf98yOI=", - "dev": true, - "peerDependencies": { - "prop-types": ">=15.5.10", - "react": ">=15.5.0" - } - }, - "node_modules/react-is": { - "version": "16.13.1", - "resolved": "http://npm.anxinyun.cn/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha1-eJcppNw23imZ3BVt1sHZwYzqVqQ=" - }, - "node_modules/react-jsonschema-form": { - "version": "1.8.1", - "resolved": "http://npm.anxinyun.cn/react-jsonschema-form/-/react-jsonschema-form-1.8.1.tgz", - "integrity": "sha1-nJYvKaVbP+Bx2O3y/DQw8F8bftk=", - "dev": true, - "dependencies": { - "@babel/runtime-corejs2": "^7.4.5", - "ajv": "^6.7.0", - "core-js": "^2.5.7", - "lodash": "^4.17.15", - "prop-types": "^15.5.8", - "react-is": "^16.8.4", - "react-lifecycles-compat": "^3.0.4", - "shortid": "^2.2.14" - }, - "engines": { - "node": ">=6", - "npm": ">=2.14.7" - }, - "peerDependencies": { - "react": ">=15" - } - }, - "node_modules/react-lifecycles-compat": { - "version": "3.0.4", - "resolved": "http://npm.anxinyun.cn/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", - "integrity": "sha1-TxonOv38jzSIqMUWv9p4+HI1I2I=" - }, - "node_modules/react-quill": { - "version": "1.3.5", - "resolved": "http://npm.anxinyun.cn:443/react-quill/-/react-quill-1.3.5.tgz", - "integrity": "sha1-jErXWdoDNlsXx5xsUq+pdyJZhE4=", - "dev": true, - "dependencies": { - "@types/quill": "1.3.10", - "create-react-class": "^15.6.0", - "lodash": "^4.17.4", - "prop-types": "^15.5.10", - "quill": "^1.3.7", - "react-dom-factories": "^1.0.0" - }, - "engines": { - "node": ">= 0.8.x" - }, - "peerDependencies": { - "react": "^0.14.9 || ^15.3.0 || ^16.0.0" - } - }, - "node_modules/react-redux": { - "version": "7.2.8", - "resolved": "http://npm.anxinyun.cn/react-redux/-/react-redux-7.2.8.tgz", - "integrity": "sha512-6+uDjhs3PSIclqoCk0kd6iX74gzrGc3W5zcAjbrFgEdIjRSQObdIwfx80unTkVUYvbQ95Y8Av3OvFHq1w5EOUw==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.15.4", - "@types/react-redux": "^7.1.20", - "hoist-non-react-statics": "^3.3.2", - "loose-envify": "^1.4.0", - "prop-types": "^15.7.2", - "react-is": "^17.0.2" - }, - "peerDependencies": { - "react": "^16.8.3 || ^17 || ^18" - }, - "peerDependenciesMeta": { - "react-dom": { - "optional": true - }, - "react-native": { - "optional": true - } - } - }, - "node_modules/react-redux/node_modules/react-is": { - "version": "17.0.2", - "resolved": "http://npm.anxinyun.cn/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha1-5pHUqOnHiTZWVVOas3J2Kw77VPA=", - "dev": true - }, - "node_modules/react-router": { - "version": "5.3.3", - "resolved": "http://npm.anxinyun.cn/react-router/-/react-router-5.3.3.tgz", - "integrity": "sha512-mzQGUvS3bM84TnbtMYR8ZjKnuPJ71IjSzR+DE6UkUqvN4czWIqEs17yLL8xkAycv4ev0AiN+IGrWu88vJs/p2w==", - "dependencies": { - "@babel/runtime": "^7.12.13", - "history": "^4.9.0", - "hoist-non-react-statics": "^3.1.0", - "loose-envify": "^1.3.1", - "mini-create-react-context": "^0.4.0", - "path-to-regexp": "^1.7.0", - "prop-types": "^15.6.2", - "react-is": "^16.6.0", - "tiny-invariant": "^1.0.2", - "tiny-warning": "^1.0.0" - }, - "peerDependencies": { - "react": ">=15" - } - }, - "node_modules/react-router-breadcrumbs-hoc": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/react-router-breadcrumbs-hoc/-/react-router-breadcrumbs-hoc-4.1.0.tgz", - "integrity": "sha512-HZn352JkMzi/1Mp9H6v78V9f7sjnWRf/dXeFVLDDbxEUK7QJCj1JUBJuEHC+B3tq1+uRCASNm3ofEOaG33tAKw==", - "peerDependencies": { - "react": ">=16.8", - "react-router-dom": ">=5" - } - }, - "node_modules/react-router-dom": { - "version": "5.3.3", - "resolved": "http://npm.anxinyun.cn/react-router-dom/-/react-router-dom-5.3.3.tgz", - "integrity": "sha512-Ov0tGPMBgqmbu5CDmN++tv2HQ9HlWDuWIIqn4b88gjlAN5IHI+4ZUZRcpz9Hl0azFIwihbLDYw1OiHGRo7ZIng==", - "dependencies": { - "@babel/runtime": "^7.12.13", - "history": "^4.9.0", - "loose-envify": "^1.3.1", - "prop-types": "^15.6.2", - "react-router": "5.3.3", - "tiny-invariant": "^1.0.2", - "tiny-warning": "^1.0.0" - }, - "peerDependencies": { - "react": ">=15" - } - }, - "node_modules/react-router-redux": { - "version": "4.0.8", - "resolved": "http://npm.anxinyun.cn/react-router-redux/-/react-router-redux-4.0.8.tgz", - "integrity": "sha1-InQDWWtRUeGCN32rg1tdRfD4BU4=", - "dev": true - }, - "node_modules/react-router/node_modules/path-to-regexp": { - "version": "1.8.0", - "resolved": "http://npm.anxinyun.cn/path-to-regexp/-/path-to-regexp-1.8.0.tgz", - "integrity": "sha1-iHs7qdhDk+h6CgufTLdWGYtTVIo=", - "dependencies": { - "isarray": "0.0.1" - } - }, - "node_modules/react-sortable-hoc": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/react-sortable-hoc/-/react-sortable-hoc-2.0.0.tgz", - "integrity": "sha1-9ngNiqS5IqIfPnVK9ULwMmdweLc=", - "dependencies": { - "@babel/runtime": "^7.2.0", - "invariant": "^2.2.4", - "prop-types": "^15.5.7" - }, - "peerDependencies": { - "prop-types": "^15.5.7", - "react": "^16.3.0 || ^17.0.0", - "react-dom": "^16.3.0 || ^17.0.0" - } - }, - "node_modules/reactcss": { - "version": "1.2.3", - "resolved": "http://npm.anxinyun.cn/reactcss/-/reactcss-1.2.3.tgz", - "integrity": "sha1-wAATh15Vexzw39mjaKHD2rO1SN0=", - "dependencies": { - "lodash": "^4.0.1" - } - }, - "node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/readdirp": { - "version": "2.2.1", - "resolved": "http://npm.anxinyun.cn/readdirp/-/readdirp-2.2.1.tgz", - "integrity": "sha1-DodiKjMlqjPokihcr4tOhGUppSU=", - "dependencies": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/readdirp/node_modules/isarray": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/readdirp/node_modules/readable-stream": { - "version": "2.3.7", - "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/readdirp/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=" - }, - "node_modules/readdirp/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/rechoir": { - "version": "0.7.1", - "resolved": "http://npm.anxinyun.cn/rechoir/-/rechoir-0.7.1.tgz", - "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", - "dev": true, - "dependencies": { - "resolve": "^1.9.0" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/redux": { - "version": "4.2.0", - "resolved": "http://npm.anxinyun.cn/redux/-/redux-4.2.0.tgz", - "integrity": "sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.9.2" - } - }, - "node_modules/redux-thunk": { - "version": "2.4.1", - "resolved": "http://npm.anxinyun.cn/redux-thunk/-/redux-thunk-2.4.1.tgz", - "integrity": "sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q==", - "dev": true, - "peerDependencies": { - "redux": "^4" - } - }, - "node_modules/redux-undo": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/redux-undo/-/redux-undo-1.0.1.tgz", - "integrity": "sha1-jZidbDJuZxj0RxBC6Qpbi28zF+s=", - "dev": true - }, - "node_modules/reflect-metadata": { - "version": "0.1.13", - "resolved": "http://npm.anxinyun.cn/reflect-metadata/-/reflect-metadata-0.1.13.tgz", - "integrity": "sha1-Z648pXyXKiqhZCsQ/jY/4y1J3Ag=" - }, - "node_modules/regenerate": { - "version": "1.4.2", - "resolved": "http://npm.anxinyun.cn/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha1-uTRtiCfo9aMve6KWN9OYtpAUhIo=", - "dev": true - }, - "node_modules/regenerate-unicode-properties": { - "version": "10.0.1", - "resolved": "http://npm.anxinyun.cn/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz", - "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==", - "dev": true, - "dependencies": { - "regenerate": "^1.4.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regenerator-runtime": { - "version": "0.13.9", - "resolved": "http://npm.anxinyun.cn/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha1-iSV0Kpj/2QgUmI11Zq0wyjsmO1I=" - }, - "node_modules/regenerator-transform": { - "version": "0.15.0", - "resolved": "http://npm.anxinyun.cn/regenerator-transform/-/regenerator-transform-0.15.0.tgz", - "integrity": "sha1-y9nq1dd/rhpI2VfPiJrQWGrbZTc=", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.8.4" - } - }, - "node_modules/regex-not": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/regex-not/-/regex-not-1.0.2.tgz", - "integrity": "sha1-H07OJ+ALC2XgJHpoEOaoXYOldSw=", - "dependencies": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/regex-not/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/regex-not/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/regexp.prototype.flags": { - "version": "1.4.3", - "resolved": "http://npm.anxinyun.cn/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz", - "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "functions-have-names": "^1.2.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/regexpu-core": { - "version": "5.1.0", - "resolved": "http://npm.anxinyun.cn/regexpu-core/-/regexpu-core-5.1.0.tgz", - "integrity": "sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==", - "dev": true, - "dependencies": { - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.0.1", - "regjsgen": "^0.6.0", - "regjsparser": "^0.8.2", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regjsgen": { - "version": "0.6.0", - "resolved": "http://npm.anxinyun.cn/regjsgen/-/regjsgen-0.6.0.tgz", - "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==", - "dev": true - }, - "node_modules/regjsparser": { - "version": "0.8.4", - "resolved": "http://npm.anxinyun.cn/regjsparser/-/regjsparser-0.8.4.tgz", - "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==", - "dev": true, - "dependencies": { - "jsesc": "~0.5.0" - }, - "bin": { - "regjsparser": "bin/parser" - } - }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "http://npm.anxinyun.cn/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - } - }, - "node_modules/regl": { - "version": "1.7.0", - "resolved": "http://npm.anxinyun.cn/regl/-/regl-1.7.0.tgz", - "integrity": "sha1-DRhUMQRKNWv4Dpt3WxG5Ne8nRtM=" - }, - "node_modules/relateurl": { - "version": "0.2.7", - "resolved": "http://npm.anxinyun.cn/relateurl/-/relateurl-0.2.7.tgz", - "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=", - "dev": true, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/remove-trailing-separator": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" - }, - "node_modules/renderkid": { - "version": "2.0.7", - "resolved": "http://npm.anxinyun.cn/renderkid/-/renderkid-2.0.7.tgz", - "integrity": "sha1-Rk8namvc7mBvShWZP5sp/HTKhgk=", - "dev": true, - "dependencies": { - "css-select": "^4.1.3", - "dom-converter": "^0.2.0", - "htmlparser2": "^6.1.0", - "lodash": "^4.17.21", - "strip-ansi": "^3.0.1" - } - }, - "node_modules/repeat-element": { - "version": "1.1.4", - "resolved": "http://npm.anxinyun.cn/repeat-element/-/repeat-element-1.1.4.tgz", - "integrity": "sha1-vmgVIIR6tYx1aKx1+/rSjtQtOek=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/repeat-string": { - "version": "1.6.1", - "resolved": "http://npm.anxinyun.cn/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/request": { - "version": "2.88.2", - "resolved": "http://npm.anxinyun.cn/request/-/request-2.88.2.tgz", - "integrity": "sha1-1zyRhzHLWofaBH4gcjQUb2ZNErM=", - "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", - "dependencies": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/request-promise-core": { - "version": "1.1.4", - "resolved": "http://npm.anxinyun.cn/request-promise-core/-/request-promise-core-1.1.4.tgz", - "integrity": "sha1-Pu3UIjII1BmGe3jOgVFn0QWToi8=", - "dependencies": { - "lodash": "^4.17.19" - }, - "engines": { - "node": ">=0.10.0" - }, - "peerDependencies": { - "request": "^2.34" - } - }, - "node_modules/request-promise-native": { - "version": "1.0.9", - "resolved": "http://npm.anxinyun.cn/request-promise-native/-/request-promise-native-1.0.9.tgz", - "integrity": "sha1-5AcSBSal79yaObKKVnm/R7nZ3Cg=", - "deprecated": "request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142", - "dependencies": { - "request-promise-core": "1.1.4", - "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" - }, - "engines": { - "node": ">=0.12.0" - }, - "peerDependencies": { - "request": "^2.34" - } - }, - "node_modules/request/node_modules/form-data": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha1-3M5SwF9kTymManq5Nr1yTO/786Y=", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 0.12" - } - }, - "node_modules/request/node_modules/qs": { - "version": "6.5.3", - "resolved": "http://npm.anxinyun.cn/qs/-/qs-6.5.3.tgz", - "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/request/node_modules/uuid": { - "version": "3.4.0", - "resolved": "http://npm.anxinyun.cn/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-main-filename": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha1-0LMp7MfMD2Fkn2IhW+aa9UqomJs=" - }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" - }, - "node_modules/resize-observer-polyfill": { - "version": "1.5.1", - "resolved": "http://npm.anxinyun.cn/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", - "integrity": "sha1-DpAg3T0hAkRY1OvSfiPkAmmBBGQ=" - }, - "node_modules/resolve": { - "version": "1.22.1", - "resolved": "http://npm.anxinyun.cn/resolve/-/resolve-1.22.1.tgz", - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", - "dev": true, - "dependencies": { - "is-core-module": "^2.9.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - } - }, - "node_modules/resolve-cwd": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/resolve-cwd/-/resolve-cwd-2.0.0.tgz", - "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", - "dependencies": { - "resolve-from": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/resolve-from": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", - "engines": { - "node": ">=4" - } - }, - "node_modules/resolve-path": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/resolve-path/-/resolve-path-1.4.0.tgz", - "integrity": "sha1-xL2p9e+y/OZSR4c6s2u02DT+Fvc=", - "dependencies": { - "http-errors": "~1.6.2", - "path-is-absolute": "1.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/resolve-path/node_modules/http-errors": { - "version": "1.6.3", - "resolved": "http://npm.anxinyun.cn/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/resolve-path/node_modules/inherits": { - "version": "2.0.3", - "resolved": "http://npm.anxinyun.cn/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "node_modules/resolve-path/node_modules/setprototypeof": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha1-0L2FU2iHtv58DYGMuWLZ2RxU5lY=" - }, - "node_modules/resolve-pathname": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/resolve-pathname/-/resolve-pathname-3.0.0.tgz", - "integrity": "sha1-mdAiJNPPJjaJvsuzk7xWAxMCXc0=" - }, - "node_modules/resolve-url": { - "version": "0.2.1", - "resolved": "http://npm.anxinyun.cn/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", - "deprecated": "https://github.com/lydell/resolve-url#deprecated" - }, - "node_modules/ret": { - "version": "0.1.15", - "resolved": "http://npm.anxinyun.cn/ret/-/ret-0.1.15.tgz", - "integrity": "sha1-uKSCXVvbH8P29Twrwz+BOIaBx7w=", - "engines": { - "node": ">=0.12" - } - }, - "node_modules/retry": { - "version": "0.12.0", - "resolved": "http://npm.anxinyun.cn/retry/-/retry-0.12.0.tgz", - "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", - "engines": { - "node": ">= 4" - } - }, - "node_modules/retry-as-promised": { - "version": "2.3.2", - "resolved": "http://npm.anxinyun.cn/retry-as-promised/-/retry-as-promised-2.3.2.tgz", - "integrity": "sha1-zZdO5P2bX+A8vzGHHuSCIcB3N7c=", - "dependencies": { - "bluebird": "^3.4.6", - "debug": "^2.6.9" - } - }, - "node_modules/retry-as-promised/node_modules/debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/retry-as-promised/node_modules/ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/rimraf": { - "version": "2.7.1", - "resolved": "http://npm.anxinyun.cn/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w=", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/rndm": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/rndm/-/rndm-1.2.0.tgz", - "integrity": "sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w=" - }, - "node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY=" - }, - "node_modules/safe-regex": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/safe-regex/-/safe-regex-1.1.0.tgz", - "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", - "dependencies": { - "ret": "~0.1.10" - } - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "http://npm.anxinyun.cn/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=" - }, - "node_modules/scheduler": { - "version": "0.20.2", - "resolved": "http://npm.anxinyun.cn/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha1-S67jlDbjSqk7SHS93L8P6Li1DpE=", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "node_modules/schema-utils": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/scroll-into-view-if-needed": { - "version": "2.2.29", - "resolved": "http://npm.anxinyun.cn/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.29.tgz", - "integrity": "sha512-hxpAR6AN+Gh53AdAimHM6C8oTN1ppwVZITihix+WqalywBeFcQ6LdQP5ABNl26nX8GTEL7VT+b8lKpdqq65wXg==", - "dependencies": { - "compute-scroll-into-view": "^1.0.17" - } - }, - "node_modules/seamless-immutable": { - "version": "7.1.4", - "resolved": "http://npm.anxinyun.cn/seamless-immutable/-/seamless-immutable-7.1.4.tgz", - "integrity": "sha1-bpU23vCD3cTeoCB9ci4OgNDzcvg=", - "dev": true, - "optional": true - }, - "node_modules/select-hose": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/select-hose/-/select-hose-2.0.0.tgz", - "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=" - }, - "node_modules/selfsigned": { - "version": "1.10.14", - "resolved": "http://npm.anxinyun.cn/selfsigned/-/selfsigned-1.10.14.tgz", - "integrity": "sha512-lkjaiAye+wBZDCBsu5BGi0XiLRxeUlsGod5ZP924CRSEoGuZAw/f7y9RKu28rwTfiHVhdavhB0qH0INV6P1lEA==", - "dependencies": { - "node-forge": "^0.10.0" - } - }, - "node_modules/semver": { - "version": "5.7.1", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/send": { - "version": "0.18.0", - "resolved": "http://npm.anxinyun.cn/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/send/node_modules/debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/send/node_modules/debug/node_modules/ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/send/node_modules/depd": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", - "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/send/node_modules/mime": { - "version": "1.6.0", - "resolved": "http://npm.anxinyun.cn/mime/-/mime-1.6.0.tgz", - "integrity": "sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE=", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.1.3.tgz", - "integrity": "sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=" - }, - "node_modules/send/node_modules/statuses": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha1-VcsADM8dSHKL0jxoWgY5mM8aG2M=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/sequelize": { - "version": "4.44.4", - "resolved": "http://npm.anxinyun.cn/sequelize/-/sequelize-4.44.4.tgz", - "integrity": "sha1-lgfqo+WQgNJ9ixdIHS5Enofljxg=", - "deprecated": "Please update to v6 or higher! A migration guide can be found here: https://sequelize.org/v6/manual/upgrade-to-v6.html", - "dependencies": { - "bluebird": "^3.5.0", - "cls-bluebird": "^2.1.0", - "debug": "^3.1.0", - "depd": "^1.1.0", - "dottie": "^2.0.0", - "generic-pool": "3.5.0", - "inflection": "1.12.0", - "lodash": "^4.17.1", - "moment": "^2.20.0", - "moment-timezone": "^0.5.14", - "retry-as-promised": "^2.3.2", - "semver": "^5.5.0", - "terraformer-wkt-parser": "^1.1.2", - "toposort-class": "^1.0.1", - "uuid": "^3.2.1", - "validator": "^10.4.0", - "wkx": "^0.4.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/sequelize/node_modules/debug": { - "version": "3.2.7", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", - "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/sequelize/node_modules/inflection": { - "version": "1.12.0", - "resolved": "http://npm.anxinyun.cn/inflection/-/inflection-1.12.0.tgz", - "integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY=", - "engines": [ - "node >= 0.4.0" - ] - }, - "node_modules/sequelize/node_modules/uuid": { - "version": "3.4.0", - "resolved": "http://npm.anxinyun.cn/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/serialize-javascript": { - "version": "6.0.0", - "resolved": "http://npm.anxinyun.cn/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha1-765diPRdeSQUHai1w6en5mP+/rg=", - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "node_modules/serve-index": { - "version": "1.9.1", - "resolved": "http://npm.anxinyun.cn/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", - "dependencies": { - "accepts": "~1.3.4", - "batch": "0.6.1", - "debug": "2.6.9", - "escape-html": "~1.0.3", - "http-errors": "~1.6.2", - "mime-types": "~2.1.17", - "parseurl": "~1.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/serve-index/node_modules/debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/serve-index/node_modules/http-errors": { - "version": "1.6.3", - "resolved": "http://npm.anxinyun.cn/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-index/node_modules/inherits": { - "version": "2.0.3", - "resolved": "http://npm.anxinyun.cn/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "node_modules/serve-index/node_modules/ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/serve-index/node_modules/setprototypeof": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha1-0L2FU2iHtv58DYGMuWLZ2RxU5lY=" - }, - "node_modules/serve-static": { - "version": "1.15.0", - "resolved": "http://npm.anxinyun.cn/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/set-blocking": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" - }, - "node_modules/set-value": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/set-value/-/set-value-2.0.1.tgz", - "integrity": "sha1-oY1AUw5vB95CKMfe/kInr4ytAFs=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha1-ZsmiSnP5/CjL5msJ/tPTPcrxtCQ=" - }, - "node_modules/shallow-clone": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha1-jymBrZJTH1UDWwH7IwdppA4C76M=", - "dev": true, - "dependencies": { - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shallowequal": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/shallowequal/-/shallowequal-1.1.0.tgz", - "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha1-zNCvT4g1+9wmW4JGGq8MNmY/NOo=", - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha1-rhbxZE2HPsrYQ7AwexQzYtTEIXI=", - "engines": { - "node": ">=8" - } - }, - "node_modules/shimmer": { - "version": "1.2.1", - "resolved": "http://npm.anxinyun.cn/shimmer/-/shimmer-1.2.1.tgz", - "integrity": "sha1-YQhZ994ye1h+/r9QH7QxF/mv8zc=" - }, - "node_modules/shortid": { - "version": "2.2.16", - "resolved": "http://npm.anxinyun.cn/shortid/-/shortid-2.2.16.tgz", - "integrity": "sha512-Ugt+GIZqvGXCIItnsL+lvFJOiN7RYqlGy7QE41O3YC1xbNSeDGIRO7xg2JJXIAj1cAGnOeC1r7/T9pgrtQbv4g==", - "dev": true, - "dependencies": { - "nanoid": "^2.1.0" - } - }, - "node_modules/side-channel": { - "version": "1.0.4", - "resolved": "http://npm.anxinyun.cn/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha1-785cj9wQTudRslxY1CkAEfpeos8=", - "dependencies": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - } - }, - "node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "http://npm.anxinyun.cn/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" - }, - "node_modules/simple-swizzle": { - "version": "0.2.2", - "resolved": "http://npm.anxinyun.cn/simple-swizzle/-/simple-swizzle-0.2.2.tgz", - "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", - "dependencies": { - "is-arrayish": "^0.3.1" - } - }, - "node_modules/sirv": { - "version": "1.0.19", - "resolved": "http://npm.anxinyun.cn/sirv/-/sirv-1.0.19.tgz", - "integrity": "sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==", - "dev": true, - "dependencies": { - "@polka/url": "^1.0.0-next.20", - "mrmime": "^1.0.0", - "totalist": "^1.0.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/smart-buffer": { - "version": "4.2.0", - "resolved": "http://npm.anxinyun.cn/smart-buffer/-/smart-buffer-4.2.0.tgz", - "integrity": "sha1-bh1x+k8YwF99D/IW3RakgdDo2a4=", - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/snapdragon": { - "version": "0.8.2", - "resolved": "http://npm.anxinyun.cn/snapdragon/-/snapdragon-0.8.2.tgz", - "integrity": "sha1-ZJIufFZbDhQgS6GqfWlkJ40lGC0=", - "dependencies": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/snapdragon-node/-/snapdragon-node-2.1.1.tgz", - "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", - "dependencies": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node/node_modules/define-property": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node/node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node/node_modules/is-data-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node/node_modules/is-descriptor": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", - "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-util": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/snapdragon-util/-/snapdragon-util-3.0.1.tgz", - "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", - "dependencies": { - "kind-of": "^3.2.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-util/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/snapdragon/node_modules/define-property": { - "version": "0.2.5", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/snapdragon/node_modules/source-map": { - "version": "0.5.7", - "resolved": "http://npm.anxinyun.cn/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/socket.io": { - "version": "1.7.4", - "resolved": "http://npm.anxinyun.cn/socket.io/-/socket.io-1.7.4.tgz", - "integrity": "sha1-L37O3DORvy1cc+KR/iM+bjTU3QA=", - "dependencies": { - "debug": "2.3.3", - "engine.io": "~1.8.4", - "has-binary": "0.1.7", - "object-assign": "4.1.0", - "socket.io-adapter": "0.5.0", - "socket.io-client": "1.7.4", - "socket.io-parser": "2.3.1" - } - }, - "node_modules/socket.io-adapter": { - "version": "0.5.0", - "resolved": "http://npm.anxinyun.cn/socket.io-adapter/-/socket.io-adapter-0.5.0.tgz", - "integrity": "sha1-y21LuL7IHhB4uZZ3+c7QBGBmu4s=", - "dependencies": { - "debug": "2.3.3", - "socket.io-parser": "2.3.1" - } - }, - "node_modules/socket.io-adapter/node_modules/debug": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "dependencies": { - "ms": "0.7.2" - } - }, - "node_modules/socket.io-adapter/node_modules/ms": { - "version": "0.7.2", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" - }, - "node_modules/socket.io-client": { - "version": "1.7.4", - "resolved": "http://npm.anxinyun.cn/socket.io-client/-/socket.io-client-1.7.4.tgz", - "integrity": "sha1-7J+CA1btme9tNX8HVtZIcXvdQoE=", - "dependencies": { - "backo2": "1.0.2", - "component-bind": "1.0.0", - "component-emitter": "1.2.1", - "debug": "2.3.3", - "engine.io-client": "~1.8.4", - "has-binary": "0.1.7", - "indexof": "0.0.1", - "object-component": "0.0.3", - "parseuri": "0.0.5", - "socket.io-parser": "2.3.1", - "to-array": "0.1.4" - } - }, - "node_modules/socket.io-client/node_modules/component-emitter": { - "version": "1.2.1", - "resolved": "http://npm.anxinyun.cn/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" - }, - "node_modules/socket.io-client/node_modules/debug": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "dependencies": { - "ms": "0.7.2" - } - }, - "node_modules/socket.io-client/node_modules/ms": { - "version": "0.7.2", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" - }, - "node_modules/socket.io-parser": { - "version": "2.3.1", - "resolved": "http://npm.anxinyun.cn/socket.io-parser/-/socket.io-parser-2.3.1.tgz", - "integrity": "sha1-3VMgJRA85Clpcya+/WQAX8/ltKA=", - "dependencies": { - "component-emitter": "1.1.2", - "debug": "2.2.0", - "isarray": "0.0.1", - "json3": "3.3.2" - } - }, - "node_modules/socket.io-parser/node_modules/component-emitter": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/component-emitter/-/component-emitter-1.1.2.tgz", - "integrity": "sha1-KWWU8nU9qmOZbSrwjRWpURbJrsM=" - }, - "node_modules/socket.io-parser/node_modules/debug": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.2.0.tgz", - "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=", - "dependencies": { - "ms": "0.7.1" - } - }, - "node_modules/socket.io-parser/node_modules/ms": { - "version": "0.7.1", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.1.tgz", - "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=" - }, - "node_modules/socket.io/node_modules/debug": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "dependencies": { - "ms": "0.7.2" - } - }, - "node_modules/socket.io/node_modules/ms": { - "version": "0.7.2", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" - }, - "node_modules/socket.io/node_modules/object-assign": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/object-assign/-/object-assign-4.1.0.tgz", - "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sockjs": { - "version": "0.3.24", - "resolved": "http://npm.anxinyun.cn/sockjs/-/sockjs-0.3.24.tgz", - "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", - "dependencies": { - "faye-websocket": "^0.11.3", - "uuid": "^8.3.2", - "websocket-driver": "^0.7.4" - } - }, - "node_modules/sockjs-client": { - "version": "1.6.1", - "resolved": "http://npm.anxinyun.cn/sockjs-client/-/sockjs-client-1.6.1.tgz", - "integrity": "sha512-2g0tjOR+fRs0amxENLi/q5TiJTqY+WXFOzb5UwXndlK6TO3U/mirZznpx6w34HVMoc3g7cY24yC/ZMIYnDlfkw==", - "dependencies": { - "debug": "^3.2.7", - "eventsource": "^2.0.2", - "faye-websocket": "^0.11.4", - "inherits": "^2.0.4", - "url-parse": "^1.5.10" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/sockjs-client/node_modules/debug": { - "version": "3.2.7", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", - "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/socks": { - "version": "2.7.0", - "resolved": "http://npm.anxinyun.cn/socks/-/socks-2.7.0.tgz", - "integrity": "sha512-scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA==", - "dependencies": { - "ip": "^2.0.0", - "smart-buffer": "^4.2.0" - }, - "engines": { - "node": ">= 10.13.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/socks-proxy-agent": { - "version": "5.0.1", - "resolved": "http://npm.anxinyun.cn/socks-proxy-agent/-/socks-proxy-agent-5.0.1.tgz", - "integrity": "sha1-Ay+1gwSKKev/7C5qc/ygdh9IF34=", - "dependencies": { - "agent-base": "^6.0.2", - "debug": "4", - "socks": "^2.3.3" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/socks/node_modules/ip": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==" - }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "http://npm.anxinyun.cn/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-resolve": { - "version": "0.5.3", - "resolved": "http://npm.anxinyun.cn/source-map-resolve/-/source-map-resolve-0.5.3.tgz", - "integrity": "sha1-GQhmvs51U+H48mei7oLGBrVQmho=", - "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", - "dependencies": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - } - }, - "node_modules/source-map-support": { - "version": "0.5.21", - "resolved": "http://npm.anxinyun.cn/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/source-map-url": { - "version": "0.4.1", - "resolved": "http://npm.anxinyun.cn/source-map-url/-/source-map-url-0.4.1.tgz", - "integrity": "sha1-CvZmBadFpaL5HPG7+KevvCg97FY=", - "deprecated": "See https://github.com/lydell/source-map-url#deprecated" - }, - "node_modules/spdy": { - "version": "4.0.2", - "resolved": "http://npm.anxinyun.cn/spdy/-/spdy-4.0.2.tgz", - "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", - "dependencies": { - "debug": "^4.1.0", - "handle-thing": "^2.0.0", - "http-deceiver": "^1.2.7", - "select-hose": "^2.0.0", - "spdy-transport": "^3.0.0" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/spdy-transport": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/spdy-transport/-/spdy-transport-3.0.0.tgz", - "integrity": "sha1-ANSGOmQArXXfkzYaFghgXl3NzzE=", - "dependencies": { - "debug": "^4.1.0", - "detect-node": "^2.0.4", - "hpack.js": "^2.1.6", - "obuf": "^1.1.2", - "readable-stream": "^3.0.6", - "wbuf": "^1.7.3" - } - }, - "node_modules/split-string": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/split-string/-/split-string-3.1.0.tgz", - "integrity": "sha1-fLCd2jqGWFcFxks5pkZgOGguj+I=", - "dependencies": { - "extend-shallow": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/split-string/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/split-string/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/split2": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/split2/-/split2-4.1.0.tgz", - "integrity": "sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==", - "engines": { - "node": ">= 10.x" - } - }, - "node_modules/ssf": { - "version": "0.11.2", - "resolved": "http://npm.anxinyun.cn/ssf/-/ssf-0.11.2.tgz", - "integrity": "sha1-C5lpiyN1SNCI/EPN8rcMGnUSwGw=", - "dependencies": { - "frac": "~1.1.2" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/sshpk": { - "version": "1.17.0", - "resolved": "http://npm.anxinyun.cn/sshpk/-/sshpk-1.17.0.tgz", - "integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==", - "dependencies": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "bin": { - "sshpk-conv": "bin/sshpk-conv", - "sshpk-sign": "bin/sshpk-sign", - "sshpk-verify": "bin/sshpk-verify" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ssr-window": { - "version": "4.0.2", - "resolved": "http://npm.anxinyun.cn/ssr-window/-/ssr-window-4.0.2.tgz", - "integrity": "sha512-ISv/Ch+ig7SOtw7G2+qkwfVASzazUnvlDTwypdLoPoySv+6MqlOV10VwPSE6EWkGjhW50lUmghPmpYZXMu/+AQ==" - }, - "node_modules/stack-trace": { - "version": "0.0.10", - "resolved": "http://npm.anxinyun.cn/stack-trace/-/stack-trace-0.0.10.tgz", - "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=", - "engines": { - "node": "*" - } - }, - "node_modules/static-extend": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/static-extend/-/static-extend-0.1.2.tgz", - "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", - "dependencies": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/define-property": { - "version": "0.2.5", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/statuses": { - "version": "1.5.0", - "resolved": "http://npm.anxinyun.cn/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/stealthy-require": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/stealthy-require/-/stealthy-require-1.1.1.tgz", - "integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/streamsearch": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/streamsearch/-/streamsearch-0.1.2.tgz", - "integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=", - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, - "node_modules/string-convert": { - "version": "0.2.1", - "resolved": "http://npm.anxinyun.cn/string-convert/-/string-convert-0.2.1.tgz", - "integrity": "sha1-aYLMMEn7tM2F+LJFaLnZvznu/5c=" - }, - "node_modules/string-width": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha1-InZ74htirxCBV0MG9prFG2IgOWE=", - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/string-width/node_modules/ansi-regex": { - "version": "4.1.1", - "resolved": "http://npm.anxinyun.cn/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/string-width/node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=", - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/string.prototype.trimend": { - "version": "1.0.5", - "resolved": "http://npm.anxinyun.cn/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", - "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" - } - }, - "node_modules/string.prototype.trimstart": { - "version": "1.0.5", - "resolved": "http://npm.anxinyun.cn/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", - "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" - } - }, - "node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-eof": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/strip-eof/-/strip-eof-1.0.0.tgz", - "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/style-loader": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/style-loader/-/style-loader-2.0.0.tgz", - "integrity": "sha1-lmlgL9RpB0DqrsE3eZoDrdu8OTw=", - "dev": true, - "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/style-loader/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/superagent": { - "version": "6.1.0", - "resolved": "http://npm.anxinyun.cn/superagent/-/superagent-6.1.0.tgz", - "integrity": "sha1-CfCIB7xBEI7xZM+0vik869SA9KY=", - "deprecated": "Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at .", - "dependencies": { - "component-emitter": "^1.3.0", - "cookiejar": "^2.1.2", - "debug": "^4.1.1", - "fast-safe-stringify": "^2.0.7", - "form-data": "^3.0.0", - "formidable": "^1.2.2", - "methods": "^1.1.2", - "mime": "^2.4.6", - "qs": "^6.9.4", - "readable-stream": "^3.6.0", - "semver": "^7.3.2" - }, - "engines": { - "node": ">= 7.0.0" - } - }, - "node_modules/superagent-no-cache": { - "version": "0.1.1", - "resolved": "http://npm.anxinyun.cn/superagent-no-cache/-/superagent-no-cache-0.1.1.tgz", - "integrity": "sha1-WO2N6a7/BTqcmK4B3sT95Ln4X9o=", - "dependencies": { - "component-ie": "^1.0.0" - } - }, - "node_modules/superagent/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "http://npm.anxinyun.cn/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/superagent/node_modules/semver": { - "version": "7.3.7", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/superagent/node_modules/yallist": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=" - }, - "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/swiper": { - "version": "8.3.1", - "resolved": "http://npm.anxinyun.cn/swiper/-/swiper-8.3.1.tgz", - "integrity": "sha512-oASYsulsERlbQVTZ8FjlTDJSN4YZwhp+AkvepOj8EOhgpvxzKoMpWpBPrk7ypkMioQUx6x2NPvkRU0Qv9mpS0A==", - "hasInstallScript": true, - "dependencies": { - "dom7": "^4.0.4", - "ssr-window": "^4.0.2" - }, - "engines": { - "node": ">= 4.7.0" - } - }, - "node_modules/swr": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/swr/-/swr-1.3.0.tgz", - "integrity": "sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==", - "peerDependencies": { - "react": "^16.11.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/tapable": { - "version": "1.1.3", - "resolved": "http://npm.anxinyun.cn/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha1-ofzMBrWNth/XpF2i2kT186Pme6I=", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/terraformer": { - "version": "1.0.12", - "resolved": "http://npm.anxinyun.cn/terraformer/-/terraformer-1.0.12.tgz", - "integrity": "sha1-OeCPnHU2BkIazOAuEiRAxy36EtM=", - "deprecated": "terraformer is deprecated and no longer supported. Please use @terraformer/arcgis.", - "engines": { - "node": ">=4.2.6" - }, - "optionalDependencies": { - "@types/geojson": "^7946.0.0 || ^1.0.0" - } - }, - "node_modules/terraformer-wkt-parser": { - "version": "1.2.1", - "resolved": "http://npm.anxinyun.cn/terraformer-wkt-parser/-/terraformer-wkt-parser-1.2.1.tgz", - "integrity": "sha1-gEHirrDJ8rTLvsjsLFwAxF3f7gI=", - "deprecated": "terraformer-wkt-parser is deprecated and no longer supported. Please use @terraformer/wkt.", - "dependencies": { - "@types/geojson": "^1.0.0", - "terraformer": "~1.0.5" - }, - "engines": { - "node": ">=4.2.6" - } - }, - "node_modules/terser": { - "version": "4.8.1", - "resolved": "http://npm.anxinyun.cn/terser/-/terser-4.8.1.tgz", - "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", - "dev": true, - "dependencies": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/terser-webpack-plugin": { - "version": "5.3.3", - "resolved": "http://npm.anxinyun.cn/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz", - "integrity": "sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==", - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.7", - "jest-worker": "^27.4.5", - "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.0", - "terser": "^5.7.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "peerDependencies": { - "webpack": "^5.1.0" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "uglify-js": { - "optional": true - } - } - }, - "node_modules/terser-webpack-plugin/node_modules/commander": { - "version": "2.20.3", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-2.20.3.tgz", - "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=" - }, - "node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/terser-webpack-plugin/node_modules/terser": { - "version": "5.14.2", - "resolved": "http://npm.anxinyun.cn/terser/-/terser-5.14.2.tgz", - "integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==", - "dependencies": { - "@jridgewell/source-map": "^0.3.2", - "acorn": "^8.5.0", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-2.20.3.tgz", - "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=", - "dev": true - }, - "node_modules/thenify": { - "version": "3.3.1", - "resolved": "http://npm.anxinyun.cn/thenify/-/thenify-3.3.1.tgz", - "integrity": "sha1-iTLmhqQGYDigFt2eLKRq3Zg4qV8=", - "dependencies": { - "any-promise": "^1.0.0" - } - }, - "node_modules/thenify-all": { - "version": "1.6.0", - "resolved": "http://npm.anxinyun.cn/thenify-all/-/thenify-all-1.6.0.tgz", - "integrity": "sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=", - "dependencies": { - "thenify": ">= 3.1.0 < 4" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/through": { - "version": "2.3.8", - "resolved": "http://npm.anxinyun.cn/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" - }, - "node_modules/thunky": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/thunky/-/thunky-1.1.0.tgz", - "integrity": "sha1-Wrr3FKlAXbBQRzK7zNLO3Z75U30=" - }, - "node_modules/tiny-invariant": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/tiny-invariant/-/tiny-invariant-1.2.0.tgz", - "integrity": "sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==" - }, - "node_modules/tiny-warning": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/tiny-warning/-/tiny-warning-1.0.3.tgz", - "integrity": "sha1-lKMNtFPfTGQ9D9VmBg1gqHXYR1Q=" - }, - "node_modules/tinycolor2": { - "version": "1.4.2", - "resolved": "http://npm.anxinyun.cn/tinycolor2/-/tinycolor2-1.4.2.tgz", - "integrity": "sha1-P2pNEHGtB2dtf6Ry4frECnGdiAM=", - "engines": { - "node": "*" - } - }, - "node_modules/to-array": { - "version": "0.1.4", - "resolved": "http://npm.anxinyun.cn/to-array/-/to-array-0.1.4.tgz", - "integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=" - }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/to-object-path": { - "version": "0.3.0", - "resolved": "http://npm.anxinyun.cn/to-object-path/-/to-object-path-0.3.0.tgz", - "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-object-path/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-regex": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/to-regex/-/to-regex-3.0.2.tgz", - "integrity": "sha1-E8/dmzNlUvMLUfM6iuG0Knp1mc4=", - "dependencies": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-regex/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-regex/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/toggle-selection": { - "version": "1.0.6", - "resolved": "http://npm.anxinyun.cn/toggle-selection/-/toggle-selection-1.0.6.tgz", - "integrity": "sha1-bkWxJj8gF/oKzH2J14sVuL932jI=" - }, - "node_modules/toidentifier": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/toposort-class": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/toposort-class/-/toposort-class-1.0.1.tgz", - "integrity": "sha1-f/0feMi+KMO6Rc1OGj9e4ZO9mYg=" - }, - "node_modules/totalist": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/totalist/-/totalist-1.1.0.tgz", - "integrity": "sha1-pNZaPlRlF3AePlw3pHpwrJf+Vt8=", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/tough-cookie": { - "version": "2.5.0", - "resolved": "http://npm.anxinyun.cn/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha1-zZ+yoKodWhK0c72fuW+j3P9lreI=", - "dependencies": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/tslib": { - "version": "2.4.0", - "resolved": "http://npm.anxinyun.cn/tslib/-/tslib-2.4.0.tgz", - "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" - }, - "node_modules/tsscmp": { - "version": "1.0.6", - "resolved": "http://npm.anxinyun.cn/tsscmp/-/tsscmp-1.0.6.tgz", - "integrity": "sha1-hbmVg6w1iexL/vgltQAKqRHWBes=", - "engines": { - "node": ">=0.6.x" - } - }, - "node_modules/tunnel-agent": { - "version": "0.6.0", - "resolved": "http://npm.anxinyun.cn/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "dependencies": { - "safe-buffer": "^5.0.1" - }, - "engines": { - "node": "*" - } - }, - "node_modules/tweetnacl": { - "version": "0.14.5", - "resolved": "http://npm.anxinyun.cn/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" - }, - "node_modules/type-check": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "dependencies": { - "prelude-ls": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/type-is": { - "version": "1.6.18", - "resolved": "http://npm.anxinyun.cn/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha1-TlUs0F3wlGfcvE73Od6J8s83wTE=", - "dependencies": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/uid-safe": { - "version": "2.1.5", - "resolved": "http://npm.anxinyun.cn/uid-safe/-/uid-safe-2.1.5.tgz", - "integrity": "sha1-Kz1cckDo/C5Y+Komnl7knAhXvTo=", - "dependencies": { - "random-bytes": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/ultron": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/ultron/-/ultron-1.0.2.tgz", - "integrity": "sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=" - }, - "node_modules/unbox-primitive": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/unbox-primitive/-/unbox-primitive-1.0.2.tgz", - "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "has-bigints": "^1.0.2", - "has-symbols": "^1.0.3", - "which-boxed-primitive": "^1.0.2" - } - }, - "node_modules/underscore": { - "version": "1.13.4", - "resolved": "http://npm.anxinyun.cn/underscore/-/underscore-1.13.4.tgz", - "integrity": "sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ==" - }, - "node_modules/unescape": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/unescape/-/unescape-1.0.1.tgz", - "integrity": "sha1-lW5DD2HK2KTVfYLFGPXmzF0N2pY=", - "dependencies": { - "extend-shallow": "^2.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "dev": true, - "dependencies": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz", - "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-property-aliases-ecmascript": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz", - "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/union-value": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/union-value/-/union-value-1.0.1.tgz", - "integrity": "sha1-C2/nuDWuzaYcbqTU8CwUIh4QmEc=", - "dependencies": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/universalify": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha1-daSYTv7cSwiXXFrrc/Uw0C3yVxc=", - "engines": { - "node": ">= 10.0.0" - } - }, - "node_modules/unpipe": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/unset-value": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/unset-value/-/unset-value-1.0.0.tgz", - "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", - "dependencies": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-value": { - "version": "0.3.1", - "resolved": "http://npm.anxinyun.cn/has-value/-/has-value-0.3.1.tgz", - "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", - "dependencies": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-value/node_modules/isobject": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "dependencies": { - "isarray": "1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-values": { - "version": "0.1.4", - "resolved": "http://npm.anxinyun.cn/has-values/-/has-values-0.1.4.tgz", - "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/isarray": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/unstated-next": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/unstated-next/-/unstated-next-1.1.0.tgz", - "integrity": "sha1-e7SRGhL988yK0+sRoLMV5KhoXqg=" - }, - "node_modules/upath": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/upath/-/upath-1.2.0.tgz", - "integrity": "sha1-j2bbzVWog6za5ECK+LA1pQRMGJQ=", - "engines": { - "node": ">=4", - "yarn": "*" - } - }, - "node_modules/update-browserslist-db": { - "version": "1.0.5", - "resolved": "http://npm.anxinyun.cn/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz", - "integrity": "sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==", - "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" - }, - "bin": { - "browserslist-lint": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/update-browserslist-db/node_modules/picocolors": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" - }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "http://npm.anxinyun.cn/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha1-mxpSWVIlhZ5V9mnZKPiMbFfyp34=", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/urix": { - "version": "0.1.0", - "resolved": "http://npm.anxinyun.cn/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", - "deprecated": "Please see https://github.com/lydell/urix#deprecated" - }, - "node_modules/url": { - "version": "0.11.0", - "resolved": "http://npm.anxinyun.cn/url/-/url-0.11.0.tgz", - "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", - "dependencies": { - "punycode": "1.3.2", - "querystring": "0.2.0" - } - }, - "node_modules/url-parse": { - "version": "1.5.10", - "resolved": "http://npm.anxinyun.cn/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", - "dependencies": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, - "node_modules/url/node_modules/punycode": { - "version": "1.3.2", - "resolved": "http://npm.anxinyun.cn/punycode/-/punycode-1.3.2.tgz", - "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" - }, - "node_modules/urllib": { - "version": "2.38.1", - "resolved": "http://npm.anxinyun.cn/urllib/-/urllib-2.38.1.tgz", - "integrity": "sha512-1tvjdL74oT9aV4X+SIjE1BXyes5PbfhHKhK4IlhoKhKqk4nD5/lXE90v10WZ02kELWIPI4w7ADneEQ4i7dPjiQ==", - "dependencies": { - "any-promise": "^1.3.0", - "content-type": "^1.0.2", - "debug": "^2.6.9", - "default-user-agent": "^1.0.0", - "digest-header": "^0.0.1", - "ee-first": "~1.1.1", - "formstream": "^1.1.0", - "humanize-ms": "^1.2.0", - "iconv-lite": "^0.4.15", - "ip": "^1.1.5", - "proxy-agent": "^5.0.0", - "pump": "^3.0.0", - "qs": "^6.4.0", - "statuses": "^1.3.1", - "utility": "^1.16.1" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/urllib/node_modules/debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/urllib/node_modules/ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/use": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/use/-/use-3.1.1.tgz", - "integrity": "sha1-1QyMrHmhn7wg8pEfVuuXP04QBw8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/use-json-comparison": { - "version": "1.0.6", - "resolved": "http://npm.anxinyun.cn/use-json-comparison/-/use-json-comparison-1.0.6.tgz", - "integrity": "sha1-oBK7wljOdF2x9WdF3GU/V1ImyyE=", - "peerDependencies": { - "react": ">=16.9.0" - } - }, - "node_modules/use-media-antd-query": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/use-media-antd-query/-/use-media-antd-query-1.1.0.tgz", - "integrity": "sha1-8IOtfiksHAJhtrv6rA7cPgkg2F0=", - "peerDependencies": { - "react": ">=16.9.0" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "node_modules/util.promisify": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/util.promisify/-/util.promisify-1.0.0.tgz", - "integrity": "sha1-RA9xZaRZyaFtwUXrjnLzVocJcDA=", - "dev": true, - "dependencies": { - "define-properties": "^1.1.2", - "object.getownpropertydescriptors": "^2.0.3" - } - }, - "node_modules/utila": { - "version": "0.4.0", - "resolved": "http://npm.anxinyun.cn/utila/-/utila-0.4.0.tgz", - "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=", - "dev": true - }, - "node_modules/utility": { - "version": "1.17.0", - "resolved": "http://npm.anxinyun.cn/utility/-/utility-1.17.0.tgz", - "integrity": "sha1-YIGfcSpuDOd09S+x1pGZKl9Z02I=", - "dependencies": { - "copy-to": "^2.0.1", - "escape-html": "^1.0.3", - "mkdirp": "^0.5.1", - "mz": "^2.7.0", - "unescape": "^1.0.1" - }, - "engines": { - "node": ">= 0.12.0" - } - }, - "node_modules/utils-merge": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/uuid": { - "version": "8.3.2", - "resolved": "http://npm.anxinyun.cn/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/validator": { - "version": "10.11.0", - "resolved": "http://npm.anxinyun.cn/validator/-/validator-10.11.0.tgz", - "integrity": "sha1-ADEI6m6amHTTHMyeUAaFbM12sig=", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/value-equal": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/value-equal/-/value-equal-1.0.1.tgz", - "integrity": "sha1-Hgt5THNMXAyt4XnEN9NW2TGjTWw=" - }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/verror": { - "version": "1.10.0", - "resolved": "http://npm.anxinyun.cn/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "engines": [ - "node >=0.6.0" - ], - "dependencies": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "node_modules/verror/node_modules/core-util-is": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" - }, - "node_modules/vm2": { - "version": "3.9.10", - "resolved": "http://npm.anxinyun.cn/vm2/-/vm2-3.9.10.tgz", - "integrity": "sha512-AuECTSvwu2OHLAZYhG716YzwodKCIJxB6u1zG7PgSQwIgAlEaoXH52bxdcvT8GkGjnYK7r7yWDW0m0sOsPuBjQ==", - "dependencies": { - "acorn": "^8.7.0", - "acorn-walk": "^8.2.0" - }, - "bin": { - "vm2": "bin/vm2" - }, - "engines": { - "node": ">=6.0" - } - }, - "node_modules/warning": { - "version": "4.0.3", - "resolved": "http://npm.anxinyun.cn/warning/-/warning-4.0.3.tgz", - "integrity": "sha1-Fungd+uKhtavfWSqHgX9hbRnjKM=", - "dependencies": { - "loose-envify": "^1.0.0" - } - }, - "node_modules/watchpack": { - "version": "2.4.0", - "resolved": "http://npm.anxinyun.cn/watchpack/-/watchpack-2.4.0.tgz", - "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", - "dependencies": { - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.1.2" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/wbuf": { - "version": "1.7.3", - "resolved": "http://npm.anxinyun.cn/wbuf/-/wbuf-1.7.3.tgz", - "integrity": "sha1-wdjRSTFtPqhShIiVy2oL/oh7h98=", - "dependencies": { - "minimalistic-assert": "^1.0.0" - } - }, - "node_modules/webpack": { - "version": "5.73.0", - "resolved": "http://npm.anxinyun.cn/webpack/-/webpack-5.73.0.tgz", - "integrity": "sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==", - "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^0.0.51", - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/wasm-edit": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "acorn": "^8.4.1", - "acorn-import-assertions": "^1.7.6", - "browserslist": "^4.14.5", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.9.3", - "es-module-lexer": "^0.9.0", - "eslint-scope": "5.1.1", - "events": "^3.2.0", - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", - "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", - "mime-types": "^2.1.27", - "neo-async": "^2.6.2", - "schema-utils": "^3.1.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.1.3", - "watchpack": "^2.3.1", - "webpack-sources": "^3.2.3" - }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=10.13.0" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - } - } - }, - "node_modules/webpack-bundle-analyzer": { - "version": "4.5.0", - "resolved": "http://npm.anxinyun.cn/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.5.0.tgz", - "integrity": "sha512-GUMZlM3SKwS8Z+CKeIFx7CVoHn3dXFcUAjT/dcZQQmfSZGvitPfMob2ipjai7ovFFqPvTqkEZ/leL4O0YOdAYQ==", - "dev": true, - "dependencies": { - "acorn": "^8.0.4", - "acorn-walk": "^8.0.0", - "chalk": "^4.1.0", - "commander": "^7.2.0", - "gzip-size": "^6.0.0", - "lodash": "^4.17.20", - "opener": "^1.5.2", - "sirv": "^1.0.7", - "ws": "^7.3.1" - }, - "bin": { - "webpack-bundle-analyzer": "lib/bin/analyzer.js" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/webpack-bundle-analyzer/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "http://npm.anxinyun.cn/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/webpack-bundle-analyzer/node_modules/chalk": { - "version": "4.1.2", - "resolved": "http://npm.anxinyun.cn/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/webpack-bundle-analyzer/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/webpack-bundle-analyzer/node_modules/color-name": { - "version": "1.1.4", - "resolved": "http://npm.anxinyun.cn/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", - "dev": true - }, - "node_modules/webpack-bundle-analyzer/node_modules/commander": { - "version": "7.2.0", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-7.2.0.tgz", - "integrity": "sha1-o2y1fQtQHOEI5NIFWaFQo5HZerc=", - "dev": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/webpack-bundle-analyzer/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/webpack-bundle-analyzer/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/webpack-bundle-analyzer/node_modules/ws": { - "version": "7.5.9", - "resolved": "http://npm.anxinyun.cn/ws/-/ws-7.5.9.tgz", - "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", - "dev": true, - "engines": { - "node": ">=8.3.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/webpack-cli": { - "version": "4.10.0", - "resolved": "http://npm.anxinyun.cn/webpack-cli/-/webpack-cli-4.10.0.tgz", - "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", - "dev": true, - "dependencies": { - "@discoveryjs/json-ext": "^0.5.0", - "@webpack-cli/configtest": "^1.2.0", - "@webpack-cli/info": "^1.5.0", - "@webpack-cli/serve": "^1.7.0", - "colorette": "^2.0.14", - "commander": "^7.0.0", - "cross-spawn": "^7.0.3", - "fastest-levenshtein": "^1.0.12", - "import-local": "^3.0.2", - "interpret": "^2.2.0", - "rechoir": "^0.7.0", - "webpack-merge": "^5.7.3" - }, - "bin": { - "webpack-cli": "bin/cli.js" - }, - "engines": { - "node": ">=10.13.0" - }, - "peerDependencies": { - "webpack": "4.x.x || 5.x.x" - }, - "peerDependenciesMeta": { - "@webpack-cli/generators": { - "optional": true - }, - "@webpack-cli/migrate": { - "optional": true - }, - "webpack-bundle-analyzer": { - "optional": true - }, - "webpack-dev-server": { - "optional": true - } - } - }, - "node_modules/webpack-cli/node_modules/commander": { - "version": "7.2.0", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-7.2.0.tgz", - "integrity": "sha1-o2y1fQtQHOEI5NIFWaFQo5HZerc=", - "dev": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/webpack-cli/node_modules/find-up": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=", - "dev": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/webpack-cli/node_modules/import-local": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", - "dev": true, - "dependencies": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "bin": { - "import-local-fixture": "fixtures/cli.js" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/webpack-cli/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "http://npm.anxinyun.cn/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=", - "dev": true, - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/webpack-cli/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc=", - "dev": true, - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/webpack-cli/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM=", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/webpack-cli/node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "http://npm.anxinyun.cn/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha1-8JkTPfft5CLoHR2ESCcO6z5CYfM=", - "dev": true, - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/webpack-cli/node_modules/resolve-cwd": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha1-DwB18bslRHZs9zumpuKt/ryxPy0=", - "dev": true, - "dependencies": { - "resolve-from": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/webpack-cli/node_modules/resolve-from": { - "version": "5.0.0", - "resolved": "http://npm.anxinyun.cn/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha1-w1IlhD3493bfIcV1V7wIfp39/Gk=", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/webpack-dev-middleware": { - "version": "4.3.0", - "resolved": "http://npm.anxinyun.cn/webpack-dev-middleware/-/webpack-dev-middleware-4.3.0.tgz", - "integrity": "sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w==", - "dev": true, - "dependencies": { - "colorette": "^1.2.2", - "mem": "^8.1.1", - "memfs": "^3.2.2", - "mime-types": "^2.1.30", - "range-parser": "^1.2.1", - "schema-utils": "^3.0.0" - }, - "engines": { - "node": ">= v10.23.3" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/webpack-dev-middleware/node_modules/colorette": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/colorette/-/colorette-1.4.0.tgz", - "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==", - "dev": true - }, - "node_modules/webpack-dev-middleware/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/webpack-dev-server": { - "version": "3.11.3", - "resolved": "http://npm.anxinyun.cn/webpack-dev-server/-/webpack-dev-server-3.11.3.tgz", - "integrity": "sha512-3x31rjbEQWKMNzacUZRE6wXvUFuGpH7vr0lIEbYpMAG9BOxi0928QU1BBswOAP3kg3H1O4hiS+sq4YyAn6ANnA==", - "dependencies": { - "ansi-html-community": "0.0.8", - "bonjour": "^3.5.0", - "chokidar": "^2.1.8", - "compression": "^1.7.4", - "connect-history-api-fallback": "^1.6.0", - "debug": "^4.1.1", - "del": "^4.1.1", - "express": "^4.17.1", - "html-entities": "^1.3.1", - "http-proxy-middleware": "0.19.1", - "import-local": "^2.0.0", - "internal-ip": "^4.3.0", - "ip": "^1.1.5", - "is-absolute-url": "^3.0.3", - "killable": "^1.0.1", - "loglevel": "^1.6.8", - "opn": "^5.5.0", - "p-retry": "^3.0.1", - "portfinder": "^1.0.26", - "schema-utils": "^1.0.0", - "selfsigned": "^1.10.8", - "semver": "^6.3.0", - "serve-index": "^1.9.1", - "sockjs": "^0.3.21", - "sockjs-client": "^1.5.0", - "spdy": "^4.0.2", - "strip-ansi": "^3.0.1", - "supports-color": "^6.1.0", - "url": "^0.11.0", - "webpack-dev-middleware": "^3.7.2", - "webpack-log": "^2.0.0", - "ws": "^6.2.1", - "yargs": "^13.3.2" - }, - "bin": { - "webpack-dev-server": "bin/webpack-dev-server.js" - }, - "engines": { - "node": ">= 6.11.5" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - } - } - }, - "node_modules/webpack-dev-server/node_modules/semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/webpack-dev-server/node_modules/supports-color": { - "version": "6.1.0", - "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha1-B2Srxpxj1ayELdSGfo0CXogN+PM=", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/webpack-dev-middleware": { - "version": "3.7.3", - "resolved": "http://npm.anxinyun.cn/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz", - "integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==", - "dependencies": { - "memory-fs": "^0.4.1", - "mime": "^2.4.4", - "mkdirp": "^0.5.1", - "range-parser": "^1.2.1", - "webpack-log": "^2.0.0" - }, - "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/webpack-dev-server/node_modules/ws": { - "version": "6.2.2", - "resolved": "http://npm.anxinyun.cn/ws/-/ws-6.2.2.tgz", - "integrity": "sha1-3Vzb1XqZeZFgl2UtePHMX66gwy4=", - "dependencies": { - "async-limiter": "~1.0.0" - } - }, - "node_modules/webpack-hot-middleware": { - "version": "2.25.1", - "resolved": "http://npm.anxinyun.cn/webpack-hot-middleware/-/webpack-hot-middleware-2.25.1.tgz", - "integrity": "sha512-Koh0KyU/RPYwel/khxbsDz9ibDivmUbrRuKSSQvW42KSDdO4w23WI3SkHpSUKHE76LrFnnM/L7JCrpBwu8AXYw==", - "dev": true, - "dependencies": { - "ansi-html-community": "0.0.8", - "html-entities": "^2.1.0", - "querystring": "^0.2.0", - "strip-ansi": "^6.0.0" - } - }, - "node_modules/webpack-hot-middleware/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "http://npm.anxinyun.cn/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/webpack-hot-middleware/node_modules/html-entities": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/html-entities/-/html-entities-2.3.3.tgz", - "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==", - "dev": true - }, - "node_modules/webpack-hot-middleware/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/webpack-log": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/webpack-log/-/webpack-log-2.0.0.tgz", - "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", - "dependencies": { - "ansi-colors": "^3.0.0", - "uuid": "^3.3.2" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/webpack-log/node_modules/uuid": { - "version": "3.4.0", - "resolved": "http://npm.anxinyun.cn/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/webpack-merge": { - "version": "5.8.0", - "resolved": "http://npm.anxinyun.cn/webpack-merge/-/webpack-merge-5.8.0.tgz", - "integrity": "sha1-Kznb8ir4d3atdEw5AiNzHTCmj2E=", - "dev": true, - "dependencies": { - "clone-deep": "^4.0.1", - "wildcard": "^2.0.0" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/webpack-sources": { - "version": "3.2.3", - "resolved": "http://npm.anxinyun.cn/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/webpack/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/webpack/node_modules/tapable": { - "version": "2.2.1", - "resolved": "http://npm.anxinyun.cn/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/websocket-driver": { - "version": "0.7.4", - "resolved": "http://npm.anxinyun.cn/websocket-driver/-/websocket-driver-0.7.4.tgz", - "integrity": "sha1-ia1Slbv2S0gKvLox5JU6ynBvV2A=", - "dependencies": { - "http-parser-js": ">=0.5.1", - "safe-buffer": ">=5.1.0", - "websocket-extensions": ">=0.1.1" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/websocket-extensions": { - "version": "0.1.4", - "resolved": "http://npm.anxinyun.cn/websocket-extensions/-/websocket-extensions-0.1.4.tgz", - "integrity": "sha1-f4RzvIOd/YdgituV1+sHUhFXikI=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/which/-/which-2.0.2.tgz", - "integrity": "sha1-fGqN0KY2oDJ+ELWckobu6T8/UbE=", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/which-boxed-primitive": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha1-E3V7yJsgmwSf5dhkMOIc9AqJqOY=", - "dev": true, - "dependencies": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - } - }, - "node_modules/which-module": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" - }, - "node_modules/wildcard": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/wildcard/-/wildcard-2.0.0.tgz", - "integrity": "sha1-p30g5SAMb6qsl55LOq3Hs91/j+w=", - "dev": true - }, - "node_modules/win-release": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/win-release/-/win-release-1.1.1.tgz", - "integrity": "sha1-X6VeAr58qTTt/BJmVjLoSbcuUgk=", - "dependencies": { - "semver": "^5.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/winston": { - "version": "2.4.6", - "resolved": "http://npm.anxinyun.cn/winston/-/winston-2.4.6.tgz", - "integrity": "sha512-J5Zu4p0tojLde8mIOyDSsmLmcP8I3Z6wtwpTDHx1+hGcdhxcJaAmG4CFtagkb+NiN1M9Ek4b42pzMWqfc9jm8w==", - "dependencies": { - "async": "^3.2.3", - "colors": "1.0.x", - "cycle": "1.0.x", - "eyes": "0.1.x", - "isstream": "0.1.x", - "stack-trace": "0.0.x" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/wkx": { - "version": "0.4.8", - "resolved": "http://npm.anxinyun.cn/wkx/-/wkx-0.4.8.tgz", - "integrity": "sha512-ikPXMM9IR/gy/LwiOSqWlSL3X/J5uk9EO2hHNRXS41eTLXaUFEVw9fn/593jW/tE5tedNg8YjT5HkCa4FqQZyQ==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/wmf": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/wmf/-/wmf-1.0.2.tgz", - "integrity": "sha1-fRnWIQcaCMK9xrfmiKnENSmMwto=", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/word": { - "version": "0.3.0", - "resolved": "http://npm.anxinyun.cn/word/-/word-0.3.0.tgz", - "integrity": "sha1-hUIVfk+OhJ9KNjooiZLUdhLbmWE=", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "http://npm.anxinyun.cn/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/wrap-ansi": { - "version": "5.1.0", - "resolved": "http://npm.anxinyun.cn/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha1-H9H2cjXVttD+54EFYAG/tpTAOwk=", - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/wrap-ansi/node_modules/ansi-regex": { - "version": "4.1.1", - "resolved": "http://npm.anxinyun.cn/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/wrap-ansi/node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=", - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "node_modules/ws": { - "version": "1.1.5", - "resolved": "http://npm.anxinyun.cn/ws/-/ws-1.1.5.tgz", - "integrity": "sha1-y9nm514J/F0skAFfIfDECHXg3VE=", - "dependencies": { - "options": ">=0.0.5", - "ultron": "1.0.x" - } - }, - "node_modules/wtf-8": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/wtf-8/-/wtf-8-1.0.0.tgz", - "integrity": "sha1-OS2LotDxw00e4tYw8V0O+2jhBIo=" - }, - "node_modules/xlsx": { - "version": "0.16.9", - "resolved": "http://npm.anxinyun.cn/xlsx/-/xlsx-0.16.9.tgz", - "integrity": "sha1-2s1btGvabdN0OUDJw9weIXGCYlY=", - "dependencies": { - "adler-32": "~1.2.0", - "cfb": "^1.1.4", - "codepage": "~1.14.0", - "commander": "~2.17.1", - "crc-32": "~1.2.0", - "exit-on-epipe": "~1.0.1", - "fflate": "^0.3.8", - "ssf": "~0.11.2", - "wmf": "~1.0.1", - "word": "~0.3.0" - }, - "bin": { - "xlsx": "bin/xlsx.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/xlsx/node_modules/commander": { - "version": "2.17.1", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-2.17.1.tgz", - "integrity": "sha1-vXerfebelCBc6sxy8XFtKfIKd78=" - }, - "node_modules/xlsx/node_modules/crc-32": { - "version": "1.2.2", - "resolved": "http://npm.anxinyun.cn/crc-32/-/crc-32-1.2.2.tgz", - "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==", - "bin": { - "crc32": "bin/crc32.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/xmlhttprequest-ssl": { - "version": "1.6.3", - "resolved": "http://npm.anxinyun.cn/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.3.tgz", - "integrity": "sha1-A7cThzsBZZ36LBxdBWBlsn3cLeY=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/xregexp": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/xregexp/-/xregexp-2.0.0.tgz", - "integrity": "sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM=", - "engines": { - "node": "*" - } - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "http://npm.anxinyun.cn/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q=", - "engines": { - "node": ">=0.4" - } - }, - "node_modules/y18n": { - "version": "4.0.3", - "resolved": "http://npm.anxinyun.cn/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha1-tfJZyCzW4zaSHv17/Yv1YN6e7t8=" - }, - "node_modules/yallist": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha1-27fa+b/YusmrRev2ArjLrQ1dCP0=" - }, - "node_modules/yargs": { - "version": "13.3.2", - "resolved": "http://npm.anxinyun.cn/yargs/-/yargs-13.3.2.tgz", - "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", - "dependencies": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - } - }, - "node_modules/yargs-parser": { - "version": "13.1.2", - "resolved": "http://npm.anxinyun.cn/yargs-parser/-/yargs-parser-13.1.2.tgz", - "integrity": "sha1-Ew8JcC667vJlDVTObj5XBvek+zg=", - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "node_modules/yeast": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/yeast/-/yeast-0.1.2.tgz", - "integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=" - }, - "node_modules/ylru": { - "version": "1.3.2", - "resolved": "http://npm.anxinyun.cn/ylru/-/ylru-1.3.2.tgz", - "integrity": "sha512-RXRJzMiK6U2ye0BlGGZnmpwJDPgakn6aNQ0A7gHRbD4I0uvK4TW6UqkK1V0pp9jskjJBAXd3dRrbzWkqJ+6cxA==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/zrender": { - "version": "5.3.2", - "resolved": "http://npm.anxinyun.cn/zrender/-/zrender-5.3.2.tgz", - "integrity": "sha512-8IiYdfwHj2rx0UeIGZGGU4WEVSDEdeVCaIg/fomejg1Xu6OifAL1GVzIPHg2D+MyUkbNgPWji90t0a8IDk+39w==", - "dependencies": { - "tslib": "2.3.0" - } - }, - "node_modules/zrender/node_modules/tslib": { - "version": "2.3.0", - "resolved": "http://npm.anxinyun.cn/tslib/-/tslib-2.3.0.tgz", - "integrity": "sha1-gDuM2rPhK6WBpMpByIObuw2ssJ4=" - } - }, "dependencies": { "@ampproject/remapping": { "version": "2.2.0", @@ -16923,8 +1828,7 @@ "@icons/material": { "version": "0.2.4", "resolved": "http://npm.anxinyun.cn/@icons%2fmaterial/-/material-0.2.4.tgz", - "integrity": "sha1-6QyfcXaLNzbnbX3WeD/Gwq+oi8g=", - "requires": {} + "integrity": "sha1-6QyfcXaLNzbnbX3WeD/Gwq+oi8g=" }, "@jridgewell/gen-mapping": { "version": "0.1.1", @@ -16939,17 +1843,20 @@ "@jridgewell/resolve-uri": { "version": "3.1.0", "resolved": "http://npm.anxinyun.cn/@jridgewell%2fresolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==" + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true }, "@jridgewell/set-array": { "version": "1.1.2", "resolved": "http://npm.anxinyun.cn/@jridgewell%2fset-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==" + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true }, "@jridgewell/source-map": { "version": "0.3.2", "resolved": "http://npm.anxinyun.cn/@jridgewell%2fsource-map/-/source-map-0.3.2.tgz", "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "dev": true, "requires": { "@jridgewell/gen-mapping": "^0.3.0", "@jridgewell/trace-mapping": "^0.3.9" @@ -16959,6 +1866,7 @@ "version": "0.3.2", "resolved": "http://npm.anxinyun.cn/@jridgewell%2fgen-mapping/-/gen-mapping-0.3.2.tgz", "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, "requires": { "@jridgewell/set-array": "^1.0.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -16970,12 +1878,14 @@ "@jridgewell/sourcemap-codec": { "version": "1.4.14", "resolved": "http://npm.anxinyun.cn/@jridgewell%2fsourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true }, "@jridgewell/trace-mapping": { "version": "0.3.14", "resolved": "http://npm.anxinyun.cn/@jridgewell%2ftrace-mapping/-/trace-mapping-0.3.14.tgz", "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==", + "dev": true, "requires": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" @@ -17087,6 +1997,7 @@ "version": "8.4.5", "resolved": "http://npm.anxinyun.cn/@types%2feslint/-/eslint-8.4.5.tgz", "integrity": "sha512-dhsC09y1gpJWnK+Ff4SGvCuSnk9DaU0BJZSzOwa6GVSg65XtTugLBITDAAzRU5duGBoXBHpdR/9jHGxJjNflJQ==", + "dev": true, "requires": { "@types/estree": "*", "@types/json-schema": "*" @@ -17096,6 +2007,7 @@ "version": "3.7.4", "resolved": "http://npm.anxinyun.cn/@types%2feslint-scope/-/eslint-scope-3.7.4.tgz", "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "dev": true, "requires": { "@types/eslint": "*", "@types/estree": "*" @@ -17104,7 +2016,8 @@ "@types/estree": { "version": "0.0.51", "resolved": "http://npm.anxinyun.cn/@types%2festree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==" + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "dev": true }, "@types/geojson": { "version": "1.0.6", @@ -17139,7 +2052,8 @@ "@types/json-schema": { "version": "7.0.11", "resolved": "http://npm.anxinyun.cn/@types%2fjson-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==" + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", + "dev": true }, "@types/minimatch": { "version": "3.0.5", @@ -17287,13 +2201,13 @@ "@umijs/use-params": { "version": "1.0.9", "resolved": "http://npm.anxinyun.cn/@umijs%2fuse-params/-/use-params-1.0.9.tgz", - "integrity": "sha512-QlN0RJSBVQBwLRNxbxjQ5qzqYIGn+K7USppMoIOVlf7fxXHsnQZ2bEsa6Pm74bt6DVQxpUE8HqvdStn6Y9FV1w==", - "requires": {} + "integrity": "sha512-QlN0RJSBVQBwLRNxbxjQ5qzqYIGn+K7USppMoIOVlf7fxXHsnQZ2bEsa6Pm74bt6DVQxpUE8HqvdStn6Y9FV1w==" }, "@webassemblyjs/ast": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fast/-/ast-1.11.1.tgz", "integrity": "sha1-K/12fq4aaZb0Mv9+jX/HVnnAtqc=", + "dev": true, "requires": { "@webassemblyjs/helper-numbers": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1" @@ -17302,22 +2216,26 @@ "@webassemblyjs/floating-point-hex-parser": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2ffloating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha1-9sYacF8P16auyqToGY8j2dwXnk8=" + "integrity": "sha1-9sYacF8P16auyqToGY8j2dwXnk8=", + "dev": true }, "@webassemblyjs/helper-api-error": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha1-GmMZLYeI5cASgAump6RscFKI/RY=" + "integrity": "sha1-GmMZLYeI5cASgAump6RscFKI/RY=", + "dev": true }, "@webassemblyjs/helper-buffer": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha1-gyqQDrREiEzemnytRn+BUA9eWrU=" + "integrity": "sha1-gyqQDrREiEzemnytRn+BUA9eWrU=", + "dev": true }, "@webassemblyjs/helper-numbers": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-numbers/-/helper-numbers-1.11.1.tgz", "integrity": "sha1-ZNgdohn7u6HjvRv8dPboxOEKYq4=", + "dev": true, "requires": { "@webassemblyjs/floating-point-hex-parser": "1.11.1", "@webassemblyjs/helper-api-error": "1.11.1", @@ -17327,12 +2245,14 @@ "@webassemblyjs/helper-wasm-bytecode": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha1-8ygkHkHnsZnQsgwY6IQpxEMyleE=" + "integrity": "sha1-8ygkHkHnsZnQsgwY6IQpxEMyleE=", + "dev": true }, "@webassemblyjs/helper-wasm-section": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-wasm-section/-/helper-wasm-section-1.11.1.tgz", "integrity": "sha1-Ie4GWntjXzGec48N1zv72igcCXo=", + "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", @@ -17344,6 +2264,7 @@ "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fieee754/-/ieee754-1.11.1.tgz", "integrity": "sha1-ljkp6bvQVwnn4SJDoJkYCBKZJhQ=", + "dev": true, "requires": { "@xtuc/ieee754": "^1.2.0" } @@ -17352,6 +2273,7 @@ "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fleb128/-/leb128-1.11.1.tgz", "integrity": "sha1-zoFLRVdOk9drrh+yZEq5zdlSeqU=", + "dev": true, "requires": { "@xtuc/long": "4.2.2" } @@ -17359,12 +2281,14 @@ "@webassemblyjs/utf8": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2futf8/-/utf8-1.11.1.tgz", - "integrity": "sha1-0fi3ZDaefG5rrjUOhU3smlnwo/8=" + "integrity": "sha1-0fi3ZDaefG5rrjUOhU3smlnwo/8=", + "dev": true }, "@webassemblyjs/wasm-edit": { "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-edit/-/wasm-edit-1.11.1.tgz", "integrity": "sha1-rSBuv0v5WgWM6YgKjAksXeyBk9Y=", + "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", @@ -17380,6 +2304,7 @@ "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-gen/-/wasm-gen-1.11.1.tgz", "integrity": "sha1-hsXqMEhJdZt9iMR6MvTwOa48j3Y=", + "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1", @@ -17392,6 +2317,7 @@ "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-opt/-/wasm-opt-1.11.1.tgz", "integrity": "sha1-ZXtMIgL0zzs0X4pMZGHIwkGJhfI=", + "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", @@ -17403,6 +2329,7 @@ "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-parser/-/wasm-parser-1.11.1.tgz", "integrity": "sha1-hspzRTT0F+m9PGfHocddi+QfsZk=", + "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-api-error": "1.11.1", @@ -17416,6 +2343,7 @@ "version": "1.11.1", "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwast-printer/-/wast-printer-1.11.1.tgz", "integrity": "sha1-0Mc77ajuxUJvEK6O9VzuXnCEwvA=", + "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@xtuc/long": "4.2.2" @@ -17435,8 +2363,7 @@ "version": "1.2.0", "resolved": "http://npm.anxinyun.cn/@webpack-cli%2fconfigtest/-/configtest-1.2.0.tgz", "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", - "dev": true, - "requires": {} + "dev": true }, "@webpack-cli/info": { "version": "1.5.0", @@ -17451,18 +2378,19 @@ "version": "1.7.0", "resolved": "http://npm.anxinyun.cn/@webpack-cli%2fserve/-/serve-1.7.0.tgz", "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", - "dev": true, - "requires": {} + "dev": true }, "@xtuc/ieee754": { "version": "1.2.0", "resolved": "http://npm.anxinyun.cn/@xtuc%2fieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true }, "@xtuc/long": { "version": "4.2.2", "resolved": "http://npm.anxinyun.cn/@xtuc%2flong/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true }, "a-sync-waterfall": { "version": "1.0.1", @@ -17487,7 +2415,7 @@ "version": "1.8.0", "resolved": "http://npm.anxinyun.cn/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", - "requires": {} + "dev": true }, "acorn-walk": { "version": "8.2.0", @@ -17553,14 +2481,12 @@ "ajv-errors": { "version": "1.0.1", "resolved": "http://npm.anxinyun.cn/ajv-errors/-/ajv-errors-1.0.1.tgz", - "integrity": "sha1-81mGrOuRr63sQQL72FAUlQzvpk0=", - "requires": {} + "integrity": "sha1-81mGrOuRr63sQQL72FAUlQzvpk0=" }, "ajv-keywords": { "version": "3.5.2", "resolved": "http://npm.anxinyun.cn/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha1-MfKdpatuANHC0yms97WSlhTVAU0=", - "requires": {} + "integrity": "sha1-MfKdpatuANHC0yms97WSlhTVAU0=" }, "ansi-colors": { "version": "3.2.4", @@ -17641,30 +2567,30 @@ "resolved": "http://npm.anxinyun.cn/antd-theme-generator/-/antd-theme-generator-1.2.11.tgz", "integrity": "sha512-7A3lXyLb7eD7MXK7aSgZZ4DxQEdhZwyKhzIm70orUZPQJ8N8TWhZphyOWSGCe8yUqGQhi8PcpM2pLmTriZyKBw==", "requires": { - "glob": "*", - "hash.js": "*", - "less": "*", + "glob": "^7.1.3", + "hash.js": "^1.1.5", + "less": "^3.9.0", "less-bundle-promise": "^1.0.11", - "less-plugin-npm-import": "*", - "postcss": "*", + "less-plugin-npm-import": "^2.1.0", + "postcss": "^6.0.21", "postcss-less": "^3.1.4", - "strip-css-comments": "*" + "strip-css-comments": "^4.1.0" }, "dependencies": { "ansi-styles": { "version": "3.2.1", - "bundled": true, + "resolved": false, "requires": { "color-convert": "^1.9.0" } }, "asap": { "version": "2.0.6", - "bundled": true + "resolved": false }, "asn1": { "version": "0.2.4", - "bundled": true, + "resolved": false, "optional": true, "requires": { "safer-buffer": "~2.1.0" @@ -17672,31 +2598,31 @@ }, "assert-plus": { "version": "1.0.0", - "bundled": true, + "resolved": false, "optional": true }, "asynckit": { "version": "0.4.0", - "bundled": true, + "resolved": false, "optional": true }, "aws-sign2": { "version": "0.7.0", - "bundled": true, + "resolved": false, "optional": true }, "aws4": { "version": "1.8.0", - "bundled": true, + "resolved": false, "optional": true }, "balanced-match": { "version": "1.0.0", - "bundled": true + "resolved": false }, "bcrypt-pbkdf": { "version": "1.0.2", - "bundled": true, + "resolved": false, "optional": true, "requires": { "tweetnacl": "^0.14.3" @@ -17704,7 +2630,7 @@ }, "brace-expansion": { "version": "1.1.11", - "bundled": true, + "resolved": false, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -17712,12 +2638,12 @@ }, "caseless": { "version": "0.12.0", - "bundled": true, + "resolved": false, "optional": true }, "chalk": { "version": "2.4.1", - "bundled": true, + "resolved": false, "requires": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -17726,22 +2652,22 @@ }, "clone": { "version": "2.1.2", - "bundled": true + "resolved": false }, "color-convert": { "version": "1.9.2", - "bundled": true, + "resolved": false, "requires": { "color-name": "1.1.1" } }, "color-name": { "version": "1.1.1", - "bundled": true + "resolved": false }, "combined-stream": { "version": "1.0.7", - "bundled": true, + "resolved": false, "optional": true, "requires": { "delayed-stream": "~1.0.0" @@ -17749,16 +2675,16 @@ }, "concat-map": { "version": "0.0.1", - "bundled": true + "resolved": false }, "core-util-is": { "version": "1.0.2", - "bundled": true, + "resolved": false, "optional": true }, "dashdash": { "version": "1.14.1", - "bundled": true, + "resolved": false, "optional": true, "requires": { "assert-plus": "^1.0.0" @@ -17766,12 +2692,12 @@ }, "delayed-stream": { "version": "1.0.0", - "bundled": true, + "resolved": false, "optional": true }, "ecc-jsbn": { "version": "0.1.2", - "bundled": true, + "resolved": false, "optional": true, "requires": { "jsbn": "~0.1.0", @@ -17780,7 +2706,7 @@ }, "errno": { "version": "0.1.7", - "bundled": true, + "resolved": false, "optional": true, "requires": { "prr": "~1.0.1" @@ -17788,31 +2714,31 @@ }, "escape-string-regexp": { "version": "1.0.5", - "bundled": true + "resolved": false }, "extend": { "version": "3.0.2", - "bundled": true, + "resolved": false, "optional": true }, "extsprintf": { "version": "1.3.0", - "bundled": true, + "resolved": false, "optional": true }, "fast-json-stable-stringify": { "version": "2.0.0", - "bundled": true, + "resolved": false, "optional": true }, "forever-agent": { "version": "0.6.1", - "bundled": true, + "resolved": false, "optional": true }, "form-data": { "version": "2.3.3", - "bundled": true, + "resolved": false, "optional": true, "requires": { "asynckit": "^0.4.0", @@ -17822,11 +2748,11 @@ }, "fs.realpath": { "version": "1.0.0", - "bundled": true + "resolved": false }, "getpass": { "version": "0.1.7", - "bundled": true, + "resolved": false, "optional": true, "requires": { "assert-plus": "^1.0.0" @@ -17834,7 +2760,7 @@ }, "glob": { "version": "7.1.3", - "bundled": true, + "resolved": false, "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -17846,17 +2772,17 @@ }, "graceful-fs": { "version": "4.1.15", - "bundled": true, + "resolved": false, "optional": true }, "har-schema": { "version": "2.0.0", - "bundled": true, + "resolved": false, "optional": true }, "har-validator": { "version": "5.1.3", - "bundled": true, + "resolved": false, "optional": true, "requires": { "ajv": "^6.5.5", @@ -17865,7 +2791,7 @@ "dependencies": { "ajv": { "version": "6.6.2", - "bundled": true, + "resolved": false, "optional": true, "requires": { "fast-deep-equal": "^2.0.1", @@ -17876,18 +2802,18 @@ }, "fast-deep-equal": { "version": "2.0.1", - "bundled": true, + "resolved": false, "optional": true } } }, "has-flag": { "version": "3.0.0", - "bundled": true + "resolved": false }, "hash.js": { "version": "1.1.7", - "bundled": true, + "resolved": false, "requires": { "inherits": "^2.0.3", "minimalistic-assert": "^1.0.1" @@ -17895,7 +2821,7 @@ }, "http-signature": { "version": "1.2.0", - "bundled": true, + "resolved": false, "optional": true, "requires": { "assert-plus": "^1.0.0", @@ -17905,12 +2831,12 @@ }, "image-size": { "version": "0.5.5", - "bundled": true, + "resolved": false, "optional": true }, "inflight": { "version": "1.0.6", - "bundled": true, + "resolved": false, "requires": { "once": "^1.3.0", "wrappy": "1" @@ -17918,45 +2844,45 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "resolved": false }, "is-regexp": { "version": "2.1.0", - "bundled": true + "resolved": false }, "is-typedarray": { "version": "1.0.0", - "bundled": true, + "resolved": false, "optional": true }, "isstream": { "version": "0.1.2", - "bundled": true, + "resolved": false, "optional": true }, "jsbn": { "version": "0.1.1", - "bundled": true, + "resolved": false, "optional": true }, "json-schema": { "version": "0.2.3", - "bundled": true, + "resolved": false, "optional": true }, "json-schema-traverse": { "version": "0.4.1", - "bundled": true, + "resolved": false, "optional": true }, "json-stringify-safe": { "version": "5.0.1", - "bundled": true, + "resolved": false, "optional": true }, "jsprim": { "version": "1.4.1", - "bundled": true, + "resolved": false, "optional": true, "requires": { "assert-plus": "1.0.0", @@ -17967,7 +2893,7 @@ }, "less": { "version": "3.9.0", - "bundled": true, + "resolved": false, "requires": { "clone": "^2.1.2", "errno": "^0.1.1", @@ -17982,7 +2908,7 @@ }, "less-plugin-npm-import": { "version": "2.1.0", - "bundled": true, + "resolved": false, "requires": { "promise": "~7.0.1", "resolve": "~1.1.6" @@ -17990,30 +2916,30 @@ "dependencies": { "promise": { "version": "7.0.4", - "bundled": true, + "resolved": false, "requires": { "asap": "~2.0.3" } }, "resolve": { "version": "1.1.7", - "bundled": true + "resolved": false } } }, "mime": { "version": "1.6.0", - "bundled": true, + "resolved": false, "optional": true }, "mime-db": { "version": "1.37.0", - "bundled": true, + "resolved": false, "optional": true }, "mime-types": { "version": "2.1.21", - "bundled": true, + "resolved": false, "optional": true, "requires": { "mime-db": "~1.37.0" @@ -18021,23 +2947,23 @@ }, "minimalistic-assert": { "version": "1.0.1", - "bundled": true + "resolved": false }, "minimatch": { "version": "3.0.4", - "bundled": true, + "resolved": false, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "1.2.5", - "bundled": true, + "resolved": false, "optional": true }, "mkdirp": { "version": "0.5.5", - "bundled": true, + "resolved": false, "optional": true, "requires": { "minimist": "^1.2.5" @@ -18045,28 +2971,28 @@ }, "oauth-sign": { "version": "0.9.0", - "bundled": true, + "resolved": false, "optional": true }, "once": { "version": "1.4.0", - "bundled": true, + "resolved": false, "requires": { "wrappy": "1" } }, "path-is-absolute": { "version": "1.0.1", - "bundled": true + "resolved": false }, "performance-now": { "version": "2.1.0", - "bundled": true, + "resolved": false, "optional": true }, "postcss": { "version": "6.0.23", - "bundled": true, + "resolved": false, "requires": { "chalk": "^2.4.1", "source-map": "^0.6.1", @@ -18075,7 +3001,7 @@ }, "promise": { "version": "7.3.1", - "bundled": true, + "resolved": false, "optional": true, "requires": { "asap": "~2.0.3" @@ -18083,27 +3009,27 @@ }, "prr": { "version": "1.0.1", - "bundled": true, + "resolved": false, "optional": true }, "psl": { "version": "1.1.31", - "bundled": true, + "resolved": false, "optional": true }, "punycode": { "version": "2.1.1", - "bundled": true, + "resolved": false, "optional": true }, "qs": { "version": "6.5.2", - "bundled": true, + "resolved": false, "optional": true }, "request": { "version": "2.88.0", - "bundled": true, + "resolved": false, "optional": true, "requires": { "aws-sign2": "~0.7.0", @@ -18130,21 +3056,21 @@ }, "safe-buffer": { "version": "5.1.2", - "bundled": true, + "resolved": false, "optional": true }, "safer-buffer": { "version": "2.1.2", - "bundled": true, + "resolved": false, "optional": true }, "source-map": { "version": "0.6.1", - "bundled": true + "resolved": false }, "sshpk": { "version": "1.15.2", - "bundled": true, + "resolved": false, "optional": true, "requires": { "asn1": "~0.2.3", @@ -18160,21 +3086,21 @@ }, "strip-css-comments": { "version": "4.1.0", - "bundled": true, + "resolved": false, "requires": { "is-regexp": "^2.1.0" } }, "supports-color": { "version": "5.4.0", - "bundled": true, + "resolved": false, "requires": { "has-flag": "^3.0.0" } }, "tough-cookie": { "version": "2.4.3", - "bundled": true, + "resolved": false, "optional": true, "requires": { "psl": "^1.1.24", @@ -18183,14 +3109,14 @@ "dependencies": { "punycode": { "version": "1.4.1", - "bundled": true, + "resolved": false, "optional": true } } }, "tunnel-agent": { "version": "0.6.0", - "bundled": true, + "resolved": false, "optional": true, "requires": { "safe-buffer": "^5.0.1" @@ -18198,12 +3124,12 @@ }, "tweetnacl": { "version": "0.14.5", - "bundled": true, + "resolved": false, "optional": true }, "uri-js": { "version": "4.2.2", - "bundled": true, + "resolved": false, "optional": true, "requires": { "punycode": "^2.1.0" @@ -18211,12 +3137,12 @@ }, "uuid": { "version": "3.3.2", - "bundled": true, + "resolved": false, "optional": true }, "verror": { "version": "1.10.0", - "bundled": true, + "resolved": false, "optional": true, "requires": { "assert-plus": "^1.0.0", @@ -18226,7 +3152,7 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "resolved": false } } }, @@ -18772,6 +3698,7 @@ "version": "4.21.2", "resolved": "http://npm.anxinyun.cn/browserslist/-/browserslist-4.21.2.tgz", "integrity": "sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==", + "dev": true, "requires": { "caniuse-lite": "^1.0.30001366", "electron-to-chromium": "^1.4.188", @@ -18782,7 +3709,8 @@ "buffer-from": { "version": "1.1.2", "resolved": "http://npm.anxinyun.cn/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha1-KxRqb9cugLT1XSVfNe1Zo6mkG9U=" + "integrity": "sha1-KxRqb9cugLT1XSVfNe1Zo6mkG9U=", + "dev": true }, "buffer-indexof": { "version": "1.1.1", @@ -18864,7 +3792,8 @@ "caniuse-lite": { "version": "1.0.30001370", "resolved": "http://npm.anxinyun.cn/caniuse-lite/-/caniuse-lite-1.0.30001370.tgz", - "integrity": "sha512-3PDmaP56wz/qz7G508xzjx8C+MC2qEm4SYhSEzC9IBROo+dGXFWRuaXkWti0A9tuI00g+toiriVqxtWMgl350g==" + "integrity": "sha512-3PDmaP56wz/qz7G508xzjx8C+MC2qEm4SYhSEzC9IBROo+dGXFWRuaXkWti0A9tuI00g+toiriVqxtWMgl350g==", + "dev": true }, "caseless": { "version": "0.12.0", @@ -18929,7 +3858,8 @@ "chrome-trace-event": { "version": "1.0.3", "resolved": "http://npm.anxinyun.cn/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", - "integrity": "sha1-EBXs7UdB4V0GZkqVfbv1DQQeJqw=" + "integrity": "sha1-EBXs7UdB4V0GZkqVfbv1DQQeJqw=", + "dev": true }, "class-utils": { "version": "0.3.6", @@ -19612,8 +4542,7 @@ "dagre-compound": { "version": "0.0.11", "resolved": "http://npm.anxinyun.cn/dagre-compound/-/dagre-compound-0.0.11.tgz", - "integrity": "sha512-UrSgRP9LtOZCYb9e5doolZXpc7xayyszgyOs7uakTK4n4KsLegLVTRRtq01GpQd/iZjYw5fWMapx9ed+c80MAQ==", - "requires": {} + "integrity": "sha512-UrSgRP9LtOZCYb9e5doolZXpc7xayyszgyOs7uakTK4n4KsLegLVTRRtq01GpQd/iZjYw5fWMapx9ed+c80MAQ==" }, "dashdash": { "version": "1.14.1", @@ -19957,7 +4886,8 @@ "electron-to-chromium": { "version": "1.4.199", "resolved": "http://npm.anxinyun.cn/electron-to-chromium/-/electron-to-chromium-1.4.199.tgz", - "integrity": "sha512-WIGME0Cs7oob3mxsJwHbeWkH0tYkIE/sjkJ8ML2BYmuRcjhRl/q5kVDXG7W9LOOKwzPU5M0LBlXRq9rlSgnNlg==" + "integrity": "sha512-WIGME0Cs7oob3mxsJwHbeWkH0tYkIE/sjkJ8ML2BYmuRcjhRl/q5kVDXG7W9LOOKwzPU5M0LBlXRq9rlSgnNlg==", + "dev": true }, "emoji-regex": { "version": "7.0.3", @@ -20081,6 +5011,7 @@ "version": "5.10.0", "resolved": "http://npm.anxinyun.cn/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==", + "dev": true, "requires": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -20089,7 +5020,8 @@ "tapable": { "version": "2.2.1", "resolved": "http://npm.anxinyun.cn/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true } } }, @@ -20163,7 +5095,8 @@ "es-module-lexer": { "version": "0.9.3", "resolved": "http://npm.anxinyun.cn/es-module-lexer/-/es-module-lexer-0.9.3.tgz", - "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==" + "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", + "dev": true }, "es-to-primitive": { "version": "1.2.1", @@ -20184,7 +5117,8 @@ "escalade": { "version": "3.1.1", "resolved": "http://npm.anxinyun.cn/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha1-2M/ccACWXFoBdLSoLqpcBVJ0LkA=" + "integrity": "sha1-2M/ccACWXFoBdLSoLqpcBVJ0LkA=", + "dev": true }, "escape-html": { "version": "1.0.3", @@ -20212,6 +5146,7 @@ "version": "5.1.1", "resolved": "http://npm.anxinyun.cn/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha1-54blmmbLkrP2wfsNUIqrF0hI9Iw=", + "dev": true, "requires": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -20226,6 +5161,7 @@ "version": "4.3.0", "resolved": "http://npm.anxinyun.cn/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha1-eteWTWeauyi+5yzsY3WLHF0smSE=", + "dev": true, "requires": { "estraverse": "^5.2.0" }, @@ -20233,7 +5169,8 @@ "estraverse": { "version": "5.3.0", "resolved": "http://npm.anxinyun.cn/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true } } }, @@ -20260,7 +5197,8 @@ "events": { "version": "3.3.0", "resolved": "http://npm.anxinyun.cn/events/-/events-3.3.0.tgz", - "integrity": "sha1-Mala0Kkk4tLEGagTrrLE6HjqdAA=" + "integrity": "sha1-Mala0Kkk4tLEGagTrrLE6HjqdAA=", + "dev": true }, "eventsource": { "version": "2.0.2", @@ -21072,7 +6010,8 @@ "glob-to-regexp": { "version": "0.4.1", "resolved": "http://npm.anxinyun.cn/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha1-x1KXCHyFG5pXi9IX3VmpL1n+VG4=" + "integrity": "sha1-x1KXCHyFG5pXi9IX3VmpL1n+VG4=", + "dev": true }, "globals": { "version": "11.12.0", @@ -21246,6 +6185,7 @@ "version": "4.10.1", "resolved": "http://npm.anxinyun.cn/history/-/history-4.10.1.tgz", "integrity": "sha1-MzcaZeOoOyZ0NOKz87G0xYqtTPM=", + "dev": true, "requires": { "@babel/runtime": "^7.1.2", "loose-envify": "^1.2.0", @@ -21259,6 +6199,7 @@ "version": "3.3.2", "resolved": "http://npm.anxinyun.cn/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", "integrity": "sha1-7OCsr3HWLClpwuxZ/v9CpLGoW0U=", + "dev": true, "requires": { "react-is": "^16.7.0" } @@ -21956,6 +6897,7 @@ "version": "27.5.1", "resolved": "http://npm.anxinyun.cn/jest-worker/-/jest-worker-27.5.1.tgz", "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, "requires": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -21965,12 +6907,14 @@ "has-flag": { "version": "4.0.0", "resolved": "http://npm.anxinyun.cn/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=" + "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", + "dev": true }, "supports-color": { "version": "8.1.1", "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-8.1.1.tgz", "integrity": "sha1-zW/BfihQDP9WwbhsCn/UpUpzAFw=", + "dev": true, "requires": { "has-flag": "^4.0.0" } @@ -21996,7 +6940,8 @@ "json-parse-even-better-errors": { "version": "2.3.1", "resolved": "http://npm.anxinyun.cn/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0=" + "integrity": "sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0=", + "dev": true }, "json-schema": { "version": "0.4.0", @@ -22454,7 +7399,8 @@ "loader-runner": { "version": "4.3.0", "resolved": "http://npm.anxinyun.cn/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==" + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "dev": true }, "loader-utils": { "version": "2.0.2", @@ -22667,7 +7613,8 @@ "merge-stream": { "version": "2.0.0", "resolved": "http://npm.anxinyun.cn/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha1-UoI2KaFN0AyXcPtq1H3GMQ8sH2A=" + "integrity": "sha1-UoI2KaFN0AyXcPtq1H3GMQ8sH2A=", + "dev": true }, "methods": { "version": "1.1.2", @@ -22741,6 +7688,7 @@ "version": "0.4.1", "resolved": "http://npm.anxinyun.cn/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz", "integrity": "sha1-ByFxVhv9ySLaCKYMIZekl8wtHV4=", + "dev": true, "requires": { "@babel/runtime": "^7.12.1", "tiny-warning": "^1.0.3" @@ -22838,7 +7786,7 @@ }, "moment": { "version": "2.29.4", - "resolved": "https://registry.npmmirror.com/moment/-/moment-2.29.4.tgz", + "resolved": "http://npm.anxinyun.cn/moment/-/moment-2.29.4.tgz", "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "moment-timezone": { @@ -22968,7 +7916,8 @@ "neo-async": { "version": "2.6.2", "resolved": "http://npm.anxinyun.cn/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true }, "netmask": { "version": "2.0.2", @@ -22998,7 +7947,8 @@ "node-releases": { "version": "2.0.6", "resolved": "http://npm.anxinyun.cn/node-releases/-/node-releases-2.0.6.tgz", - "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==" + "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", + "dev": true }, "normalize-path": { "version": "3.0.0", @@ -23467,8 +8417,7 @@ "pg-pool": { "version": "2.0.10", "resolved": "http://npm.anxinyun.cn/pg-pool/-/pg-pool-2.0.10.tgz", - "integrity": "sha1-hC7iOwToaCTOnXhkMPg2UILYHEo=", - "requires": {} + "integrity": "sha1-hC7iOwToaCTOnXhkMPg2UILYHEo=" }, "pg-types": { "version": "2.2.0", @@ -23850,6 +8799,7 @@ "version": "2.1.0", "resolved": "http://npm.anxinyun.cn/randombytes/-/randombytes-2.1.0.tgz", "integrity": "sha1-32+ENy8CcNxlzfYpE0mrekc9Tyo=", + "dev": true, "requires": { "safe-buffer": "^5.1.0" } @@ -24355,8 +9305,7 @@ "version": "2.2.2", "resolved": "http://npm.anxinyun.cn/react-if/-/react-if-2.2.2.tgz", "integrity": "sha1-gfzETZReev6cgZqBFI5Ycf98yOI=", - "dev": true, - "requires": {} + "dev": true }, "react-is": { "version": "16.13.1", @@ -24424,6 +9373,7 @@ "version": "5.3.3", "resolved": "http://npm.anxinyun.cn/react-router/-/react-router-5.3.3.tgz", "integrity": "sha512-mzQGUvS3bM84TnbtMYR8ZjKnuPJ71IjSzR+DE6UkUqvN4czWIqEs17yLL8xkAycv4ev0AiN+IGrWu88vJs/p2w==", + "dev": true, "requires": { "@babel/runtime": "^7.12.13", "history": "^4.9.0", @@ -24441,6 +9391,7 @@ "version": "1.8.0", "resolved": "http://npm.anxinyun.cn/path-to-regexp/-/path-to-regexp-1.8.0.tgz", "integrity": "sha1-iHs7qdhDk+h6CgufTLdWGYtTVIo=", + "dev": true, "requires": { "isarray": "0.0.1" } @@ -24450,13 +9401,13 @@ "react-router-breadcrumbs-hoc": { "version": "4.1.0", "resolved": "http://npm.anxinyun.cn/react-router-breadcrumbs-hoc/-/react-router-breadcrumbs-hoc-4.1.0.tgz", - "integrity": "sha512-HZn352JkMzi/1Mp9H6v78V9f7sjnWRf/dXeFVLDDbxEUK7QJCj1JUBJuEHC+B3tq1+uRCASNm3ofEOaG33tAKw==", - "requires": {} + "integrity": "sha512-HZn352JkMzi/1Mp9H6v78V9f7sjnWRf/dXeFVLDDbxEUK7QJCj1JUBJuEHC+B3tq1+uRCASNm3ofEOaG33tAKw==" }, "react-router-dom": { "version": "5.3.3", "resolved": "http://npm.anxinyun.cn/react-router-dom/-/react-router-dom-5.3.3.tgz", "integrity": "sha512-Ov0tGPMBgqmbu5CDmN++tv2HQ9HlWDuWIIqn4b88gjlAN5IHI+4ZUZRcpz9Hl0azFIwihbLDYw1OiHGRo7ZIng==", + "dev": true, "requires": { "@babel/runtime": "^7.12.13", "history": "^4.9.0", @@ -24567,8 +9518,7 @@ "version": "2.4.1", "resolved": "http://npm.anxinyun.cn/redux-thunk/-/redux-thunk-2.4.1.tgz", "integrity": "sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q==", - "dev": true, - "requires": {} + "dev": true }, "redux-undo": { "version": "1.0.1", @@ -24871,7 +9821,8 @@ "resolve-pathname": { "version": "3.0.0", "resolved": "http://npm.anxinyun.cn/resolve-pathname/-/resolve-pathname-3.0.0.tgz", - "integrity": "sha1-mdAiJNPPJjaJvsuzk7xWAxMCXc0=" + "integrity": "sha1-mdAiJNPPJjaJvsuzk7xWAxMCXc0=", + "dev": true }, "resolve-url": { "version": "0.2.1", @@ -25100,6 +10051,7 @@ "version": "6.0.0", "resolved": "http://npm.anxinyun.cn/serialize-javascript/-/serialize-javascript-6.0.0.tgz", "integrity": "sha1-765diPRdeSQUHai1w6en5mP+/rg=", + "dev": true, "requires": { "randombytes": "^2.1.0" } @@ -25579,6 +10531,7 @@ "version": "0.5.21", "resolved": "http://npm.anxinyun.cn/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, "requires": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -25714,14 +10667,6 @@ "resolved": "http://npm.anxinyun.cn/streamsearch/-/streamsearch-0.1.2.tgz", "integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=" }, - "string_decoder": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=", - "requires": { - "safe-buffer": "~5.2.0" - } - }, "string-convert": { "version": "0.2.1", "resolved": "http://npm.anxinyun.cn/string-convert/-/string-convert-0.2.1.tgz", @@ -25774,6 +10719,14 @@ "es-abstract": "^1.19.5" } }, + "string_decoder": { + "version": "1.3.0", + "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=", + "requires": { + "safe-buffer": "~5.2.0" + } + }, "strip-ansi": { "version": "3.0.1", "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-3.0.1.tgz", @@ -25885,8 +10838,7 @@ "swr": { "version": "1.3.0", "resolved": "http://npm.anxinyun.cn/swr/-/swr-1.3.0.tgz", - "integrity": "sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==", - "requires": {} + "integrity": "sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==" }, "tapable": { "version": "1.1.3", @@ -25934,6 +10886,7 @@ "version": "5.3.3", "resolved": "http://npm.anxinyun.cn/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz", "integrity": "sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==", + "dev": true, "requires": { "@jridgewell/trace-mapping": "^0.3.7", "jest-worker": "^27.4.5", @@ -25945,12 +10898,14 @@ "commander": { "version": "2.20.3", "resolved": "http://npm.anxinyun.cn/commander/-/commander-2.20.3.tgz", - "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=" + "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=", + "dev": true }, "schema-utils": { "version": "3.1.1", "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", + "dev": true, "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -25961,6 +10916,7 @@ "version": "5.14.2", "resolved": "http://npm.anxinyun.cn/terser/-/terser-5.14.2.tgz", "integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==", + "dev": true, "requires": { "@jridgewell/source-map": "^0.3.2", "acorn": "^8.5.0", @@ -25999,12 +10955,14 @@ "tiny-invariant": { "version": "1.2.0", "resolved": "http://npm.anxinyun.cn/tiny-invariant/-/tiny-invariant-1.2.0.tgz", - "integrity": "sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==" + "integrity": "sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==", + "dev": true }, "tiny-warning": { "version": "1.0.3", "resolved": "http://npm.anxinyun.cn/tiny-warning/-/tiny-warning-1.0.3.tgz", - "integrity": "sha1-lKMNtFPfTGQ9D9VmBg1gqHXYR1Q=" + "integrity": "sha1-lKMNtFPfTGQ9D9VmBg1gqHXYR1Q=", + "dev": true }, "tinycolor2": { "version": "1.4.2", @@ -26291,6 +11249,7 @@ "version": "1.0.5", "resolved": "http://npm.anxinyun.cn/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz", "integrity": "sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==", + "dev": true, "requires": { "escalade": "^3.1.1", "picocolors": "^1.0.0" @@ -26299,7 +11258,8 @@ "picocolors": { "version": "1.0.0", "resolved": "http://npm.anxinyun.cn/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true } } }, @@ -26386,14 +11346,12 @@ "use-json-comparison": { "version": "1.0.6", "resolved": "http://npm.anxinyun.cn/use-json-comparison/-/use-json-comparison-1.0.6.tgz", - "integrity": "sha1-oBK7wljOdF2x9WdF3GU/V1ImyyE=", - "requires": {} + "integrity": "sha1-oBK7wljOdF2x9WdF3GU/V1ImyyE=" }, "use-media-antd-query": { "version": "1.1.0", "resolved": "http://npm.anxinyun.cn/use-media-antd-query/-/use-media-antd-query-1.1.0.tgz", - "integrity": "sha1-8IOtfiksHAJhtrv6rA7cPgkg2F0=", - "requires": {} + "integrity": "sha1-8IOtfiksHAJhtrv6rA7cPgkg2F0=" }, "util-deprecate": { "version": "1.0.2", @@ -26446,7 +11404,8 @@ "value-equal": { "version": "1.0.1", "resolved": "http://npm.anxinyun.cn/value-equal/-/value-equal-1.0.1.tgz", - "integrity": "sha1-Hgt5THNMXAyt4XnEN9NW2TGjTWw=" + "integrity": "sha1-Hgt5THNMXAyt4XnEN9NW2TGjTWw=", + "dev": true }, "vary": { "version": "1.1.2", @@ -26491,6 +11450,7 @@ "version": "2.4.0", "resolved": "http://npm.anxinyun.cn/watchpack/-/watchpack-2.4.0.tgz", "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", + "dev": true, "requires": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -26508,6 +11468,7 @@ "version": "5.73.0", "resolved": "http://npm.anxinyun.cn/webpack/-/webpack-5.73.0.tgz", "integrity": "sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==", + "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^0.0.51", @@ -26539,6 +11500,7 @@ "version": "3.1.1", "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", + "dev": true, "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -26548,7 +11510,8 @@ "tapable": { "version": "2.2.1", "resolved": "http://npm.anxinyun.cn/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true } } }, @@ -26628,8 +11591,7 @@ "version": "7.5.9", "resolved": "http://npm.anxinyun.cn/ws/-/ws-7.5.9.tgz", "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", - "dev": true, - "requires": {} + "dev": true } } }, @@ -26901,7 +11863,8 @@ "webpack-sources": { "version": "3.2.3", "resolved": "http://npm.anxinyun.cn/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==" + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "dev": true }, "websocket-driver": { "version": "0.7.4", From 99b4ea8980a77d02075ef42b327bedc05bc5b697 Mon Sep 17 00:00:00 2001 From: LUCAS Date: Fri, 2 Sep 2022 13:52:19 +0800 Subject: [PATCH 13/23] =?UTF-8?q?=E8=84=9A=E6=9C=AC=20add?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1.1.0/data/2.insert_road_maintenance.sql | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 scripts/1.1.0/data/2.insert_road_maintenance.sql diff --git a/scripts/1.1.0/data/2.insert_road_maintenance.sql b/scripts/1.1.0/data/2.insert_road_maintenance.sql new file mode 100644 index 00000000..4aa2c8e0 --- /dev/null +++ b/scripts/1.1.0/data/2.insert_road_maintenance.sql @@ -0,0 +1,25 @@ + +-- ---------------------------- +-- Records of road_maintenance +-- ---------------------------- +BEGIN; +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (19, '1', '县交通运输事业发展中心', '南昌旭日公路桥梁工程有限公司', '3', '20', '4', '207.829', NULL, NULL, '26'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (20, '2', '南新乡人民政府', '鑫洲控股集团股份有限公司', '2', '8', '3', NULL, '93.342', '178.356', '12'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (21, '3', '蒋巷镇人民政府', '南昌旭日公路桥梁工程有限公司', '4', '20', '2', NULL, '131.394', '165.29', '46'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (22, '4', '塘南镇人民政府', '江西辉弘欣盛建设工程有限公司', '2', '10', '4', NULL, '67.968', '216.124', '28'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (23, '5', '泾口乡人民政府', '江西悦美环境治理有限公司', NULL, NULL, NULL, NULL, '105.482', '149.772', '7'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (24, '6', '幽兰镇人民政府', '南昌贝之鑫建筑工程有限公司', '1', '10', '2', NULL, '57.919', '146.34', '3'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (25, '7', '塔城乡人民政府', NULL, NULL, NULL, NULL, NULL, '20.591', '87.339', '3'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (26, '8', '武阳镇人民政府', '江西泰冠建设工程有限公司', '3', '4', '2', NULL, '21.363', '105.94', '7'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (27, '9', '八一乡人民政府', '江西然镜建筑工程有限公司', '2', '10', '4', NULL, '19.795', '60.038', '8'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (28, '10', '银三角管委会', NULL, NULL, NULL, NULL, NULL, '10.379', '28.743', '1'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (29, '11', '莲塘镇人民政府', NULL, NULL, NULL, NULL, NULL, '4.583', '80.429', '1'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (30, '12', '富山乡人民政府', '江西聚道建筑工程有限公司', '1', '4', NULL, NULL, '37.003', '34.778', '1'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (31, '13', '冈上镇人民政府', NULL, NULL, NULL, NULL, NULL, '23.67', '107.632', '5'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (32, '14', '广福镇人民政府', '江西泰地建筑工程有限公司', '2', '4', '4', NULL, '17.729', '105.496', '3'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (33, '15', '向塘镇人民政府', NULL, NULL, NULL, NULL, NULL, '57.904', '246.382', '14'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (34, '16', '三江镇人民政府', '庐山白鹿建筑工程有限公司', '2', '7', '1', NULL, '13.119', '71.693', '1'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (35, '17', '黄马乡人民政府', NULL, NULL, NULL, NULL, NULL, '47.703', '138.547', '5'); +INSERT INTO "public"."road_maintenance" ("id", "serial_number", "responsible_unit_for_management_and_maintenance", "maintenance_unit", "management", "worker", "public_welfare_post", "county_highway", "township_road", "village_road", "bridge") VALUES (36, '18', '金湖管理处', '江西聚道建筑工程有限公司', '1', '2', NULL, NULL, '/', '15.161', '/'); +COMMIT; + From 0a08a2af2730e633fb0a38e430da5fffef6fa68a Mon Sep 17 00:00:00 2001 From: LUCAS Date: Fri, 2 Sep 2022 14:21:32 +0800 Subject: [PATCH 14/23] =?UTF-8?q?=E8=84=9A=E6=9C=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/0.0.1/schema/2.init_road_maintenance_cost.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/0.0.1/schema/2.init_road_maintenance_cost.sql b/scripts/0.0.1/schema/2.init_road_maintenance_cost.sql index 8d521bcd..3e489337 100644 --- a/scripts/0.0.1/schema/2.init_road_maintenance_cost.sql +++ b/scripts/0.0.1/schema/2.init_road_maintenance_cost.sql @@ -4,7 +4,7 @@ -- ---------------------------- DROP TABLE IF EXISTS "public"."road_maintenance_cost"; CREATE TABLE "public"."road_maintenance_cost" ( - "id" int4 NOT NULL DEFAULT nextval('road_maintenance_cost_id_seq'::regclass), + "id" serial NOT NULL, "mId" int4, "county_name" varchar(15) COLLATE "pg_catalog"."default", "road_length_county" float8, From 41d892a92bc429c8f9da26d1d8257f65075d3a7d Mon Sep 17 00:00:00 2001 From: xingyongchun Date: Fri, 2 Sep 2022 18:48:01 +0800 Subject: [PATCH 15/23] =?UTF-8?q?=E5=85=BB=E6=8A=A4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/fillion/actions/infor.js | 2 +- .../fillion/components/highways/guanli.js | 3 --- .../quanju/containers/footer/conserve/index.js | 3 +++ .../quanju/containers/footer/conserve/left/Lb.js | 8 ++++---- .../footer/conserve/left/left-center.js | 15 +++------------ .../footer/conserve/left/lunbozujian.js | 8 ++++---- .../footer/conserve/left/shituzujian.js | 7 ++++--- 7 files changed, 19 insertions(+), 27 deletions(-) diff --git a/web/client/src/sections/fillion/actions/infor.js b/web/client/src/sections/fillion/actions/infor.js index 20515f2b..8381bab7 100644 --- a/web/client/src/sections/fillion/actions/infor.js +++ b/web/client/src/sections/fillion/actions/infor.js @@ -399,7 +399,7 @@ export function getCustodyunit() { actionType: 'GET_CUSTODY_UNIT', url: ApiTable.getCustodyunit, msg: { error: '获取管养单位概况失败' }, - // reducer: { name: 'roadMaintenances' } + reducer: { name: 'roadMaintenances_management' } }); } export function postCustodyunit(query) { diff --git a/web/client/src/sections/fillion/components/highways/guanli.js b/web/client/src/sections/fillion/components/highways/guanli.js index 2af7e98e..f2cce139 100644 --- a/web/client/src/sections/fillion/components/highways/guanli.js +++ b/web/client/src/sections/fillion/components/highways/guanli.js @@ -8,7 +8,6 @@ import _ from 'lodash' const Guanli = (props) => { const { visible, onVisibleChange, typecard, rewkeys, recortd, dispatch, setRecortd, setDelet } = props const [success, setSuccess] = useState() -console.log(recortd) useEffect(() => { return () => { setRecortd() @@ -25,8 +24,6 @@ console.log(recortd) onFinish={(values) => { setDelet(values) const query = { ...values, id: recortd?.id,serialNumber:recortd?.id } - console.log('邢永春',query) - dispatch(postCustodyunit(query)).then((res) => { setSuccess(res.success) }) diff --git a/web/client/src/sections/quanju/containers/footer/conserve/index.js b/web/client/src/sections/quanju/containers/footer/conserve/index.js index f323c1ac..f5a2c3fb 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/index.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/index.js @@ -28,18 +28,21 @@ const Conserve = (props) => { setRoadMaintenances(res.payload.data || []) }) dispatch(getxiuyang()).then(res => { + // let obj = {}; setData(res.payload.data.filter(item => { if (moment(item.maintenanceDate).format("MM") == (new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth())) { return item } })) +console.log('是发错地方v',res.payload.data.filter((i)=>i.countyName=='向塘镇人民政府')) // setShuju(res.payload.data.filter(item => { // if ((new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth()) - 6 < moment(item.maintenanceDate).format("MM") && moment(item.maintenanceDate).format("MM") <= (new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth())) { // return item // } // })) }) + dispatch(getMaintenance()).then(res => { setShuju(res.payload.data) }) diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/Lb.js b/web/client/src/sections/quanju/containers/footer/conserve/left/Lb.js index e8af2d71..389f3e4b 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/Lb.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/Lb.js @@ -52,9 +52,9 @@ return item.maintenanceUnit!==null }}> {beijing == index ? : ""}
    {item.maintenanceUnit}
    -
    {item.management}
    -
    {item.worker}
    -
    {item.publicWelfarePost}
    +
    {item.management||'--'}
    +
    {item.worker||'--'}
    +
    {item.publicWelfarePost||'--'}
    {/*
    {item.qiao}
    */} {/* { num == index ?
    @@ -83,7 +83,7 @@ return item.maintenanceUnit!==null return ( <>
    -

    管养责任单位

    +

    养护单位

    管理人员(人)

    工人(人)

    公益岗位(人)

    diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js index 54caef57..f9c8fa5e 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js @@ -13,30 +13,21 @@ const LeftCenter = (props) => { // const chartRef = useState(); // const { roadData } = props const [flag, setFlag] = useState(true) + // const [colorFlage, setColorFlage] = useState(true) return ( <>
    { setFlag(false) - console.log(flag); }} style={{ position: "absolute", top: "38%", left: "80%", width: "50px", height: "20px", background: "linear-gradient(270deg, rgba(15,74,159,0) 0%, rgba(17,75,160,0.95) 100%)", float: "right", textAlign: "center", zIndex: 100, marginRight: "4%", borderLeft: "solid 2px #6E7A83" }} > {/* */} -

    累计

    +

    累计

    { setFlag(true) }} style={{ position: "absolute", width: "50px", left: "60%", top: "38%", height: "20px", background: "linear-gradient(270deg, rgba(15,74,159,0) 0%, rgba(17,75,160,0.95) 100%)", float: "right", textAlign: "center", zIndex: 100, marginRight: "2%", borderLeft: "solid 2px #6E7A83", }}> {/* */} -

    上月

    - {/* - - icon - 可绿化里程总数 - - {totalData.toFixed(3) || 0} - */} - {/*
    */} - {/* */} +

    上月

    { flag ? : } diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js b/web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js index b8148e37..5f7a8169 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js @@ -50,10 +50,10 @@ const Lefttbottom = (props) => { }}> {beijing == index ? : ""}
    {item.responsibleUnitForManagementAndMaintenance}
    -
    {item.countyHighway}
    -
    {item.townshipRoad}
    -
    {item.villageRoad}
    -
    {item.bridge}
    +
    {item.countyHighway||'/'}
    +
    {item.townshipRoad||'/'}
    +
    {item.villageRoad||'/'}
    +
    {item.bridge||'/'}
    {/* { num == index ?
    diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js b/web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js index 149805ed..6cc286b0 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js @@ -7,7 +7,6 @@ const PieChart = (props) => { const chartRef = useRef(null); const [styloptr,setStyloptr]=useState()//费用 const [extent,setExtent]=useState()//长度 - let states = [] let monstate=[] useEffect(()=>{ @@ -47,7 +46,7 @@ const data = [ const option = { tooltip: { trigger: "item", - formatter: "{a}
    {b}: {c} ({d}%)", + formatter: "{a}{b}: {c} ({d}%)", show: true, }, legend: { @@ -76,6 +75,8 @@ const data = [ normal: { position: "inner", show: false, + // formatter: "{a}{b}: {c} ({d}%)", + }, @@ -97,7 +98,7 @@ const data = [ data: mons, label: { normal: { - formatter: "{b}:{c}" + "\n\r" + "({d}%)", + // formatter: "{b}:{c}km" + "\n\r" + "({d}%)", show: false, position: "left", }, From dbed028084431287c7b40572c51bc2ffc5f87533 Mon Sep 17 00:00:00 2001 From: xingyongchun Date: Fri, 2 Sep 2022 19:53:56 +0800 Subject: [PATCH 16/23] =?UTF-8?q?echarts=E6=8A=98=E7=BA=BF=E5=9B=BE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../footer/conserve/left/lunbozujian.js | 8 +-- .../containers/footer/conserve/left/zhexin.js | 56 ++++++++++++++++++- 2 files changed, 57 insertions(+), 7 deletions(-) diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js b/web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js index 5f7a8169..f789bc9a 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/lunbozujian.js @@ -50,10 +50,10 @@ const Lefttbottom = (props) => { }}> {beijing == index ? : ""}
    {item.responsibleUnitForManagementAndMaintenance}
    -
    {item.countyHighway||'/'}
    -
    {item.townshipRoad||'/'}
    -
    {item.villageRoad||'/'}
    -
    {item.bridge||'/'}
    +
    {item.countyHighway||'--'}
    +
    {item.townshipRoad||'--'}
    +
    {item.villageRoad||'--'}
    +
    {item.bridge||'--'}
    {/* { num == index ?
    diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js b/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js index 596af5c5..a1cefc6b 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js @@ -74,7 +74,28 @@ const ZheXian = (props) => { color: "#fff", }, }, - formatter: "{a}
    {b}: {c}", + formatter: function (params, ticket, callback) { + var res = params[0].name; + + for (var i = 0, l = params.length; i < l; i++) { + if (params[i].seriesType === "line") { + res += + "
    " + + params[i].seriesName + + " : " + + (params[i].value ? params[i].value : "-") + + "元"; + } else { + res += + "
    " + + params[i].seriesName + + " : " + + (params[i].value ? params[i].value : "-") + + "km"; + } + } + return res; + }, }, grid: { borderWidth: 0, @@ -85,6 +106,7 @@ const ZheXian = (props) => { textStyle: { color: "#fff", }, + containLabel: true, }, legend: { x: "60%", @@ -144,11 +166,38 @@ const ZheXian = (props) => { show: false, }, }, + { + type: "value", + min: 0, + position: "right", + splitLine: { + show: true, + lineStyle: { + color: "rgba(176,215,255,0.2500)", + type: "dashed", + }, + }, + axisLine: { + lineStyle: { + color: "rgba(216,240,255,0.800)", + }, + }, + axisTick: { + show: false, + }, + axisLabel: { + interval: 0, + }, + splitArea: { + show: false, + }, + }, ], series: [ { - name: "", + name: "里程", type: "bar", + barWidth: 20, itemStyle: { normal: { @@ -176,10 +225,11 @@ const ZheXian = (props) => { data: columnar||[], }, { - name: "", + name: "费用", type: "line", symbolSize: 10, symbol: "circle", + yAxisIndex: 1, itemStyle: { normal: { color: "#1978E5", From 70139426f3836fe26278fbfbd01321c4404da95a Mon Sep 17 00:00:00 2001 From: xingyongchun Date: Fri, 2 Sep 2022 20:03:32 +0800 Subject: [PATCH 17/23] =?UTF-8?q?=E7=AE=A1=E5=85=BB=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/fillion/components/highwaysTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/src/sections/fillion/components/highwaysTable.js b/web/client/src/sections/fillion/components/highwaysTable.js index f2820dd8..70e12d62 100644 --- a/web/client/src/sections/fillion/components/highwaysTable.js +++ b/web/client/src/sections/fillion/components/highwaysTable.js @@ -720,7 +720,7 @@ const TransporTationTable = (props) => { label: { setWhichofits('guanli') setDifferentiate('project') - }}>管理养护{activeKey === 'tab2'}, + }}>管养统计{activeKey === 'tab2'}, }, ], From 7a6c1bd92220052e922efa8e48756affb817f2ad Mon Sep 17 00:00:00 2001 From: xingyongchun Date: Fri, 2 Sep 2022 20:09:42 +0800 Subject: [PATCH 18/23] =?UTF-8?q?=E5=85=BB=E6=8A=A4=E9=A5=BC=E5=9B=BE?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../quanju/containers/footer/conserve/left/shituzujian.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js b/web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js index 6cc286b0..ed95523c 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/shituzujian.js @@ -69,7 +69,7 @@ const data = [ type: "pie", // selectedMode: "single", color: ["rgba(4, 251, 240, 1)", "rgba(7, 185, 254, 1)", "rgba(28, 96, 254, 1)"], - radius: [0, "40%"], + radius: [0, "50%"], center: ['30%', '50%'], label: { normal: { @@ -91,7 +91,7 @@ const data = [ { name: "", type: "pie", - radius: ["50%", "75%"], + radius: ["65%", "75%"], center: ['30%', '50%'], avoidLabelOverlap: false, color: ["rgba(4, 251, 240, 1)", "rgba(7, 185, 254, 1)", "rgba(28, 96, 254, 1)"], From 1a069f93a02e79f0c2e0018fbedcb64c0580c295 Mon Sep 17 00:00:00 2001 From: xingyongchun Date: Fri, 2 Sep 2022 20:45:35 +0800 Subject: [PATCH 19/23] =?UTF-8?q?=E6=A0=87=E9=A2=98=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../quanju/containers/footer/conserve/left/left-center.js | 8 ++++---- .../quanju/containers/footer/conserve/left/zhexin.js | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js index f9c8fa5e..a125a81e 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js @@ -20,14 +20,14 @@ const LeftCenter = (props) => {
    { setFlag(false) - }} style={{ position: "absolute", top: "38%", left: "80%", width: "50px", height: "20px", background: "linear-gradient(270deg, rgba(15,74,159,0) 0%, rgba(17,75,160,0.95) 100%)", float: "right", textAlign: "center", zIndex: 100, marginRight: "4%", borderLeft: "solid 2px #6E7A83" }} > + }} style={{ position: "absolute", top: "38.2%", left: "80%", width: "50px", height: "20px", background: "linear-gradient(270deg, rgba(15,74,159,0) 0%, rgba(17,75,160,0.95) 100%)", float: "right", textAlign: "center", zIndex: 100, marginRight: "4%", borderLeft: "solid 2px #6E7A83" }} > {/* */} -

    累计

    +

    累计

    { setFlag(true) - }} style={{ position: "absolute", width: "50px", left: "60%", top: "38%", height: "20px", background: "linear-gradient(270deg, rgba(15,74,159,0) 0%, rgba(17,75,160,0.95) 100%)", float: "right", textAlign: "center", zIndex: 100, marginRight: "2%", borderLeft: "solid 2px #6E7A83", }}> + }} style={{ position: "absolute", width: "50px", left: "60%", top: "38.2%", height: "20px", background: "linear-gradient(270deg, rgba(15,74,159,0) 0%, rgba(17,75,160,0.95) 100%)", float: "right", textAlign: "center", zIndex: 100, marginRight: "2%", borderLeft: "solid 2px #6E7A83", }}> {/* */} -

    上月

    +

    上月

    { flag ? : } diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js b/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js index a1cefc6b..a3623c62 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js @@ -268,12 +268,12 @@ const ZheXian = (props) => {
    { setFlag(!flag) console.log(flag); - }} */ style={{ position: "absolute", top: "38%", left: "14%", width: "72px", height: "20px", backgroundColor: "rgba(216,240,255,0.1000)", float: "right", textAlign: "center", zIndex: 100, marginRight: "4%", borderLeft: "solid 2px #6E7A83" }} > + }} */ style={{ position: "absolute", top: "38.2%", left: "14%", width: "72px", height: "20px", backgroundColor: "rgba(216,240,255,0.1000)", float: "right", textAlign: "center", zIndex: 100, marginRight: "4%", borderLeft: "solid 2px #6E7A83" }} >

    { setFlag(false) - }} */style={{ position: "absolute", width: "72px", left: "34%", top: "38%", height: "20px", backgroundColor: "rgba(216,240,255,0.1000)", float: "right", textAlign: "center", marginRight: "4%", borderLeft: "solid 2px #6E7A83" }}> + }} */style={{ position: "absolute", width: "72px", left: "34%", top: "38.2%", height: "20px", backgroundColor: "rgba(216,240,255,0.1000)", float: "right", textAlign: "center", marginRight: "4%", borderLeft: "solid 2px #6E7A83" }}>

    km

    From 5dede625243b87aef69e91a0dae56ccb16ac6606 Mon Sep 17 00:00:00 2001 From: xingyongchun Date: Fri, 2 Sep 2022 21:19:12 +0800 Subject: [PATCH 20/23] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../footer/conserve/left/left-center.js | 4 ++-- .../containers/footer/conserve/left/zhexin.js | 15 +++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js index a125a81e..6a1180b4 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js @@ -20,12 +20,12 @@ const LeftCenter = (props) => {
    { setFlag(false) - }} style={{ position: "absolute", top: "38.2%", left: "80%", width: "50px", height: "20px", background: "linear-gradient(270deg, rgba(15,74,159,0) 0%, rgba(17,75,160,0.95) 100%)", float: "right", textAlign: "center", zIndex: 100, marginRight: "4%", borderLeft: "solid 2px #6E7A83" }} > + }} style={{ position: "absolute", top: "38.5%", left: "80%", width: "50px", height: "20px", background: "linear-gradient(270deg, rgba(15,74,159,0) 0%, rgba(17,75,160,0.95) 100%)", float: "right", textAlign: "center", zIndex: 100, marginRight: "4%", borderLeft: "solid 2px #6E7A83" }} > {/* */}

    累计

    { setFlag(true) - }} style={{ position: "absolute", width: "50px", left: "60%", top: "38.2%", height: "20px", background: "linear-gradient(270deg, rgba(15,74,159,0) 0%, rgba(17,75,160,0.95) 100%)", float: "right", textAlign: "center", zIndex: 100, marginRight: "2%", borderLeft: "solid 2px #6E7A83", }}> + }} style={{ position: "absolute", width: "50px", left: "60%", top: "38.5%", height: "20px", background: "linear-gradient(270deg, rgba(15,74,159,0) 0%, rgba(17,75,160,0.95) 100%)", float: "right", textAlign: "center", zIndex: 100, marginRight: "2%", borderLeft: "solid 2px #6E7A83", }}> {/* */}

    上月

    { diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js b/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js index a3623c62..21901043 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/zhexin.js @@ -99,10 +99,10 @@ const ZheXian = (props) => { }, grid: { borderWidth: 0, - top: 50, - bottom: 20, + top: 60, + bottom: 10, right: 20, - left: 60, + left: 20, textStyle: { color: "#fff", }, @@ -146,6 +146,7 @@ const ZheXian = (props) => { type: "value", splitLine: { show: true, + position: "right", lineStyle: { color: "rgba(176,215,255,0.2500)", type: "dashed", @@ -169,7 +170,6 @@ const ZheXian = (props) => { { type: "value", min: 0, - position: "right", splitLine: { show: true, lineStyle: { @@ -198,7 +198,7 @@ const ZheXian = (props) => { name: "里程", type: "bar", barWidth: 20, - + yAxisIndex: 1, itemStyle: { normal: { color: { @@ -229,7 +229,6 @@ const ZheXian = (props) => { type: "line", symbolSize: 10, symbol: "circle", - yAxisIndex: 1, itemStyle: { normal: { color: "#1978E5", @@ -268,12 +267,12 @@ const ZheXian = (props) => {
    { setFlag(!flag) console.log(flag); - }} */ style={{ position: "absolute", top: "38.2%", left: "14%", width: "72px", height: "20px", backgroundColor: "rgba(216,240,255,0.1000)", float: "right", textAlign: "center", zIndex: 100, marginRight: "4%", borderLeft: "solid 2px #6E7A83" }} > + }} */ style={{ position: "absolute", top: "38.5%", left: "14%", width: "72px", height: "20px", backgroundColor: "rgba(216,240,255,0.1000)", float: "right", textAlign: "center", zIndex: 100, marginRight: "4%", borderLeft: "solid 2px #6E7A83" }} >

    { setFlag(false) - }} */style={{ position: "absolute", width: "72px", left: "34%", top: "38.2%", height: "20px", backgroundColor: "rgba(216,240,255,0.1000)", float: "right", textAlign: "center", marginRight: "4%", borderLeft: "solid 2px #6E7A83" }}> + }} */style={{ position: "absolute", width: "72px", left: "34%", top: "38.5%", height: "20px", backgroundColor: "rgba(216,240,255,0.1000)", float: "right", textAlign: "center", marginRight: "4%", borderLeft: "solid 2px #6E7A83" }}>

    km

    From 165577706f065bf7271c1d2e493b9ea3319becdf Mon Sep 17 00:00:00 2001 From: xingyongchun Date: Mon, 5 Sep 2022 16:31:47 +0800 Subject: [PATCH 21/23] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E7=AE=A1=E5=85=BB?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E4=B8=8E=E5=89=8D=E5=8F=B0=E4=B8=8D=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/log/development.log | 9 +++++++++ web/log/development.txt | 2 ++ 2 files changed, 11 insertions(+) diff --git a/api/log/development.log b/api/log/development.log index 49897d17..673a9986 100644 --- a/api/log/development.log +++ b/api/log/development.log @@ -11194,3 +11194,12 @@ headers: {} 2022-09-01 18:25:21.474 - debug: [FS-LOGGER] Init. 2022-09-01 18:25:22.990 - info: [FS-ATTACHMENT] Inject attachment mw into router. 2022-09-01 18:25:22.990 - info: [FS-AUTH] Inject auth and api mv into router. +2022-09-02 15:33:27.837 - debug: [FS-LOGGER] Init. +2022-09-02 15:33:29.977 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-09-02 15:33:29.978 - info: [FS-AUTH] Inject auth and api mv into router. +2022-09-05 14:03:29.503 - debug: [FS-LOGGER] Init. +2022-09-05 14:03:31.226 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-09-05 14:03:31.226 - info: [FS-AUTH] Inject auth and api mv into router. +2022-09-05 15:40:10.680 - debug: [FS-LOGGER] Init. +2022-09-05 15:40:11.273 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2022-09-05 15:40:11.273 - info: [FS-AUTH] Inject auth and api mv into router. diff --git a/web/log/development.txt b/web/log/development.txt index cdd13d78..31bef6b9 100644 --- a/web/log/development.txt +++ b/web/log/development.txt @@ -30379,3 +30379,5 @@ 2022-09-01 17:12:44.000 - info: [Router] Inject api: attachment/index 2022-09-01 18:26:45.045 - debug: [FS-LOGGER] Init. 2022-09-01 18:26:45.562 - info: [Router] Inject api: attachment/index +2022-09-05 14:03:41.310 - debug: [FS-LOGGER] Init. +2022-09-05 14:03:41.810 - info: [Router] Inject api: attachment/index From f3d1bd68152408a525e68ea5bd1431cb354156bd Mon Sep 17 00:00:00 2001 From: xingyongchun Date: Mon, 5 Sep 2022 16:32:48 +0800 Subject: [PATCH 22/23] =?UTF-8?q?=E5=89=8D=E5=8F=B0=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E4=B8=8E=E5=90=8E=E5=8F=B0=E6=9B=B4=E6=96=B0=E4=B8=8D=E5=8F=8A?= =?UTF-8?q?=E6=97=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/sections/fillion/actions/infor.js | 11 + .../fillion/components/highways/guanli.js | 20 +- .../fillion/components/highwaysTable.js | 452 +----------------- .../footer/conserve/action/index.js | 3 +- .../containers/footer/conserve/index.js | 5 +- 5 files changed, 35 insertions(+), 456 deletions(-) diff --git a/web/client/src/sections/fillion/actions/infor.js b/web/client/src/sections/fillion/actions/infor.js index 8381bab7..89626eb5 100644 --- a/web/client/src/sections/fillion/actions/infor.js +++ b/web/client/src/sections/fillion/actions/infor.js @@ -402,6 +402,17 @@ export function getCustodyunit() { reducer: { name: 'roadMaintenances_management' } }); } +export function getCustodyunitOne(query) { + return dispatch => basicAction({ + type: 'get', + query:query, + dispatch: dispatch, + actionType: 'GET_CUSTODY_UNIT_ONE', + url: ApiTable.getCustodyunit, + msg: { error: '获取管养单位概况失败' }, + // reducer: { name: 'roadMaintenances_management' } + }); +} export function postCustodyunit(query) { return dispatch => basicAction({ type: 'post', diff --git a/web/client/src/sections/fillion/components/highways/guanli.js b/web/client/src/sections/fillion/components/highways/guanli.js index f2cce139..a17baff1 100644 --- a/web/client/src/sections/fillion/components/highways/guanli.js +++ b/web/client/src/sections/fillion/components/highways/guanli.js @@ -2,7 +2,7 @@ import React, { useEffect, useState } from 'react'; import { connect } from 'react-redux'; import { Form, Spin, Table } from 'antd'; import { ModalForm, ProForm, ProFormText, ProFormSelect } from '@ant-design/pro-form'; -import { putOperaTional, postCustodyunit } from "../../actions/infor" +import { putOperaTional, postCustodyunit, getCustodyunitOne } from "../../actions/infor" import _ from 'lodash' const Guanli = (props) => { @@ -22,12 +22,16 @@ const Guanli = (props) => { visible={visible} onVisibleChange={onVisibleChange} onFinish={(values) => { - setDelet(values) - const query = { ...values, id: recortd?.id,serialNumber:recortd?.id } - dispatch(postCustodyunit(query)).then((res) => { - setSuccess(res.success) - }) - return true + setDelet(values) + const query = { ...values, id: recortd?.id, serialNumber: recortd?.id } + dispatch(postCustodyunit(query)).then((res) => { + if (res.success === true) { + let date = { fourceUpdate: true } + dispatch(getCustodyunitOne(date)).then((res) => { + }) + } + }) + return true }} initialValues={recortd} > @@ -48,7 +52,7 @@ const Guanli = (props) => { width="md" label='管理人员' placeholder="请输入管理人员" - + /> { -// const { dispatch, user, } = props -// const [rowSelected, setRowSelected] = useState([]) -// const [modalVisible, setModalVisible] = useState(false); -// const [counts, setCounts] = useState()//shuju -// const [modalVisibleyilan, setModalVisibleyilan] = useState(false); -// const [modalVisibleyilans, setModalVisibleyilans] = useState(false); -// const [modalRecord, setModalRecord] = useState(); -// const [typecard, setTypecard] = useState(); -// const [recortd, setRecortd] = useState() -// const [sitename, setSitename] = useState()//桥梁名称 -// const [delet, setDelet] = useState() -// const [activeKey, setActiveKey] = useState('tab1'); -// const [whichofits, setWhichofits] = useState('sheshi') -// const [differentiate, setDifferentiate] = useState('bridge') - -// const ref = useRef() -// useEffect(() => { ref.current.reload() }, [delet]) - // //打开弹窗 - // const hightModal = (type, record) => { - // setModalVisibleyilan(true); - // // setModalType(type); - // if (type == 'edit') { - // setModalRecord(record); - // } else { - // setModalRecord(null); - // } - // } - -// const openModal = (type, record) => { -// setModalVisible(true); -// // setModalType(type); -// if (type == 'edit') { -// setModalRecord(record); -// } else { -// setModalRecord(null); -// } -// } -// const yilanModal = (type, record) => { -// setModalVisibleyilans(true); -// // setModalType(type); -// if (type == 'edit') { -// setModalRecord(record); -// } else { -// setModalRecord(null); -// } -// } - // const columns = { - // tab1: [ - // { - // title: '类型', - // dataIndex: 'placeName', - // fixed: 'left', - // width: 120, - // search: false, - // options: 1, - // backgroundColor: "#ffffff", - // fieldProps: { - // onChange: (value, cs) => { - // setSitename(value.currentTarget.value) - // }, - // placeholder: '请输入类型进行搜索', - - // }, - // render: (dom, record) => { - // return record.name - // }, - // }, - // { - // title: '数量', - // search: false, - // dataIndex: 'containers', - - // fixed: 'left', - // width: 120, - // render: (dom, record) => { - // return record.count - // }, - // fieldProps: { - // getPopupContainer: (triggerNode) => triggerNode.parentNode, - // } - // }, - // { - // title: '操作', - // dataIndex: 'creatTime', - // valueType: 'dateTimeRange', - // hideInSearch: true, - // width: 160, - // fixed: 'right', - // render: (dom, record) => { - // return
    - - // } - // }, - - // ], - // tab2: [ - // { - // title: '管养责单位', - // dataIndex: 'placeName', - // fixed: 'left', - // width: 120, - // options: 1, - // backgroundColor: "#ffffff", - // fieldProps: { - // onChange: (value, cs) => { - // setSitename(value.currentTarget.value) - // }, - // placeholder: '请输入项目名称进行搜索', - - // }, - // render: (dom, record) => { - // return record.entryName - // }, - // }, - // { - // title: '养护单位', - // search: false, - // dataIndex: 'time1', - // valueType: 'dateRange', - - // // fixed: 'left', - // width: 120, - // render: (dom, record) => { - // return record.projectMileage - // }, - // fieldProps: { - // getPopupContainer: (triggerNode) => triggerNode.parentNode, - // } - // }, - // { - // title: '管理人员(人)', - // search: false, - // dataIndex: 'time2', - // valueType: 'dateRange', - // // align: 'right', - // width: 120, - // render: (dom, record) => { - // return record.investment - // }, - // fieldProps: { - // getPopupContainer: (triggerNode) => triggerNode.parentNode, - // } - // }, - // { - // title: '工人(人)', - // search: false, - // dataIndex: 'time3', - // valueType: 'dateRange', - - - - // width: 120, - // render: (dom, record) => { - // return record.buildUnit - // }, - // fieldProps: { - // getPopupContainer: (triggerNode) => triggerNode.parentNode, - // } - // }, { - // title: '公益岗位(人)', - // search: false, - // dataIndex: 'time4', - // valueType: 'dateRange', - - - // width: 120, - // render: (dom, record) => { - // return record.constructionControlUnit - // }, - // fieldProps: { - // getPopupContainer: (triggerNode) => triggerNode.parentNode, - // } - // }, { - // title: '县道(km)', - // search: false, - // dataIndex: 'time5', - // valueType: 'dateRange', - - - // width: 120, - // render: (dom, record) => { - // return record.designUnit - // }, - // fieldProps: { - // getPopupContainer: (triggerNode) => triggerNode.parentNode, - // } - // }, { - // title: '乡道(km)', - // search: false, - // dataIndex: 'time6', - // valueType: 'dateRange', - - - // width: 120, - // render: (dom, record) => { - // return record.constructionUnit - // }, - // fieldProps: { - // getPopupContainer: (triggerNode) => triggerNode.parentNode, - // } - // }, { - // title: '村道(km)', - // search: false, - // dataIndex: 'time7', - // valueType: 'dateRange', - - - // width: 120, - // render: (dom, record) => { - // return record.supervisorAndSupervisor - // }, - // fieldProps: { - // getPopupContainer: (triggerNode) => triggerNode.parentNode, - // } - // }, { - // title: '桥梁(座)', - // search: false, - // dataIndex: 'time8', - // valueType: 'dateRange', - - - // width: 120, - // render: (dom, record) => { - // return record.projectProgress - // }, - // fieldProps: { - // getPopupContainer: (triggerNode) => triggerNode.parentNode, - // } - // }, - // { - // title: '操作', - // dataIndex: 'creatTime', - // valueType: 'dateTimeRange', - // hideInSearch: true, - // width: 160, - // fixed: 'right', - // render: (dom, record) => { - // return
    { deldatas(record.id) }}> - // - //
    - - // } - // }, - // { - // key: "direction", - // hideInTable: true, - // dataIndex: "direction", - // order: 6, - // renderFormItem: (item, { type, defaultRender, ...rest }, form, record) => { - // return ( - //
    - // {/* */} - //
    - - - // ); - // }, - // }, - // ] - // } - -// return ( - -// -//
    -// setActiveKey(key), - // items: [ - // { - // key: 'tab1', - // label: { - // setWhichofits('sheshi') - // setDifferentiate('bridge') - // }}>设施统计{activeKey === 'tab1'}, - // }, - // { - // key: 'tab2', - // label: { - // setWhichofits('guanli') - // setDifferentiate('project') - // }}>管理养护{activeKey === 'tab2'}, - // }, - - // ], - // }, - // }} - // form={{ - // submitter: whichofits == "sheshi" ? false : true - // }} -// scroll={{ x: 800 }} -// options={false} -// ref={c => { finishedProductTable = c; }} -// style={{ width: "100% ", overflow: "auto", height: '760px' }} -// rowKey='id' - -// // rowSelection={{ -// // selectedRowKeys: rowSelected, -// // onChange: (selectedRowKeys) => { -// // setRowSelected(selectedRowKeys); -// // }, -// // }} -// columns={columns[activeKey]} -// dataSource={counts || []} -// request={async (params) => { - -// if (whichofits == 'sheshi') { -// console.log('differentiate','我我我我吧') -// const query = { -// name: sitename -// } -// setRowSelected([]); -// const res = await dispatch(getHighways(query)); -// setCounts(res.payload.data) -// return { -// ...res, -// total: res.payload.data ? res.payload.data.count : 0 -// } -// } if (whichofits == 'guanli') { -// console.log('first','afsvcsvcsvsdfv fsdv fdv b') -// const query = { - -// } -// setRowSelected([]); -// const res = await dispatch(getCustodyunit(query)); -// setCounts(res.payload.data) -// return { -// ...res, -// total: res.payload.data ? res.payload.data.count : 0 -// } -// } - -// }} - - -// > -// -//
    -// {modalVisibleyilan ? : ''} -// {modalVisibleyilans ? : ''} -//
    -// ) -// } -// const date = { -// "bridgeCode": "桥梁代码", -// "bridgeName": "桥梁名称", -// "centralStation": "中心桩号", -// "crossingFigureType": "跨越地物类型", -// "crossingFigureName": "跨越地物名称", -// "natureOfCharges": "收费性质", -// "rampCode": "匝道编码", -// "sectionType": "路段类型", -// "crossingFigureType1": "跨越地物类型1", -// "crossingFigureName1": "跨越地物名称1", -// "originalBridgeCode": "原桥梁代码", -// "whetherWideRoadAndNarrowBridge": "是否宽路窄桥", -// } -// function mapStateToProps(state) { -// const { auth, depMessage } = state; -// const pakData = (dep) => { -// return dep.map((d) => { -// return { -// title: d.name, -// value: d.id, -// // children: d.type >= 2 ? [] : pakData(d.subordinate) -// children: pakData(d.subordinate) -// } -// }) -// } -// let depData = pakData(depMessage.data || []) -// return { -// user: auth.user, -// depMessage: depMessage.data || [], -// depLoading: depMessage.isRequesting, -// depData, -// }; -// } -// export default connect(mapStateToProps)(HigwaysTable); import React, { useEffect, useState, useRef } from 'react'; import { connect } from 'react-redux'; import { Spin, Button, Popconfirm } from 'antd'; @@ -466,8 +28,7 @@ const TransporTationTable = (props) => { const ref = useRef() useEffect(() => { ref.current.reload() }, [whichofits, delet]) //打开弹窗 - //打开弹窗 - const hightModal = (type, record) => { + const hightModal = (type, record) => { setModalVisibleyilan(true); // setModalType(type); if (type == 'edit') { @@ -540,7 +101,7 @@ const TransporTationTable = (props) => { }, ], - tab2: [ + tab2: [ { title: '管养责单位', dataIndex: 'placeName', @@ -693,7 +254,7 @@ const TransporTationTable = (props) => { } }, - + ] } return ( @@ -727,7 +288,7 @@ const TransporTationTable = (props) => { }, }} form={{ - submitter:false + submitter: false }} scroll={{ x: 800 }} options={false} @@ -760,7 +321,8 @@ const TransporTationTable = (props) => { total: res.payload.data ? res.payload.data.count : 0 } } if (whichofits == 'guanli') { - const query = { + const query = { + } setRowSelected([]); const res = await dispatch(getCustodyunit(query)); @@ -796,7 +358,7 @@ const TransporTationTable = (props) => { setRecortd={setRecortd} setDelet={setDelet} /> : ''} - {modalVisibleyilans ? basicAction({ type: 'get', + query, dispatch: dispatch, actionType: 'GET_XIUYANG', url: ApiTable.getXiuyang, diff --git a/web/client/src/sections/quanju/containers/footer/conserve/index.js b/web/client/src/sections/quanju/containers/footer/conserve/index.js index f5a2c3fb..6ab12b1d 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/index.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/index.js @@ -27,7 +27,8 @@ const Conserve = (props) => { dispatch(getRoadMaintenances()).then(res => { setRoadMaintenances(res.payload.data || []) }) - dispatch(getxiuyang()).then(res => { + let query={fourceUpdate:false} + dispatch(getxiuyang(query)).then(res => { // let obj = {}; setData(res.payload.data.filter(item => { @@ -35,7 +36,7 @@ const Conserve = (props) => { return item } })) -console.log('是发错地方v',res.payload.data.filter((i)=>i.countyName=='向塘镇人民政府')) +console.log('是发错地方v',res.payload.data.filter((i)=>i.countyName=='富山乡人民政府')) // setShuju(res.payload.data.filter(item => { // if ((new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth()) - 6 < moment(item.maintenanceDate).format("MM") && moment(item.maintenanceDate).format("MM") <= (new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth())) { // return item From ffc07d004eaaca2062acf47b0b94b9785fa47a17 Mon Sep 17 00:00:00 2001 From: xingyongchun Date: Mon, 5 Sep 2022 16:41:09 +0800 Subject: [PATCH 23/23] =?UTF-8?q?=E5=85=BB=E6=8A=A4=E9=A5=BC=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/fillion/actions/infor.js | 11 +++++++++++ .../sections/fillion/components/highways/guanli.js | 8 +++++--- .../quanju/containers/footer/conserve/index.js | 12 +----------- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/web/client/src/sections/fillion/actions/infor.js b/web/client/src/sections/fillion/actions/infor.js index 89626eb5..06afa907 100644 --- a/web/client/src/sections/fillion/actions/infor.js +++ b/web/client/src/sections/fillion/actions/infor.js @@ -424,3 +424,14 @@ export function postCustodyunit(query) { // reducer: { name: 'roadMaintenances' } }); } +export function getxiuyangas(query) { + return dispatch => basicAction({ + type: 'get', + query, + dispatch: dispatch, + actionType: 'GET_XIUYANG', + url: ApiTable.getXiuyang, + msg: { error: '获取信息失败' }, + reducer: { name: 'xiuyang' } + }); +} \ No newline at end of file diff --git a/web/client/src/sections/fillion/components/highways/guanli.js b/web/client/src/sections/fillion/components/highways/guanli.js index a17baff1..3dda4694 100644 --- a/web/client/src/sections/fillion/components/highways/guanli.js +++ b/web/client/src/sections/fillion/components/highways/guanli.js @@ -2,7 +2,9 @@ import React, { useEffect, useState } from 'react'; import { connect } from 'react-redux'; import { Form, Spin, Table } from 'antd'; import { ModalForm, ProForm, ProFormText, ProFormSelect } from '@ant-design/pro-form'; -import { putOperaTional, postCustodyunit, getCustodyunitOne } from "../../actions/infor" +import { putOperaTional, postCustodyunit, getCustodyunitOne,getxiuyangas } from "../../actions/infor" + + import _ from 'lodash' const Guanli = (props) => { @@ -26,8 +28,8 @@ const Guanli = (props) => { const query = { ...values, id: recortd?.id, serialNumber: recortd?.id } dispatch(postCustodyunit(query)).then((res) => { if (res.success === true) { - let date = { fourceUpdate: true } - dispatch(getCustodyunitOne(date)).then((res) => { + let date = { fourceUpdate: false } + dispatch(getxiuyangas(date)).then((res) => { }) } }) diff --git a/web/client/src/sections/quanju/containers/footer/conserve/index.js b/web/client/src/sections/quanju/containers/footer/conserve/index.js index 6ab12b1d..eeb36b55 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/index.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/index.js @@ -27,23 +27,13 @@ const Conserve = (props) => { dispatch(getRoadMaintenances()).then(res => { setRoadMaintenances(res.payload.data || []) }) - let query={fourceUpdate:false} - dispatch(getxiuyang(query)).then(res => { - - // let obj = {}; + dispatch(getxiuyang()).then(res => { setData(res.payload.data.filter(item => { if (moment(item.maintenanceDate).format("MM") == (new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth())) { return item } })) -console.log('是发错地方v',res.payload.data.filter((i)=>i.countyName=='富山乡人民政府')) - // setShuju(res.payload.data.filter(item => { - // if ((new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth()) - 6 < moment(item.maintenanceDate).format("MM") && moment(item.maintenanceDate).format("MM") <= (new Date().getMonth() < 10 ? "0" + new Date().getMonth() : new Date().getMonth())) { - // return item - // } - // })) }) - dispatch(getMaintenance()).then(res => { setShuju(res.payload.data) })