diff --git a/web/client/assets/images/leadership/beijinglan.png b/web/client/assets/images/leadership/beijinglan.png new file mode 100644 index 00000000..8454d798 Binary files /dev/null and b/web/client/assets/images/leadership/beijinglan.png differ diff --git a/web/client/assets/images/leadership/yuanxing.png b/web/client/assets/images/leadership/yuanxing.png new file mode 100644 index 00000000..2fda21da Binary files /dev/null and b/web/client/assets/images/leadership/yuanxing.png differ diff --git a/web/client/assets/images/quanju/yuanhuan.webp b/web/client/assets/images/quanju/yuanhuan.webp new file mode 100644 index 00000000..398d30c1 Binary files /dev/null and b/web/client/assets/images/quanju/yuanhuan.webp differ diff --git a/web/client/assets/images/quanju/zhichao.png b/web/client/assets/images/quanju/zhichao.png new file mode 100644 index 00000000..d7e36787 Binary files /dev/null and b/web/client/assets/images/quanju/zhichao.png differ diff --git a/web/client/src/sections/quanju/containers/footer/build/index.js b/web/client/src/sections/quanju/containers/footer/build/index.js index d3ec4006..cd9b7d1a 100644 --- a/web/client/src/sections/quanju/containers/footer/build/index.js +++ b/web/client/src/sections/quanju/containers/footer/build/index.js @@ -81,9 +81,11 @@ const Build = (props) => { return resValue } let datas = Object.keys(buildingnumber?.townRoad || {}).map((item) => ({ name: item, number: buildingnumber.townRoad[item].roadCount, gongli: Number(keepThreeNum(buildingnumber.townRoad[item].mileage)) })) - let list = datas.sort((a, b) => { + + let list = datas.sort((a, b) => { return b.number - a.number }) + list=list.filter(item=>item.name!=="其他") // console.log(list,'红红火') //道路等级数据 @@ -141,29 +143,29 @@ const Build = (props) => { return ( <>
-
- + {/* */} {buildingnumber && buildingnumber.buildedRoad !== 0 && totalgongli !== 0 ?
-
+ {/*
- {/* */} + 在建公路数量
{buildingnumber?.buildingRoad || 0}
-
- +
*/} +
+
{buildingnumber?.buildedRoad || 0}
{/* */} - - 已建公路数量 + {/* */} + 在建公路/公里
-
{buildingnumber?.buildedRoad || 0}
: }
diff --git a/web/client/src/sections/quanju/containers/footer/build/style.less b/web/client/src/sections/quanju/containers/footer/build/style.less index 89a8d99c..8daf64c5 100644 --- a/web/client/src/sections/quanju/containers/footer/build/style.less +++ b/web/client/src/sections/quanju/containers/footer/build/style.less @@ -23,36 +23,42 @@ justify-content: center; align-items: center; .build-left-top-center{ - width: 35%; - height: 50%; + width: 100%; + height: 100%; margin: 0 10px; } .build-left-top-item{ width: 25%; height: 50%; - background-image: url('/assets/images/quanju/zhuangtaigognlubiankuang.png'); + // background-image: url('/assets/images/quanju/zhuangtaigognlubiankuang.png'); background-size: 95%; background-repeat: no-repeat; display: flex; flex-direction: column; justify-content: center; align-items: center; + position: absolute; + float: left; // text-align: center; div{ &:nth-child(1){ + // width: 80%; + // height: 100%; + // margin: 1% auto 0; + font-size: 2.375rem; + font-family: YouSheBiaoTiHei; + color: #FFFFFF; + text-align: center; + // line-height: 49px; + text-shadow: 0px 2px 4px #1C60FE; + + } + &:nth-child(2){ display: flex; justify-content: center; align-items: center; span{ &:nth-child(1){ - width: 0.5rem; - height: 0.5rem; - margin-right: 5px; - background: #07B9FE; - clip-path: polygon(0 0, 100% 0, 0 100%, 0 0); - transform: rotate(134deg); - } - &:nth-child(2){ font-size: 1rem; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; @@ -62,18 +68,6 @@ } } - &:nth-child(2){ - // width: 80%; - // height: 100%; - // margin: 1% auto 0; - font-size: 2.375rem; - font-family: YouSheBiaoTiHei; - color: #FFFFFF; - text-align: center; - // line-height: 49px; - text-shadow: 0px 2px 4px #1C60FE; - - } } } } diff --git a/web/client/src/sections/quanju/containers/footer/guanli/index.js b/web/client/src/sections/quanju/containers/footer/guanli/index.js index c9125ef9..d905e260 100644 --- a/web/client/src/sections/quanju/containers/footer/guanli/index.js +++ b/web/client/src/sections/quanju/containers/footer/guanli/index.js @@ -1,6 +1,6 @@ import React, { useEffect, useState } from 'react'; import { connect } from 'react-redux'; -import { Carousel } from 'antd' +import { Carousel,Popover } from 'antd' import AutoRollComponent from '../build/AutoRollComponent' import Module from '../../public/module' import LeftItem from './LeftItem' @@ -55,15 +55,31 @@ const Guanli = (props) => { },[]) // let datalist = newArry(30) // datalist.fill({licensePlate:"赣A44454",overrunRate:"30%",fine:"200元",processingTime:"2020年4月1日"}) + const content = ( +
+ +
+ 检测点 + 远不 + 地址 + 呼呼呼呼呼呼呼呼呼 +
+
+ ); const renderContent = () => { - return
+ return
{rightitemlist && rightitemlist.length!==0?rightitemlist?.map(({ id, licensePlate, overrunRate,fine,processingTime,deductPoints }, index) => { if(index<120){ return
+
+ {/* */} {licensePlate} {overrunRate}% {deductPoints?`-${deductPoints}分`:""}和-{fine}{fine?"元":""} {processingTime} + {/* */} + +
} }):""} @@ -101,9 +117,9 @@ const Guanli = (props) => { 处罚 处理日期
- {rightitemlist && rightitemlist.length!==0?:} + divHeight={"100%"} divId={"chart-overview-deviceList"} />
:}
diff --git a/web/client/src/sections/quanju/containers/footer/guanli/style.less b/web/client/src/sections/quanju/containers/footer/guanli/style.less index 32e385b7..27856d8e 100644 --- a/web/client/src/sections/quanju/containers/footer/guanli/style.less +++ b/web/client/src/sections/quanju/containers/footer/guanli/style.less @@ -173,5 +173,80 @@ } } +.popover-content{ + background-color: red; + .address{ + width: 80%; + height: 80%; + top: -1%; + position: absolute; + background-color: aqua; + span{ + &:nth-child(1){ + width: 42px; + height: 20px; + display: inline-block; + overflow-wrap: break-word; + color: rgba(216, 240, 255, 0.8); + font-size: 14px; + font-family: PingFangSC-Regular; + white-space: nowrap; + line-height: 20px; + text-align: left; + } + &:nth-child(2){ + width: 28px; + height: 20px; + display: inline-block; + overflow-wrap: break-word; + color: rgba(238, 244, 255, 1); + font-size: 14px; + font-family: PingFangSC-Medium; + white-space: nowrap; + line-height: 20px; + text-align: left; + } + &:nth-child(3){ + width: 28px; + height: 20px; + display: inline-block; + overflow-wrap: break-word; + color: rgba(216, 240, 255, 0.8); + font-size: 14px; + font-family: PingFangSC-Regular; + white-space: nowrap; + line-height: 20px; + text-align: right; + } + &:nth-child(4){ + width: 126px; + height: 20px; + display: inline-block; + overflow-wrap: break-word; + color: rgba(255, 255, 255, 1); + font-size: 14px; + font-family: PingFangSC-Medium; + white-space: nowrap; + line-height: 20px; + text-align: right; + } + } + } +} - +.popover{ + background-color: aqua; + .ant-popover-arrow{ + .ant-popover-arrow-content{ + display:none; + } + span{ + display:none; + } + } + .ant-popover-inner{ + .ant-popover-inner-content{ + padding: 0; + } + } +} 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 68919bd9..7bc492ea 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 @@ -10,6 +10,7 @@ const Right = (props) => { const [nums, setNums] = useState() const [list, setList] = useState([]) const [roads, setRoads] = useState() + const [num, setNum] = useState() useEffect(() => { const daolus = dispatch(getRoadmaintain()).then((res) => { setList(res.payload.data.reportList.filter((item, index) => { @@ -41,8 +42,11 @@ const Right = (props) => { height: "20px", position: "relative", width: "100%", color: "#FFFFFF", marginTop: index == 0 ? "4px" : "5px", listStyle: "none", fontSize: "14px" }} onMouseEnter={() => { setBeijing(index) + setNum(index) + }} onMouseLeave={() => { setBeijing() + setNum() }}> {beijing == index ? : ""} {beijing == index ? : ""} @@ -50,8 +54,21 @@ const Right = (props) => {

日常养护

{item.user?.name ?

{item.user.name}

:

--

}

{item.road ? item.road : "--"}

-

{moment(item.time).format("YYYY-MM-DD HH:mm:ss") ? moment(item.time).format("YYYY-MM-DD HH:mm:ss") : "--"}

+

{moment(item.time).format("YYYY-MM-DD HH:mm:ss") ? moment(item.time).format("YYYY-MM-DD HH:mm:ss") : "--"}

+ { + num == index ?
+ +
+

南昌县大道路段三号路口西南门路

+

养护类型日常养护

+

负责人老王老肖

+

日期{moment(item.time).format("YYYY-MM-DD") ? moment(item.time).format("YYYY-MM-DD") : "--"}

+
+
: "" + } + ) + }) } {/* */} diff --git a/web/client/src/sections/quanju/containers/footer/leadership/centerleft/handong.js b/web/client/src/sections/quanju/containers/footer/leadership/centerleft/handong.js index 464ab6a0..d3eecd37 100644 --- a/web/client/src/sections/quanju/containers/footer/leadership/centerleft/handong.js +++ b/web/client/src/sections/quanju/containers/footer/leadership/centerleft/handong.js @@ -11,6 +11,7 @@ const Right = (props) => { const [list, setList] = useState([]) const [roads, setRoads] = useState() const [nums, setNums] = useState() + const [num, setNum] = useState() useEffect(() => { const daolus = dispatch(getRoadmaintain()).then((res) => { setList(res.payload.data.reportList.filter((item, index) => { @@ -46,9 +47,11 @@ const Right = (props) => { height: "20px", position: "relative", width: "100%", color: "#FFFFFF", marginTop: index == 0 ? "4px" : "5px", listStyle: "none", fontSize: "14px" }} onMouseEnter={() => { setBeijing(index) + setNum(index) // console.log(beijing); }} onMouseLeave={() => { setBeijing() + setNum() }}> {beijing == index ? : ""} {beijing == index ? : ""} @@ -56,7 +59,19 @@ const Right = (props) => {

日常养护

{item.user?.name ?

{item.user.name}

:

--

}

{item.road ? item.road : "--"}

-

{moment(item.time).format("YYYY-MM-Do HH:mm:ss") ? moment(item.time).format("YYYY-MM-Do HH:mm:ss") : "--"}

+

{moment(item.time).format("YYYY-MM-Do HH:mm:ss") ? moment(item.time).format("YYYY-MM-Do HH:mm:ss") : "--"}

+ { + num == index ?
+ +
+

南昌县大道路段三号路口西南门路

+

养护类型日常养护

+

负责人老王老肖

+

日期2022-06-05

+
+
: "" + } + ) }) } diff --git a/web/client/src/sections/quanju/containers/footer/leadership/centerleft/qiqoliang.js b/web/client/src/sections/quanju/containers/footer/leadership/centerleft/qiqoliang.js index 3f3fe9f7..a3cf502d 100644 --- a/web/client/src/sections/quanju/containers/footer/leadership/centerleft/qiqoliang.js +++ b/web/client/src/sections/quanju/containers/footer/leadership/centerleft/qiqoliang.js @@ -9,6 +9,7 @@ const Right = (props) => { const [list, setList] = useState([]) const [roads, setRoads] = useState() const [nums, setNums] = useState() + const [num, setNum] = useState() useEffect(() => { const daolus = dispatch(getRoadmaintain()).then((res) => { setList(res.payload.data.reportList.filter((item, index) => { @@ -38,9 +39,11 @@ const Right = (props) => { height: "20px", position: "relative", width: "100%", color: "#FFFFFF", marginTop: index == 0 ? "4px" : "5px", listStyle: "none", fontSize: "14px" }} onMouseEnter={() => { setBeijing(index) + setNum(index) // console.log(beijing); }} onMouseLeave={() => { setBeijing() + setNum() }}> {beijing == index ? : ""} {beijing == index ? : ""} @@ -48,7 +51,19 @@ const Right = (props) => {

日常养护

{item.user?.name ?

{item.user.name}

:

--

}

{item.road ? item.road : "--"}

-

{moment(item.time).format("YYYY-MM-Do HH:mm:ss") ? moment(item.time).format("YYYY-MM-Do HH:mm:ss") : "--"}

+

{moment(item.time).format("YYYY-MM-Do HH:mm:ss") ? moment(item.time).format("YYYY-MM-Do HH:mm:ss") : "--"}

+ { + num == index ?
+ +
+

南昌县大道路段三号路口西南门路

+

养护类型日常养护

+

负责人老王老肖

+

日期2022-06-05

+
+
: "" + } + ) }) } diff --git a/web/client/src/sections/quanju/containers/footer/leadership/left/echarts/leftbottomecharts.js b/web/client/src/sections/quanju/containers/footer/leadership/left/echarts/leftbottomecharts.js index f9520cc5..6ddc77dc 100644 --- a/web/client/src/sections/quanju/containers/footer/leadership/left/echarts/leftbottomecharts.js +++ b/web/client/src/sections/quanju/containers/footer/leadership/left/echarts/leftbottomecharts.js @@ -6,14 +6,18 @@ const Leftbottomecharts = (props) => { const { dispatch } = props const [list, setList] = useState([]) const [count, setCount] = useState([]) + const [value, setValue] = useState([]) + const [flag, setFlag] = useState(true) useEffect(() => { const res = dispatch(getdaolutongji()).then((res) => { + console.log(res); setList(res.payload.data.construction.map((item, index) => { return item.year })); setCount(res.payload.data.construction.map((item, index) => { return item.count.toFixed(3) })) + setValue() }); }, []) // console.log(list, count); @@ -134,7 +138,7 @@ const Leftbottomecharts = (props) => { shadowBlur: 10, }, }, - data: count, + data: flag ? count : value, }, ], }; @@ -142,15 +146,21 @@ const Leftbottomecharts = (props) => { window.addEventListener('resize', function () { chartInstance.resize(); }) - }, [list, count]); - + }, [count, flag, list]); + console.log(flag); return ( <> -
-

公里

+
{ + setFlag(true) + }} style={{ position: "absolute", top: "75%", left: "75%", 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: "45%", top: "75%", height: "20px", backgroundColor: "rgba(216,240,255,0.1000)", float: "right", textAlign: "center", marginRight: "4%", borderLeft: "solid 2px #6E7A83" }}> +

未建

); 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 5a3e9e4f..6f26aceb 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 @@ -12,6 +12,7 @@ const Rightbottom = (props) => { const [list, setList] = useState([]) const [rightDatas, setrightDatas] = useState([]) const [nums, setNums] = useState([]) + const [num, setNum] = useState() const requestRightDatas = async () => { const res = await dispatch(getZhichaolist()) var pattern = /[\u4e00-\u9fa5]*/; @@ -43,15 +44,33 @@ const Rightbottom = (props) => { {list?.map((item, index) => { return
  • { setBeijing(index) + setNum(index) // console.log(beijing); }} onMouseLeave={() => { setBeijing() + setNum() }}> {beijing == index ? : ""}
    {item.licensePlate}
    {item.overrunRate ? item.overrunRate + "%" : "--"}
    {item.deductPoints ? "-" + item.deductPoints + "分" : ""}{item.deductPoints && item.fine ? "和" : ""}{item.fine ? "-" + item.fine + "元" : ""}{item.deductPoints || item.fine ? "" : "--"}
    {item.processingTime ? item.processingTime : "--"}
    + { + num == index ?
    + +
    + +

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

    +

    超限

    +
    +
    +

    车牌号{item.licensePlate}

    +

    检测点123456

    +

    处罚{item.deductPoints ? "-" + item.deductPoints + "分" : ""}{item.deductPoints && item.fine ? "和" : ""}{item.fine ? "-" + item.fine + "元" : ""}{item.deductPoints || item.fine ? "" : "--"}

    +

    日期{item.processingTime ? item.processingTime : "--"}

    +
    +
    : "" + }
  • }) diff --git a/web/log/development.txt b/web/log/development.txt index 70924be8..8f748705 100644 --- a/web/log/development.txt +++ b/web/log/development.txt @@ -66685,3 +66685,671 @@ ' 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] +{ + 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=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', + 'sec-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' + + ' at emitErrorNT (internal/streams/destroy.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 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] +{ + 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/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', + 'sec-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' + + ' at emitErrorNT (internal/streams/destroy.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 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)' +}