client ui

This commit is contained in:
wzdwc
2020-05-07 00:54:19 +08:00
parent 023d8bfc20
commit 01b6b2e1c1
23 changed files with 2102 additions and 1499 deletions
+10 -6
View File
@@ -2,11 +2,12 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="f9039135-aa11-4abd-ad74-f40c84e4fdb2" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/client/src/assets/gold.svg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/client/src/assets/less/base.less" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/client/src/App.vue" beforeDir="false" afterPath="$PROJECT_DIR$/client/src/App.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/client/src/components/CommonCard.vue" beforeDir="false" afterPath="$PROJECT_DIR$/client/src/components/CommonCard.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/client/src/components/SitList.vue" beforeDir="false" afterPath="$PROJECT_DIR$/client/src/components/SitList.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/client/src/interface/user.ts" beforeDir="false" afterPath="$PROJECT_DIR$/client/src/interface/user.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/client/src/utils/request.ts" beforeDir="false" afterPath="$PROJECT_DIR$/client/src/utils/request.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/client/src/views/Home.vue" beforeDir="false" afterPath="$PROJECT_DIR$/client/src/views/Home.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/client/src/views/game.vue" beforeDir="false" afterPath="$PROJECT_DIR$/client/src/views/game.vue" afterDir="false" />
@@ -28,6 +29,7 @@
<list>
<option value="TypeScript File" />
<option value="Vue" />
<option value="Less File" />
</list>
</option>
</component>
@@ -52,6 +54,7 @@
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="js.linters.configure.manually.selectedtslint" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/client/src/assets" />
<property name="list.type.of.created.stylesheet" value="Less" />
<property name="node.js.detected.package.eslint" value="true" />
<property name="node.js.detected.package.standard" value="true" />
<property name="node.js.detected.package.tslint" value="true" />
@@ -86,7 +89,7 @@
<workItem from="1588119564722" duration="238000" />
<workItem from="1588166446649" duration="17000" />
<workItem from="1588166552136" duration="2062000" />
<workItem from="1588168659920" duration="11976000" />
<workItem from="1588168659920" duration="19408000" />
</task>
<servers />
</component>
@@ -106,18 +109,19 @@
<screen x="0" y="0" width="1440" height="900" />
</state>
<state x="221" y="89" key="SettingsEditor/0.0.1440.900@0.0.1440.900" timestamp="1588168578146" />
<state x="100" y="100" width="1240" height="700" key="com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp="1587480585643">
<screen x="0" y="0" width="1440" height="900" />
<state x="100" y="100" width="1240" height="700" key="com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp="1588771907080">
<screen x="0" y="23" width="1440" height="823" />
</state>
<state x="100" y="100" width="1240" height="700" key="com.intellij.history.integration.ui.views.FileHistoryDialog/0.0.1440.900@0.0.1440.900" timestamp="1587480585643" />
<state x="100" y="100" width="1240" height="700" key="com.intellij.history.integration.ui.views.FileHistoryDialog/0.23.1440.823@0.23.1440.823" timestamp="1588771907080" />
<state x="378" y="207" width="683" height="486" key="find.popup" timestamp="1587207727777">
<screen x="0" y="0" width="1440" height="900" />
</state>
<state x="378" y="207" width="683" height="486" key="find.popup/0.0.1440.900@0.0.1440.900" timestamp="1587207727777" />
<state x="385" y="196" width="670" height="676" key="search.everywhere.popup" timestamp="1587141886851">
<state x="385" y="196" width="670" height="676" key="search.everywhere.popup" timestamp="1588773967204">
<screen x="0" y="0" width="1440" height="900" />
</state>
<state x="385" y="196" width="670" height="676" key="search.everywhere.popup/0.0.1440.900@0.0.1440.900" timestamp="1587141886851" />
<state x="385" y="196" width="670" height="676" key="search.everywhere.popup/0.0.1440.900@0.0.1440.900" timestamp="1588773967204" />
<state x="450" y="369" key="vcs.readOnlyHandler.ReadOnlyStatusDialog" timestamp="1587138649507">
<screen x="0" y="0" width="1440" height="900" />
</state>
+68 -67
View File
@@ -1,67 +1,68 @@
<template>
<div id="app">
<router-view/>
</div>
</template>
<script lang="ts">
import { Vue } from 'vue-property-decorator';
export default class App extends Vue {}
</script>
<style lang="less">
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
*{
padding: 0;
margin: 0;
}
body{
box-sizing: border-box;
}
.container{
.input-bd{
line-height: 30px;
margin: 10px;
.input-name{
display: inline-block;
width: 100px;
text-align: right;
}
.input-text{
display: inline-block;
padding-left: 10px;
input{
height: 30px;
width: 180px;
padding:0 5px;
}
}
}
.btn {
margin-top: 15px;
span{
color: #fff;
background-color: #6796ff;
border-radius: 8px;
padding: 5px 20px;
display: inline-block;
margin: 10px;
}
b{
display: inline-block;
border: aliceblue;
border-radius: 8px;
padding: 5px 20px;
margin-left: 10px;
}
}
}
</style>
<template>
<div id="app">
<router-view/>
</div>
</template>
<script lang="ts">
import { Vue } from 'vue-property-decorator';
export default class App extends Vue {}
</script>
<style lang="less">
@import "assets/less/base";
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
*{
padding: 0;
margin: 0;
}
body{
box-sizing: border-box;
}
.container{
.input-bd{
line-height: 30px;
margin: 10px;
.input-name{
display: inline-block;
width: 100px;
text-align: right;
}
.input-text{
display: inline-block;
padding-left: 10px;
input{
height: 30px;
width: 180px;
padding:0 5px;
}
}
}
.btn {
margin-top: 15px;
span{
color: #fff;
background-color: #6796ff;
border-radius: 8px;
padding: 5px 20px;
display: inline-block;
margin: 10px;
}
b{
display: inline-block;
border: aliceblue;
border-radius: 8px;
padding: 5px 20px;
margin-left: 10px;
}
}
}
</style>
+1
View File
@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1588773343791" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4283" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M124.2 512c0 214.2 173.6 387.8 387.8 387.8S899.8 726.1 899.8 512 726.2 124.2 512 124.2 124.2 297.8 124.2 512z" fill="#FFD96B" p-id="4284"></path><path d="M786.3 237.9L237.9 786.4c151.5 151.3 396.9 151.3 548.3-0.1 151.4-151.5 151.5-396.9 0.1-548.4z" fill="#FDC223" p-id="4285"></path><path d="M230.1 512c0 155.7 126.2 281.9 281.9 282 155.7 0 281.9-126.2 282-281.9v-0.1c0-155.7-126.2-281.9-281.9-282s-282 126.2-282 282c0-0.1 0-0.1 0 0z" fill="#F9AB10" p-id="4286"></path><path d="M705.3 307.2c-110.4-104.3-284.4-102.7-392.6 5.5-108.1 108.2-109.8 282.2-5.5 392.6 0-0.1 398.1-398.1 398.1-398.1z" fill="#F9B721" p-id="4287"></path><path d="M487.8 591.7h-69.4v-41.4h69.4v-22.4h-69.4v-41.4h48.8L409 368.4h57.6l37.4 79.7c4.8 10 8.1 18.8 10.1 26.4 2.3-8.2 5.7-17.1 10.1-26.4l38.2-79.7H620l-58.9 118.1h49.6v41.4h-70.4v22.4h70.4v41.4h-70.4v87.6h-52.5v-87.6z" fill="#D3830D" p-id="4288"></path><path d="M564.5 479.7l-112 112h35.2v87.6h52.6v-87.6h70.4v-41.4h-70.4v-22.4h70.4v-41.4h-49.6l3.4-6.8z" fill="#BF790A" p-id="4289"></path></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

+38
View File
@@ -0,0 +1,38 @@
@font-face {
font-family: 'iconfont'; /* project id 1801313 */
src: url('//at.alicdn.com/t/font_1801313_qhunp08waud.eot');
src: url('//at.alicdn.com/t/font_1801313_qhunp08waud.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_1801313_qhunp08waud.woff2') format('woff2'),
url('//at.alicdn.com/t/font_1801313_qhunp08waud.woff') format('woff'),
url('//at.alicdn.com/t/font_1801313_qhunp08waud.ttf') format('truetype'),
url('//at.alicdn.com/t/font_1801313_qhunp08waud.svg#iconfont') format('svg');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-account:before {
content: "\e60a";
}
.icon-password:before {
content: "\e777";
}
.icon-user-avatar:before {
content: "\e636";
}
.icon-pot:before {
content: "\e60c";
}
.icon-gold:before {
content: "\e609";
}
+66 -58
View File
@@ -1,49 +1,34 @@
<template>
<div class="container">
<div class="common-card-container">
<div class="card" v-bind:class="{ show: show, turn: show}">
<div class="card"
v-for="(card,key) in cardList"
v-bind:class="{ show: show, turn: show && !!card }" >
<i></i>
<span class="card-bg">
A
</span>
</div>
<div class="card" v-bind:class="{ show: show, turn: show}">
<i></i>
<span class="card-bg">
A
</span>
</div>
<div class="card" v-bind:class="{ show: show, turn: show}">
<i></i>
<span class="card-bg">
A
</span>
</div>
<div class="card" v-bind:class="{ show: show}">
<i></i>
<span class="card-bg">
A
</span>
</div>
<div class="card" v-bind:class="{ show: show}">
<i></i>
<span class="card-bg">
A
<span class="card-bg" :class="[isBlack(card[1]) ? 'black': 'red']">
<b class="number">{{card[0]}}</b>
<b class="color">{{card[1]}}</b>
</span>
</div>
</div>
<div class="btn" @click="showCard"><span>翻转</span></div>
</div>
</template>
<script lang="ts">
import {Component, Vue} from 'vue-property-decorator';
const GreetingProps = Vue.extend({
props: {
cardList: Array,
},
});
@Component
export default class SitList extends Vue {
private show = false
private showCard() {
this.show = true
export default class SitList extends GreetingProps {
get show() {
return !!this.cardList[0];
}
private isBlack(type: string) {
return type === '♠' || type === '♣'
}
}
</script>
@@ -54,25 +39,25 @@
position: absolute;
top: 50vh;
left: 50%;
margin: -35px -122px;
margin: -38px -114px;
.card{
height: 237/3.5px;
width: 155/3.5px;
height: 60px;
width: 40px;
position: absolute;
top: 0;
left: 0;
transform-style: preserve-3d;
transition: transform 1s, rotateY 1s linear 2s;
opacity: 0;
border-radius: 5px;
i{
background: url("../assets/poke.png");
height: 237/3.5px;
width: 155/3.5px;
height: 60px;
width: 40px;
background-size: 100% 100%;
margin:0 2px;
transform: rotateY(0deg) translate3d(0px,0px,0px);
backface-visibility: hidden;
position: absolute;
border-radius: 5px;
top: 0;
left: 0;
z-index: 1;
@@ -80,55 +65,78 @@
.card-bg{
/*background: url("../assets/poke-icon.png");*/
background-size: 100% 100%;
height: 237/3.5px;
width: 155/3.5px;
margin:0 2px;
background-color: #2c3e50;
transform: rotateY(180deg) translate3d(0px,0px,2px);
color: #fff;
height: 60px;
width: 40px;
border-radius: 5px;
background-color: #fff;
transform: rotateY(180deg) translate3d(0px,0px,0px);
backface-visibility: hidden;
position: absolute;
left: 0;
z-index: 0;
display: flex;
flex-direction: column;
transform-style: preserve-3d;
box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
&.red{
color: #e8050a;
}
&.black{
color: #000;
}
.number{
text-align: left;
position: absolute;
z-index: -2;
left: 5px;
font-size: 16px;
}
.color{
flex: 1;
font-size: 28px;
line-height: 60px;
}
}
&.show{
display: block;
opacity: 1;
transition: left 1s;
}
&.turn{
animation: turnA 2s forwards;
animation-delay: 2s;
}
/*&.turn{*/
/* transform: rotateY(-180deg);*/
/*}*/
&:nth-child(1){
&.show{
transform: translate3d(0px,0px,2px) rotateY(-180deg);
left: 0;
}
}
&:nth-child(2){
&.show{
transform: translate3d(46px,0px,2px) rotateY(-180deg);
left: 44px;
}
}
&:nth-child(3){
&.show{
transform: translate3d(46*2px,0px,2px) rotateY(-180deg);
left: 44*2px;
}
}
&:nth-child(4){
&.show{
transform: translate3d(46*3px,0px,0px);
left: 44*3px;
}
}
&:nth-child(5){
&.show{
transform: translate3d(46*4px,0px,0px);
left: 44*4px;
}
}
}
/*@-webkit-keyframes turnA !* Safari 与 Chrome *!*/
/*{*/
/* from {transform: rotateY(0deg);}*/
/* to {transform: rotateY(-180deg);}*/
/*}*/
@-webkit-keyframes turnA /* Safari 与 Chrome */
{
from {transform: rotateY(0deg);}
to {transform: rotateY(-180deg);}
}
}
</style>
+206 -204
View File
@@ -1,204 +1,206 @@
<template>
<div class="sit-list-container">
<div class="sit-list">
<div class="item" v-for="(sit,key) in sitList" :key="key" @click="sitDown(key)">
<div class="default"></div>
<div class="player">
<div class="user-name">test</div>
<div class="icon"></div>
<div class="counter">100</div>
<div class="action-size">200</div>
<div class="action-command">call</div>
<div class="type">bb</div>
<div class="hand-card"></div>
</div>
<div class="cards">
<div class="hand-card"></div>
<div class="card-style"></div>
</div>
</div>
</div>
</div>
</template>
<script lang="ts">
import {Component, Prop, Vue} from 'vue-property-decorator';
import {IUser} from '../../../server/src/interface/IUser';
interface ISit {
player?: IUser;
position: number;
}
@Component
export default class SitList extends Vue {
@Prop() private msg!: string;
@Prop() private currPlayer: any;
private sitList: ISit[] = [];
private sitDown(sit: ISit) {
if (!sit.player) {
sit.player = this.currPlayer;
}
}
private mounted() {
for (let i = 0; i < 9; i++) {
const sit = {
position: i + 1,
};
this.sitList.push(sit);
}
}
}
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped lang="less">
.sit-list-container {
display: flex;
flex-direction: row-reverse;
align-items: center;
height: 100vh;
width: 100vw;
.sit-list {
position: relative;
width: 100vw;
height: 620px;
padding: 10px;
margin:0 15px;
box-sizing: border-box;
.item {
position: absolute;
font-size: 12px;
.player{
position: relative;
.icon{
width: 45px;
height: 45px;
background: url("../assets/poke-icon.png") #fff;
background-size: 100% 100%;
border-radius: 2px;
border: 1px solid #bababa;
margin-bottom: 2px;
}
.user-name{
color: #fff;
}
.counter{
background-color: rgba(0,0,0,0.8);
color: #fff;
font-weight: 600;
font-size: 12px;
border-radius: 2px;
}
.action-command{
top: 15px;
left: 45px;
padding: 1px 8px;
border-radius: 9px;
color: #ffffff;
background-color: #2c3e50;
text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
position: absolute;
}
.type{
background-color: #fff;
color: #2b2b2b;
border-radius: 50%;
padding: 2px;
width: 18px;
height: 18px;
line-height: 18px;
position: absolute;
top: 53px;
left: 38px;
font-size: 12px;
transform: scale(0.8);
}
.action-size{
background-color: rgba(0, 0, 0, 0.3);
border-radius: 2px;
padding:1px 4px;
text-align: center;
min-width: 35px;
color: #fff;
font-weight: 600;
position: absolute;
top: 35px;
left: 40px;
}
}
&:nth-child(1) {
left: 75px;
top: 0;
}
&:nth-child(2) {
left: 240px;
top: 0;
}
&:nth-child(3) {
left: 296px;
top: 100px;
}
&:nth-child(4) {
left: 296px;
top: 200px;
}
&:nth-child(5) {
left: 296px;
top: 330px;
}
&:nth-child(6) {
left: 100px;
top: 460px;
.action-command{
left: -22px;
}
.type{
left: -16px;
}
.action-size{
top: -5px;
left: 57px;
padding-right: 15px;
text-align: right;
}
}
&:nth-child(7) {
left: 0;
top: 330px;
}
&:nth-child(8) {
left: 0;
top: 200px;
}
&:nth-child(9) {
left: 0;
top: 100px;
}
&:nth-child(2),&:nth-child(3),&:nth-child(4),&:nth-child(5){
.action-command{
left: -22px;
}
.type{
left: -16px;
}
.action-size{
left: -40px;
padding-right: 15px;
text-align: right;
}
}
}
}
}
</style>
<template>
<div class="sit-list-container">
<div class="sit-list">
<div class="item" v-for="(sit,key) in sitList" :key="key" @click="sitDown(key)">
<div class="default"></div>
<div class="player">
<div class="user-name">{{sit.player.account}}</div>
<div class="icon iconfont icon-user-avatar"></div>
<div class="counter">{{sit.player.counter}}</div>
<div class="action-size">{{sit.player.actionSize}}</div>
<div class="action-command">{{sit.player.actionCommand}}</div>
<div class="type">{{sit.player.type}}</div>
<div class="hand-card">{{sit.player.handCard}}</div>
</div>
<div class="cards">
<div class="hand-card">{{sit.player.handCard}}</div>
<div class="card-style"></div>
</div>
</div>
</div>
</div>
</template>
<script lang="ts">
import {Component, Prop, Vue} from 'vue-property-decorator';
import {IUser} from '../../../server/src/interface/IUser';
interface ISit {
player?: IUser;
position: number;
}
@Component
export default class SitList extends Vue {
@Prop() private msg!: string;
@Prop() private currPlayer: any;
private sitList: ISit[] = [];
private sitDown(sit: ISit) {
if (!sit.player) {
sit.player = this.currPlayer;
}
}
private mounted() {
for (let i = 0; i < 9; i++) {
const sit = {
position: i + 1,
};
this.sitList.push(sit);
}
}
}
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped lang="less">
.sit-list-container {
display: flex;
flex-direction: row-reverse;
align-items: center;
height: 100vh;
width: 100vw;
.sit-list {
position: relative;
width: 100vw;
height: 620px;
padding: 10px;
margin:0 15px;
box-sizing: border-box;
.item {
position: absolute;
font-size: 12px;
.player{
position: relative;
.icon{
width: 45px;
height: 45px;
font-size: 45px;
line-height: 45px;
border-radius: 50%;
margin-bottom: 2px;
}
.user-name{
color: #fff;
}
.counter{
background-color: rgba(0,0,0,0.6);
color: #fff;
font-weight: 600;
font-size: 12px;
border-radius: 2px;
}
.action-command{
top: 15px;
left: 45px;
padding: 1px 8px;
border-radius: 9px;
color: #ffffff;
background-color: #2c3e50;
text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
position: absolute;
}
.type{
background-color: #fff;
color: #2b2b2b;
border-radius: 50%;
padding: 2px;
width: 15px;
height: 15px;
line-height: 16px;
position: absolute;
top: 53px;
left: 38px;
font-size: 12px;
transform: scale(0.8);
}
.action-size{
background: rgba(0, 0, 0, 0.3) url("../assets/gold.svg") center left no-repeat;
background-size: contain;
border-radius: 2px;
padding:1px 4px 1px 12px;
text-align: center;
min-width: 35px;
color: #fff;
font-weight: 600;
position: absolute;
top: 35px;
left: 40px;
}
}
&:nth-child(1) {
left: 75px;
top: 0;
}
&:nth-child(2) {
left: 240px;
top: 0;
}
&:nth-child(3) {
left: 296px;
top: 100px;
}
&:nth-child(4) {
left: 296px;
top: 210px;
}
&:nth-child(5) {
left: 296px;
top: 330px;
}
&:nth-child(6) {
left: 100px;
top: 460px;
.action-command{
left: -22px;
}
.type{
left: -16px;
}
.action-size{
top: -5px;
left: 57px;
padding-right: 15px;
text-align: right;
}
}
&:nth-child(7) {
left: 0;
top: 330px;
}
&:nth-child(8) {
left: 0;
top: 210px;
}
&:nth-child(9) {
left: 0;
top: 100px;
}
&:nth-child(2),&:nth-child(3),&:nth-child(4),&:nth-child(5){
.action-command{
left: -22px;
}
.type{
left: -16px;
}
.action-size{
background-position: right;
left: -40px;
padding-left: 1px;
padding-right: 17px;
text-align: right;
}
}
}
}
}
</style>
+34 -34
View File
@@ -1,34 +1,34 @@
import axios, {AxiosRequestConfig, Method} from 'axios';
import cookie from 'js-cookie';
const request = async ({method = 'post' as Method, url = '', body = {}, timeout = 8000}) => {
const origin = 'http://192.168.0.101:7001/node';
// const origin = 'http://172.22.72.70:7001/node';
if (!url) {
return Promise.reject('Request url is null!');
}
const token = cookie.get('token');
const headers = {
Authorization: `Bearer ${token}`,
};
url = `${origin}${url}`;
const option: AxiosRequestConfig = {
url,
method,
timeout,
data: body,
withCredentials: true,
headers,
};
try {
const result = await axios(option);
if (result.data.code === '000000') {
return result.data;
} else {
throw result.data;
}
} catch (e) {
throw e;
}
};
export default request;
import axios, {AxiosRequestConfig, Method} from 'axios';
import cookie from 'js-cookie';
const request = async ({method = 'post' as Method, url = '', body = {}, timeout = 8000}) => {
const origin = 'http://192.168.0.102:7001/node';
// const origin = 'http://172.22.72.70:7001/node';
if (!url) {
return Promise.reject('Request url is null!');
}
const token = cookie.get('token');
const headers = {
Authorization: `Bearer ${token}`,
};
url = `${origin}${url}`;
const option: AxiosRequestConfig = {
url,
method,
timeout,
data: body,
withCredentials: true,
headers,
};
try {
const result = await axios(option);
if (result.data.code === '000000') {
return result.data;
} else {
throw result.data;
}
} catch (e) {
throw e;
}
};
export default request;
+21 -27
View File
@@ -1,26 +1,25 @@
<template>
<div class="home-container container">
<!-- <div class="room-btn" v-show="showBtn">-->
<!-- <div class="create-room btn"-->
<!-- @click="createRoom"><span>create room</span>-->
<!-- </div>-->
<!-- <div class="btn"-->
<!-- @click="joinRoom"> <span>join room</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="room number" v-show="isJoin">-->
<!-- <div class="input-bd">-->
<!-- <div class="input-name">room number:</div>-->
<!-- <div class="input-text">-->
<!-- <input type="tel" maxlength="6"-->
<!-- v-model="roomNumber"/>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="btn">-->
<!-- <span @click="go">go</span>-->
<!-- </div>-->
<!-- </div>-->
<commonCard></commonCard>
<div class="room-btn" v-show="showBtn">
<div class="create-room btn"
@click="createRoom"><span>create room</span>
</div>
<div class="btn"
@click="joinRoom"> <span>join room</span>
</div>
</div>
<div class="room number" v-show="isJoin">
<div class="input-bd">
<div class="input-name">room number:</div>
<div class="input-text">
<input type="tel" maxlength="6"
v-model="roomNumber"/>
</div>
</div>
<div class="btn">
<span @click="go">go</span>
</div>
</div>
</div>
</template>
@@ -28,13 +27,8 @@
import { Vue } from 'vue-property-decorator';
import Component from 'vue-class-component';
import service from '../service';
import commonCard from '@/components/CommonCard.vue';
@Component({
components: {
commonCard,
},
})
@Component
export default class Home extends Vue {
public roomNumber: string = '';
private isJoin = false;
+363 -356
View File
@@ -1,356 +1,363 @@
<template>
<div class="game-container container">
<sitList></sitList>
<common-card></common-card>
<div class="game-body" v-show="hasBuyIn">
<div class="game-player-info">
<div class="users"
v-for="user in users">
<span> {{user.nickName}}: {{user.counter}}</span>
<span>buyIn: {{user.buyIn}}</span>
<span v-show="user.actionSize > 0"> actionSize:{{user.actionSize}} </span>
<span v-show="user.type"> type:{{user.type}} </span>
<span v-show="gameOver && user.handCard">handCard: {{mapCard(user.handCard)}}</span>
</div>
<div class="join">
{{joinMsg}}
</div>
</div>
<div class="pot">pot: {{pot}}</div>
<div class="common-card">commonCard:{{commonCardString}}</div>
<div class="hand-card">handCard:{{handCardString}}</div>
<div class="action">
<div class="action-type btn"
v-show="isAction">
<span @click="action('check')"
v-show="showActionBtn('check')">check</span>
<span @click="action('fold')">fold</span>
<span @click="action('call')"
v-show="showActionBtn('call')">call</span>
<span @click="isRaise = true">raise</span>
</div>
<div class="raise-size"
v-show="isRaise">
<div class="not-allin"
v-show="showActionBtn('raise')">
<i @click="raise(pot / 3)">1/3 pot</i>
<i @click="raise(pot / 2)">1/2 pot</i>
<i @click="raise(pot / 4)">3/4 pot</i>
<i @click="raise(pot)">1 pot</i>
<i @click="raise(pot * 2)">2 pot</i>
<i @click="raise(pot * 3)">3 pot</i>
</div>
<i @click="action('allin')">allin</i>
</div>
</div>
<div class="btn play"
v-show="isOwner && !isPlay"><span @click="play">play game</span></div>
</div>
<div class="buy-in">
<div class="input-bd">
<div class="input-name">buy in:</div>
<div class="input-text">
<input type="text"
v-model="buyInSize"/>
</div>
</div>
<div class="btn"><span @click="buyIn">buy in</span></div>
</div>
</div>
</template>
<script lang="ts">
import {Vue} from 'vue-property-decorator';
import Component from 'vue-class-component';
import io from 'socket.io-client';
import cookie from 'js-cookie';
import sitList from '../components/SitList.vue';
import commonCard from '../components/CommonCard.vue';
import {IUser} from '@/interface/user';
export enum ECommand {
CALL = 'call',
ALL_IN = 'allin',
RAISE = 'raise',
CHECK = 'check',
FOLD = 'fold',
}
interface IMsg {
action: string;
clients: string[];
target: string;
data: any;
}
@Component({
components: {
sitList,
commonCard,
},
})
export default class Game extends Vue {
public socket: any = null;
private users: IUser[] = [];
private userInfo: any = {};
private joinMsg = '';
private handCard = [];
private commonCard = [];
private buyInSize = 0;
private pot = 0;
private prevSize = 0;
private isAction = false;
private isRaise = false;
private winner = [];
private showBuyIn = true;
get isPlay() {
return this.pot !== 0 && this.currPlayer?.buyIn !== 0;
}
get hasBuyIn() {
return this.currPlayer?.buyIn !== 0;
}
get roomId() {
return this.$route.params.roomNumber;
}
get isOwner() {
return !!this.$route.params.isOwner;
}
get gameOver() {
return this.winner.length !== 0;
}
get currPlayer() {
return this.users.find((u: IUser) => this.userInfo.userId === u.userId);
}
get canActionSize() {
return Number(this.currPlayer && this.currPlayer.counter + this.currPlayer.actionSize);
}
get commonCardString() {
return this.mapCard(this.commonCard);
}
get handCardString() {
return this.mapCard(this.handCard);
}
private init() {
this.users = [];
this.userInfo = {};
this.joinMsg = '';
this.handCard = [];
this.commonCard = [];
this.buyInSize = 0;
this.pot = 0;
this.prevSize = 0;
this.isAction = false;
this.isRaise = false;
this.winner = [];
this.showBuyIn = true;
}
private mapCard(cards: string []) {
const cardNumber = [2, 3, 4, 5, 6, 7, 8, 9, 10, 'J', 'Q', 'K', 'A'];
const color = ['♦', '♣', '♥', '♠'];
return cards?.map((c: string) => {
const cNumber = c.charCodeAt(0) - 97;
const cColor = Number(c[1]) - 1;
return `${cardNumber[cNumber]}${color[cColor]}`;
});
}
private showActionBtn(type: string) {
// check
if ('check' === type) {
return this.prevSize <= 0
|| (this.commonCard.length === 0
&& this.users.length === 2
&& this.currPlayer?.type === 'dealer'
&& this.prevSize === 2)
|| (this.currPlayer?.type === 'big_blind' && this.prevSize === 2 &&
this.commonCard.length === 0);
}
// raise
if ('raise' === type) {
return this.canActionSize > this.prevSize * 2;
}
// call
if ('call' === type) {
return this.canActionSize > this.prevSize
&& this.prevSize > 0
&& !(this.currPlayer?.type === 'big_blind' && this.prevSize === 2 &&
this.commonCard.length === 0);
}
return true;
}
private raise(size: number) {
this.action(`raise:${size}`);
}
private action(command: string) {
this.emit('action', {command});
this.isAction = false;
this.isRaise = false;
}
private socketInit() {
const token = cookie.get('token');
const log = console.log;
// const origin = 'http://172.22.72.70:7001';
const origin = 'http://192.168.0.101:7001';
this.socket = io(`${origin}/socket`, {
// 实际使用中可以在这里传递参数
query: {
room: this.roomId,
token,
},
transports: ['websocket'],
});
this.socket.on('connect', () => {
const id: string = this.socket.id;
log('#connect,', id, this.socket);
// 监听自身 id 以实现 p2p 通讯
this.socket.on(id, (msg: any) => {
log('#receive,', msg);
const data = msg.data;
if (data.action === 'handCard') {
this.handCard = data.payload.handCard;
}
if (data.action === 'userInfo') {
this.userInfo = data.payload;
}
if (data.action === 'gameInfo') {
const payload = data.payload;
this.users = payload.data.players;
this.pot = payload.data.pot;
this.prevSize = payload.data.prevSize;
console.log('msg.data.currPlayer.userId', msg.data);
this.isAction = !!(this.userInfo && this.userInfo.userId ===
payload.data.currPlayer.userId);
}
});
});
// 接收在线用户信息
this.socket.on('online', (msg: IMsg) => {
log('#online,', msg);
if (msg.action === 'join') {
this.joinMsg = msg.data;
}
if (msg.action === 'players') {
this.users = msg.data.players;
}
if (msg.action === 'commonCard') {
this.commonCard = msg.data.commonCard;
console.log('users', msg.data);
}
if (msg.action === 'gameInfo') {
this.users = msg.data.players;
this.pot = msg.data.pot;
this.prevSize = msg.data.prevSize;
this.isAction = !!(this.userInfo && this.userInfo.userId === msg.data.currPlayer.userId);
console.log('gameInfo', msg.data);
}
if (msg.action === 'gameOver') {
console.log('gameOver', msg.data);
this.winner = msg.data.winner;
const allPlayers = msg.data.allPlayers;
allPlayers.forEach((w: IUser) => {
this.users.forEach((p) => {
if (w.userId === p.userId) {
p.handCard = w.handCard;
}
});
});
}
if (msg.action === 'newGame') {
this.init();
}
});
// 系统事件
this.socket.on('disconnect', (msg: IMsg) => {
log('#disconnect', msg);
});
this.socket.on('disconnecting', () => {
log('#disconnecting');
});
this.socket.on('error', () => {
log('#error');
});
}
private async buyIn() {
try {
this.emit('buyIn', {
buyInSize: this.buyInSize,
});
this.showBuyIn = false;
} catch (e) {
console.log(e);
}
}
private play() {
console.log('play');
this.emit('playGame');
}
private emit(eventType: string, data: any = {}) {
this.socket.emit(eventType, {
target: '',
payload: {
...data,
},
});
}
private mounted() {
this.socketInit();
}
}
</script>
<style lang="less"
scoped>
.game-container {
background: url("../assets/bg.png");
background-size: 100% 100%;
.raise-size {
i {
padding: 5px;
width: 30px;
height: 30px;
display: inline-block;
font-style: normal;
font-size: 12px;
line-height: 30px;
border-radius: 50%;
border: 1px solid #bababa;
margin: 10px;
vertical-align: middle;
}
}
.sit-list {
.sit {
i {
}
}
}
}
</style>
<template>
<div class="game-container container">
<sitList></sitList>
<common-card :cardList="commonCardString"></common-card>
<div class="game-body"
v-show="hasBuyIn">
<div class="game-player-info">
<div class="users"
v-for="user in users">
<span> {{user.nickName}}: {{user.counter}}</span>
<span>buyIn: {{user.buyIn}}</span>
<span v-show="user.actionSize > 0"> actionSize:{{user.actionSize}} </span>
<span v-show="user.type"> type:{{user.type}} </span>
<span v-show="gameOver && user.handCard">handCard: {{mapCard(user.handCard)}}</span>
</div>
<div class="join">
{{joinMsg}}
</div>
</div>
<div class="pot">pot: {{pot}}</div>
<div class="common-card">commonCard:{{commonCardString}}</div>
<div class="hand-card">handCard:{{handCardString}}</div>
<div class="action">
<div class="action-type btn"
v-show="isAction">
<span @click="action('check')"
v-show="showActionBtn('check')">check</span>
<span @click="action('fold')">fold</span>
<span @click="action('call')"
v-show="showActionBtn('call')">call</span>
<span @click="isRaise = true">raise</span>
</div>
<div class="raise-size"
v-show="isRaise">
<div class="not-allin"
v-show="showActionBtn('raise')">
<i @click="raise(pot / 3)">1/3 pot</i>
<i @click="raise(pot / 2)">1/2 pot</i>
<i @click="raise(pot / 4)">3/4 pot</i>
<i @click="raise(pot)">1 pot</i>
<i @click="raise(pot * 2)">2 pot</i>
<i @click="raise(pot * 3)">3 pot</i>
</div>
<i @click="action('allin')">allin</i>
</div>
</div>
<div class="btn play"
v-show="isOwner && !isPlay"><span @click="play">play game</span></div>
</div>
<div class="buy-in">
<div class="input-bd">
<div class="input-name">buy in:</div>
<div class="input-text">
<input type="text"
v-model="buyInSize"/>
</div>
</div>
<div class="btn"><span @click="buyIn">buy in</span></div>
</div>
</div>
</template>
<script lang="ts">
import { Vue } from 'vue-property-decorator';
import Component from 'vue-class-component';
import io from 'socket.io-client';
import cookie from 'js-cookie';
import sitList from '../components/SitList.vue';
import commonCard from '../components/CommonCard.vue';
import { IUser } from '@/interface/user';
export enum ECommand {
CALL = 'call',
ALL_IN = 'allin',
RAISE = 'raise',
CHECK = 'check',
FOLD = 'fold',
}
interface IMsg {
action: string;
clients: string[];
target: string;
data: any;
}
@Component({
components: {
sitList,
commonCard,
},
})
export default class Game extends Vue {
public socket: any = null;
private users: IUser[] = [];
private userInfo: any = {};
private joinMsg = '';
private handCard = [];
private commonCard = [];
private buyInSize = 0;
private pot = 0;
private prevSize = 0;
private isAction = false;
private isRaise = false;
private winner = [];
private showBuyIn = true;
get isPlay() {
return this.pot !== 0 && this.currPlayer?.buyIn !== 0;
}
get hasBuyIn() {
return this.currPlayer?.buyIn !== 0;
}
get roomId() {
return this.$route.params.roomNumber;
}
get isOwner() {
return !!this.$route.params.isOwner;
}
get gameOver() {
return this.winner.length !== 0;
}
get currPlayer() {
return this.users.find((u: IUser) => this.userInfo.userId === u.userId);
}
get canActionSize() {
return Number(this.currPlayer && this.currPlayer.counter + this.currPlayer.actionSize);
}
get commonCardString() {
const commonCardFlag = ['', '', '', '', ''];
const commonCardMap = this.mapCard(this.commonCard);
commonCardMap.forEach((card, key) => {
commonCardFlag[key] = card;
});
return commonCardFlag;
}
get handCardString() {
return this.mapCard(this.handCard);
}
private init() {
this.users = [];
this.userInfo = {};
this.joinMsg = '';
this.handCard = [];
this.commonCard = [];
this.buyInSize = 0;
this.pot = 0;
this.prevSize = 0;
this.isAction = false;
this.isRaise = false;
this.winner = [];
this.showBuyIn = true;
}
private mapCard(cards: string []) {
const cardNumber = [2, 3, 4, 5, 6, 7, 8, 9, 10, 'J', 'Q', 'K', 'A'];
const color = ['♦', '♣', '♥', '♠'];
return cards?.map((c: string) => {
const cNumber = c.charCodeAt(0) - 97;
const cColor = Number(c[1]) - 1;
return `${cardNumber[cNumber]}${color[cColor]}`;
});
}
private showActionBtn(type: string) {
// check
if ('check' === type) {
return this.prevSize <= 0
|| (this.commonCard.length === 0
&& this.users.length === 2
&& this.currPlayer?.type === 'dealer'
&& this.prevSize === 2)
|| (this.currPlayer?.type === 'big_blind' && this.prevSize === 2 &&
this.commonCard.length === 0);
}
// raise
if ('raise' === type) {
return this.canActionSize > this.prevSize * 2;
}
// call
if ('call' === type) {
return this.canActionSize > this.prevSize
&& this.prevSize > 0
&& !(this.currPlayer?.type === 'big_blind' && this.prevSize === 2 &&
this.commonCard.length === 0);
}
return true;
}
private raise(size: number) {
this.action(`raise:${size}`);
}
private action(command: string) {
this.emit('action', { command });
this.isAction = false;
this.isRaise = false;
}
private socketInit() {
const token = cookie.get('token');
const log = console.log;
// const origin = 'http://172.22.72.70:7001';
const origin = 'http://192.168.0.102:7001';
this.socket = io(`${origin}/socket`, {
// 实际使用中可以在这里传递参数
query: {
room: this.roomId,
token,
},
transports: ['websocket'],
});
this.socket.on('connect', () => {
const id: string = this.socket.id;
log('#connect,', id, this.socket);
// 监听自身 id 以实现 p2p 通讯
this.socket.on(id, (msg: any) => {
log('#receive,', msg);
const data = msg.data;
if (data.action === 'handCard') {
this.handCard = data.payload.handCard;
}
if (data.action === 'userInfo') {
this.userInfo = data.payload;
}
if (data.action === 'gameInfo') {
const payload = data.payload;
this.users = payload.data.players;
this.pot = payload.data.pot;
this.prevSize = payload.data.prevSize;
console.log('msg.data.currPlayer.userId', msg.data);
this.isAction = !!(this.userInfo && this.userInfo.userId ===
payload.data.currPlayer.userId);
}
});
});
// 接收在线用户信息
this.socket.on('online', (msg: IMsg) => {
log('#online,', msg);
if (msg.action === 'join') {
this.joinMsg = msg.data;
}
if (msg.action === 'players') {
this.users = msg.data.players;
}
if (msg.action === 'commonCard') {
this.commonCard = msg.data.commonCard;
console.log('users', msg.data);
}
if (msg.action === 'gameInfo') {
this.users = msg.data.players;
this.pot = msg.data.pot;
this.prevSize = msg.data.prevSize;
this.isAction = !!(this.userInfo && this.userInfo.userId === msg.data.currPlayer.userId);
console.log('gameInfo', msg.data);
}
if (msg.action === 'gameOver') {
console.log('gameOver', msg.data);
this.winner = msg.data.winner;
const allPlayers = msg.data.allPlayers;
allPlayers.forEach((w: IUser) => {
this.users.forEach((p) => {
if (w.userId === p.userId) {
p.handCard = w.handCard;
}
});
});
}
if (msg.action === 'newGame') {
this.init();
}
});
// 系统事件
this.socket.on('disconnect', (msg: IMsg) => {
log('#disconnect', msg);
});
this.socket.on('disconnecting', () => {
log('#disconnecting');
});
this.socket.on('error', () => {
log('#error');
});
}
private async buyIn() {
try {
this.emit('buyIn', {
buyInSize: this.buyInSize,
});
this.showBuyIn = false;
} catch (e) {
console.log(e);
}
}
private play() {
console.log('play');
this.emit('playGame');
}
private emit(eventType: string, data: any = {}) {
this.socket.emit(eventType, {
target: '',
payload: {
...data,
},
});
}
private mounted() {
this.socketInit();
}
}
</script>
<style lang="less"
scoped>
.game-container {
background: url("../assets/bg.png");
background-size: 100% 100%;
.raise-size {
i {
padding: 5px;
width: 30px;
height: 30px;
display: inline-block;
font-style: normal;
font-size: 12px;
line-height: 30px;
border-radius: 50%;
border: 1px solid #bababa;
margin: 10px;
vertical-align: middle;
}
}
.sit-list {
.sit {
i {
}
}
}
}
</style>
-13
View File
@@ -1,13 +0,0 @@
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:24:57","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:24:57","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:25:31","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:25:31","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:29:30","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:29:30","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:41:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:41:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:42:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:42:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:43:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:43:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:54:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:54:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:00:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:00:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:02:44","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:02:44","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:03:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:03:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":66993,"nodeVersion":"v12.16.1","launchTime":"2020-05-03 14:23:37","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"Handshake inactivity timeout","requestTime":"2020-05-03 14:23:37","stack":"Error: Handshake inactivity timeout\n at Handshake.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17)\n at Handshake.emit (events.js:311:20)\n at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8)\n at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23)\n at listOnTimeout (internal/timers.js:549:17)\n at processTimers (internal/timers.js:492:7)\n --------------------\n at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48)\n at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23)\n at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18)\n at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n at new Promise (<anonymous>)\n at Pool.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10)\n at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34)\n at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n sql: select now() as currentTime;","total":null,"requestBody":{},"method":""}
+33
View File
@@ -0,0 +1,33 @@
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:24:57","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:24:57","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:25:31","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:25:31","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:29:30","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:29:30","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:41:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:41:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:42:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:42:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:43:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:43:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:54:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:54:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:00:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:00:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:02:44","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:02:44","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:03:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:03:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":66993,"nodeVersion":"v12.16.1","launchTime":"2020-05-03 14:23:37","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"Handshake inactivity timeout","requestTime":"2020-05-03 14:23:37","stack":"Error: Handshake inactivity timeout\n at Handshake.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17)\n at Handshake.emit (events.js:311:20)\n at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8)\n at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23)\n at listOnTimeout (internal/timers.js:549:17)\n at processTimers (internal/timers.js:492:7)\n --------------------\n at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48)\n at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23)\n at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18)\n at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n at new Promise (<anonymous>)\n at Pool.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10)\n at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34)\n at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n sql: select now() as currentTime;","total":null,"requestBody":{},"method":""}
{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:18","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"invalid token...","requestTime":"2020-05-06 21:43:18","stack":{"name":"UnauthorizedError","message":"jwt malformed","code":"invalid_token","status":401,"inner":{"name":"JsonWebTokenError","message":"jwt malformed"},"headers":{"Access-Control-Allow-Origin":"http://192.168.0.102:8080","Access-Control-Allow-Credentials":"true","vary":"Origin"}},"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:47:34","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:47:34","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:47:38","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:47:38","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:48:35","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:48:35","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:48:51","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:48:51","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:48:43","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:48:43","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:48:47","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:48:47","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:48:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:48:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:49:01","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:49:01","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:49:46","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:49:46","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:49:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:49:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:50:01","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:50:01","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:50:01","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:50:01","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:50:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:50:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:51:15","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:51:15","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:51:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:51:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:54:29","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:54:29","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:54:30","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:54:30","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:55:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:55:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:56:00","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:56:00","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
-13
View File
@@ -1,13 +0,0 @@
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:24:57","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:24:57","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:25:31","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:25:31","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:29:30","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:29:30","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:41:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:41:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:42:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:42:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:43:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:43:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:54:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:54:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:00:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:00:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:02:44","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:02:44","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:03:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:03:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":66993,"nodeVersion":"v12.16.1","launchTime":"2020-05-03 14:23:37","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"Handshake inactivity timeout","requestTime":"2020-05-03 14:23:37","stack":"Error: Handshake inactivity timeout\n at Handshake.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17)\n at Handshake.emit (events.js:311:20)\n at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8)\n at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23)\n at listOnTimeout (internal/timers.js:549:17)\n at processTimers (internal/timers.js:492:7)\n --------------------\n at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48)\n at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23)\n at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18)\n at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n at new Promise (<anonymous>)\n at Pool.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10)\n at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34)\n at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n sql: select now() as currentTime;","total":null,"requestBody":{},"method":""}
+41
View File
@@ -0,0 +1,41 @@
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:24:57","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:24:57","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:25:31","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:25:31","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:29:30","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:29:30","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:41:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:41:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:42:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:42:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:43:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:43:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:54:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:54:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:00:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:00:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:02:44","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:02:44","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:03:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:03:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":66993,"nodeVersion":"v12.16.1","launchTime":"2020-05-03 14:23:37","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"Handshake inactivity timeout","requestTime":"2020-05-03 14:23:37","stack":"Error: Handshake inactivity timeout\n at Handshake.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17)\n at Handshake.emit (events.js:311:20)\n at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8)\n at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23)\n at listOnTimeout (internal/timers.js:549:17)\n at processTimers (internal/timers.js:492:7)\n --------------------\n at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48)\n at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23)\n at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18)\n at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n at new Promise (<anonymous>)\n at Pool.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10)\n at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34)\n at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n sql: select now() as currentTime;","total":null,"requestBody":{},"method":""}
{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:08","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"INFO","message":"AccountService getToken token--eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI1ODgsImV4cCI6MTU4ODc5NDE4OH0.s1SQcbf_zfT_zY8RGlwpVeui5MZQ7PveRoFMQ-K3ZuI","requestTime":"2020-05-06 21:43:08","stack":"","status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:08","osUser":"root","osUid":0,"fetchConsumeTime":10307,"level":"INFO","message":"POST /node/user/login info","requestTime":"2020-05-06 21:43:08","status":200,"total":null,"requestBody":{"userAccount":"cai","password":"123"},"url":"/node/user/login"}
{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:18","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"invalid token...","requestTime":"2020-05-06 21:43:18","stack":{"name":"UnauthorizedError","message":"jwt malformed","code":"invalid_token","status":401,"inner":{"name":"JsonWebTokenError","message":"jwt malformed"},"headers":{"Access-Control-Allow-Origin":"http://192.168.0.102:8080","Access-Control-Allow-Credentials":"true","vary":"Origin"}},"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:32","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"INFO","message":"AccountService getToken token--eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ","requestTime":"2020-05-06 21:43:32","stack":"","status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:32","osUser":"root","osUid":0,"fetchConsumeTime":185,"level":"INFO","message":"POST /node/user/login info","requestTime":"2020-05-06 21:43:32","status":200,"total":null,"requestBody":{"userAccount":"cai","password":"123"},"url":"/node/user/login"}
{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:33","osUser":"root","osUid":0,"fetchConsumeTime":106,"level":"INFO","message":"POST /node/game/room info","requestTime":"2020-05-06 21:43:33","status":200,"total":null,"requestBody":{},"url":"/node/game/room"}
{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"INFO","message":"AccountService getToken token--eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U","requestTime":"2020-05-06 21:43:54","stack":"","status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:54","osUser":"root","osUid":0,"fetchConsumeTime":181,"level":"INFO","message":"POST /node/user/login info","requestTime":"2020-05-06 21:43:54","status":200,"total":null,"requestBody":{"userAccount":"cai11","password":"123"},"url":"/node/user/login"}
{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:47:34","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:47:34","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:47:38","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:47:38","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:48:35","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:48:35","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:48:43","osUser":"root","osUid":0,"fetchConsumeTime":98,"level":"INFO","message":"POST /node/game/room info","requestTime":"2020-05-06 22:48:43","status":200,"total":null,"requestBody":{},"url":"/node/game/room"}
{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:48:51","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:48:51","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:48:43","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:48:43","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:48:47","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:48:47","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:48:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:48:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:49:01","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:49:01","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:49:46","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:49:46","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:49:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:49:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:50:01","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:50:01","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:50:01","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:50:01","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:50:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:50:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:51:15","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:51:15","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:51:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:51:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:54:29","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:54:29","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:54:30","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:54:30","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:55:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:55:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:56:00","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:56:00","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""}
+1 -289
View File
@@ -1,289 +1 @@
2020-04-30 00:00:01,072 INFO 60632 [egg-logrotator] agent logger reload: got log-reload message
2020-04-30 01:35:35,360 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1854709ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 02:13:38,298 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2242910ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 02:51:15,067 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1956662ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 04:05:22,137 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 4406960ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 05:53:34,097 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 07:41:45,993 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451867ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 08:17:43,445 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2137434ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-05-03 14:23:25,955 INFO 66989 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"}
2020-05-03 14:23:25,964 INFO 66989 [egg:core] dump config after load, 6ms
2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"]
2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app"
2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib"
2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service"
2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config"
2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts"
2020-05-03 14:23:26,007 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts"
2020-05-03 14:23:26,007 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts"
2020-05-03 14:23:26,008 INFO 66989 [egg-watcher:agent] watcher start success
2020-05-03 14:23:26,036 INFO 66989 [egg:core] dump config after ready, 18ms
2020-05-03 14:23:48,336 INFO 67020 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"}
2020-05-03 14:23:48,344 INFO 67020 [egg:core] dump config after load, 4ms
2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"]
2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app"
2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib"
2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service"
2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config"
2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts"
2020-05-03 14:23:48,386 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts"
2020-05-03 14:23:48,386 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts"
2020-05-03 14:23:48,386 INFO 67020 [egg-watcher:agent] watcher start success
2020-05-03 14:23:48,398 INFO 67020 [egg:core] dump config after ready, 5ms
2020-05-03 16:03:23,840 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5113874ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 17:51:27,316 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483435ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 19:39:30,739 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483387ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 22:21:24,118 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 9713320ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:30:13,548 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4129426ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:35:20,800 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 306937ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:37:13,757 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 92134ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:39:05,677 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 90455ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 01:42:48,687 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 7218354ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 02:39:06,681 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3377890ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 09:15:59,914 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 23813180ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 09:32:13,189 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 611375ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 10:01:02,017 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1287981ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 10:19:54,159 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 892125ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 11:50:51,315 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3316402ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 11:58:06,374 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 94949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 13:45:20,063 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5713446ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 15:12:50,567 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5250467ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 18:25:39,406 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 10808539ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 20:13:43,841 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6484153ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 22:01:49,619 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485742ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 23:49:55,747 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485561ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-05 01:38:01,622 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485833ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-05 02:54:21,637 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4579717ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-05 03:26:32,646 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1909340ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 08:25:50,280 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 104297559ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-07 00:00:01,116 INFO 76335 [egg-logrotator] agent logger reload: got log-reload message
@@ -0,0 +1,421 @@
2020-04-30 00:00:01,072 INFO 60632 [egg-logrotator] agent logger reload: got log-reload message
2020-04-30 01:35:35,360 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1854709ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 02:13:38,298 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2242910ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 02:51:15,067 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1956662ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 04:05:22,137 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 4406960ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 05:53:34,097 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 07:41:45,993 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451867ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 08:17:43,445 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2137434ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-05-03 14:23:25,955 INFO 66989 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"}
2020-05-03 14:23:25,964 INFO 66989 [egg:core] dump config after load, 6ms
2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"]
2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app"
2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib"
2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service"
2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config"
2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts"
2020-05-03 14:23:26,007 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts"
2020-05-03 14:23:26,007 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts"
2020-05-03 14:23:26,008 INFO 66989 [egg-watcher:agent] watcher start success
2020-05-03 14:23:26,036 INFO 66989 [egg:core] dump config after ready, 18ms
2020-05-03 14:23:48,336 INFO 67020 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"}
2020-05-03 14:23:48,344 INFO 67020 [egg:core] dump config after load, 4ms
2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"]
2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app"
2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib"
2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service"
2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config"
2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts"
2020-05-03 14:23:48,386 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts"
2020-05-03 14:23:48,386 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts"
2020-05-03 14:23:48,386 INFO 67020 [egg-watcher:agent] watcher start success
2020-05-03 14:23:48,398 INFO 67020 [egg:core] dump config after ready, 5ms
2020-05-03 16:03:23,840 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5113874ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 17:51:27,316 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483435ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 19:39:30,739 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483387ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 22:21:24,118 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 9713320ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:30:13,548 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4129426ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:35:20,800 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 306937ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:37:13,757 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 92134ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:39:05,677 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 90455ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 01:42:48,687 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 7218354ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 02:39:06,681 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3377890ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 09:15:59,914 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 23813180ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 09:32:13,189 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 611375ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 10:01:02,017 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1287981ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 10:19:54,159 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 892125ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 11:50:51,315 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3316402ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 11:58:06,374 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 94949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 13:45:20,063 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5713446ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 15:12:50,567 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5250467ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 18:25:39,406 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 10808539ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 20:13:43,841 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6484153ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 22:01:49,619 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485742ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 23:49:55,747 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485561ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-05 01:38:01,622 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485833ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-05 02:54:21,637 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4579717ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-05 03:26:32,646 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1909340ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 08:25:50,280 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 104297559ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 09:03:19,762 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1962518ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 09:39:05,157 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1965351ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 11:31:42,369 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3956326ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 13:19:52,160 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6449781ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 15:08:03,032 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6370855ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 16:56:16,492 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6433452ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 18:44:24,822 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6448307ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 20:32:17,205 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6452369ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 21:01:52,858 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1734981ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 21:37:45,899 INFO 73880 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"}
2020-05-06 21:37:45,908 INFO 73880 [egg:core] dump config after load, 5ms
2020-05-06 21:37:45,940 INFO 73880 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"]
2020-05-06 21:37:45,940 INFO 73880 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app"
2020-05-06 21:37:45,941 INFO 73880 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib"
2020-05-06 21:37:45,941 INFO 73880 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service"
2020-05-06 21:37:45,941 INFO 73880 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config"
2020-05-06 21:37:45,941 INFO 73880 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts"
2020-05-06 21:37:45,941 INFO 73880 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts"
2020-05-06 21:37:45,941 INFO 73880 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts"
2020-05-06 21:37:45,942 INFO 73880 [egg-watcher:agent] watcher start success
2020-05-06 21:37:45,954 INFO 73880 [egg:core] dump config after ready, 8ms
2020-05-06 22:47:32,313 INFO 75010 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"}
2020-05-06 22:47:32,323 INFO 75010 [egg:core] dump config after load, 6ms
2020-05-06 22:47:32,384 INFO 75010 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"]
2020-05-06 22:47:32,384 INFO 75010 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app"
2020-05-06 22:47:32,385 INFO 75010 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib"
2020-05-06 22:47:32,385 INFO 75010 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service"
2020-05-06 22:47:32,385 INFO 75010 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config"
2020-05-06 22:47:32,385 INFO 75010 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts"
2020-05-06 22:47:32,385 INFO 75010 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts"
2020-05-06 22:47:32,385 INFO 75010 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts"
2020-05-06 22:47:32,386 INFO 75010 [egg-watcher:agent] watcher start success
2020-05-06 22:47:32,402 INFO 75010 [egg:core] dump config after ready, 9ms
2020-05-06 22:53:11,084 INFO 75200 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"}
2020-05-06 22:53:11,093 INFO 75200 [egg:core] dump config after load, 5ms
2020-05-06 22:53:11,142 INFO 75200 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"]
2020-05-06 22:53:11,142 INFO 75200 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app"
2020-05-06 22:53:11,142 INFO 75200 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib"
2020-05-06 22:53:11,143 INFO 75200 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service"
2020-05-06 22:53:11,143 INFO 75200 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config"
2020-05-06 22:53:11,143 INFO 75200 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts"
2020-05-06 22:53:11,143 INFO 75200 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts"
2020-05-06 22:53:11,143 INFO 75200 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts"
2020-05-06 22:53:11,144 INFO 75200 [egg-watcher:agent] watcher start success
2020-05-06 22:53:11,155 INFO 75200 [egg:core] dump config after ready, 6ms
2020-05-06 22:55:24,823 INFO 75288 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"}
2020-05-06 22:55:24,832 INFO 75288 [egg:core] dump config after load, 5ms
2020-05-06 22:55:24,877 INFO 75288 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"]
2020-05-06 22:55:24,877 INFO 75288 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app"
2020-05-06 22:55:24,877 INFO 75288 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib"
2020-05-06 22:55:24,877 INFO 75288 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service"
2020-05-06 22:55:24,877 INFO 75288 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config"
2020-05-06 22:55:24,877 INFO 75288 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts"
2020-05-06 22:55:24,878 INFO 75288 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts"
2020-05-06 22:55:24,878 INFO 75288 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts"
2020-05-06 22:55:24,878 INFO 75288 [egg-watcher:agent] watcher start success
2020-05-06 22:55:24,889 INFO 75288 [egg:core] dump config after ready, 5ms
2020-05-06 23:36:26,588 INFO 76335 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"}
2020-05-06 23:36:26,596 INFO 76335 [egg:core] dump config after load, 4ms
2020-05-06 23:36:26,771 INFO 76335 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"]
2020-05-06 23:36:26,771 INFO 76335 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app"
2020-05-06 23:36:26,773 INFO 76335 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib"
2020-05-06 23:36:26,773 INFO 76335 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service"
2020-05-06 23:36:26,773 INFO 76335 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config"
2020-05-06 23:36:26,773 INFO 76335 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts"
2020-05-06 23:36:26,773 INFO 76335 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts"
2020-05-06 23:36:26,774 INFO 76335 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts"
2020-05-06 23:36:26,774 INFO 76335 [egg-watcher:agent] watcher start success
2020-05-06 23:36:26,844 INFO 76335 [egg:core] dump config after ready, 57ms
-38
View File
@@ -1,38 +0,0 @@
2020-04-30 00:24:57,558 ERROR 60633 [-/192.168.0.101/-/5ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:25:31,432 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:29:30,694 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:30:16,787 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:30:16,970 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:41:54,185 ERROR 60633 [-/192.168.0.101/-/4ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:42:28,928 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:43:02,652 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:54:28,718 ERROR 60633 [-/192.168.0.101/-/12ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 01:00:54,475 ERROR 60633 [-/192.168.0.103/-/62ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null
2020-04-30 01:02:44,104 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 01:03:02,178 ERROR 60633 [-/192.168.0.103/-/18ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null
2020-05-03 14:23:37,337 ERROR 66993 [-/127.0.0.1/-/0ms GET /] nodejs.PROTOCOL_SEQUENCE_TIMEOUTError: Handshake inactivity timeout
at Handshake.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17)
at Handshake.emit (events.js:311:20)
at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8)
at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
--------------------
at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48)
at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23)
at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18)
at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16)
at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7
at new Promise (<anonymous>)
at Pool.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10)
at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34)
at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8)
at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7
sql: select now() as currentTime;
code: "PROTOCOL_SEQUENCE_TIMEOUT"
fatal: true
timeout: 10000
name: "PROTOCOL_SEQUENCE_TIMEOUTError"
pid: 66993
hostname: 192.168.0.103
@@ -0,0 +1,140 @@
2020-04-30 00:24:57,558 ERROR 60633 [-/192.168.0.101/-/5ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:25:31,432 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:29:30,694 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:30:16,787 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:30:16,970 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:41:54,185 ERROR 60633 [-/192.168.0.101/-/4ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:42:28,928 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:43:02,652 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:54:28,718 ERROR 60633 [-/192.168.0.101/-/12ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 01:00:54,475 ERROR 60633 [-/192.168.0.103/-/62ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null
2020-04-30 01:02:44,104 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 01:03:02,178 ERROR 60633 [-/192.168.0.103/-/18ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null
2020-05-03 14:23:37,337 ERROR 66993 [-/127.0.0.1/-/0ms GET /] nodejs.PROTOCOL_SEQUENCE_TIMEOUTError: Handshake inactivity timeout
at Handshake.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17)
at Handshake.emit (events.js:311:20)
at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8)
at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
--------------------
at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48)
at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23)
at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18)
at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16)
at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7
at new Promise (<anonymous>)
at Pool.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10)
at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34)
at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8)
at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7
sql: select now() as currentTime;
code: "PROTOCOL_SEQUENCE_TIMEOUT"
fatal: true
timeout: 10000
name: "PROTOCOL_SEQUENCE_TIMEOUTError"
pid: 66993
hostname: 192.168.0.103
2020-05-06 21:43:08,733 INFO 73881 [-/undefined/-/10320ms POST /node/user/login] AccountService getToken token--eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI1ODgsImV4cCI6MTU4ODc5NDE4OH0.s1SQcbf_zfT_zY8RGlwpVeui5MZQ7PveRoFMQ-K3ZuI
2020-05-06 21:43:08,737 INFO 73881 [-/undefined/-/10324ms POST /node/user/login] {
fetchStart: 1588772578430,
url: '/node/user/login',
requestBody: { userAccount: 'cai', password: '123' },
message: 'POST /node/user/login info',
level: 'INFO',
status: 200,
fetchEnd: 1588772588737
}
2020-05-06 21:43:18,171 ERROR 73881 [-/192.168.0.102/-/3ms POST /node/game/room] invalid token... UnauthorizedError: jwt malformed
at /Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:117:18
at Object.module.exports [as verify] (/Users/jorky/code/TexasPokerGame/server/node_modules/jsonwebtoken/verify.js:63:12)
at decoded (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:115:11)
at new Promise (<anonymous>)
at middleware (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:114:27)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at /Users/jorky/code/TexasPokerGame/server/node_modules/egg-development/app/middleware/egg_loader_trace.js:9:50
at xframe (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xframe.js:7:5)
at xssProtection (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xssProtection.js:7:5)
at nosniff (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/nosniff.js:8:5) {
name: 'UnauthorizedError',
message: 'jwt malformed',
code: 'invalid_token',
status: 401,
inner: JsonWebTokenError: jwt malformed
at Object.module.exports [as verify] (/Users/jorky/code/TexasPokerGame/server/node_modules/jsonwebtoken/verify.js:63:17)
at decoded (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:115:11)
at new Promise (<anonymous>)
at middleware (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:114:27)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at /Users/jorky/code/TexasPokerGame/server/node_modules/egg-development/app/middleware/egg_loader_trace.js:9:50
at xframe (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xframe.js:7:5)
at xssProtection (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xssProtection.js:7:5)
at nosniff (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/nosniff.js:8:5)
at noopen (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/noopen.js:8:5) {
name: 'JsonWebTokenError',
message: 'jwt malformed'
},
headers: {
'Access-Control-Allow-Origin': 'http://192.168.0.102:8080',
'Access-Control-Allow-Credentials': 'true',
vary: 'Origin'
}
}
2020-05-06 21:43:32,172 INFO 73881 [-/192.168.0.102/-/185ms POST /node/user/login] AccountService getToken token--eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ
2020-05-06 21:43:32,173 INFO 73881 [-/192.168.0.102/-/186ms POST /node/user/login] {
fetchStart: 1588772611988,
url: '/node/user/login',
requestBody: { userAccount: 'cai', password: '123' },
message: 'POST /node/user/login info',
level: 'INFO',
status: 200,
fetchEnd: 1588772612173
}
2020-05-06 21:43:33,587 INFO 73881 [-/192.168.0.102/-/108ms POST /node/game/room] {
fetchStart: 1588772613481,
url: '/node/game/room',
requestBody: {},
message: 'POST /node/game/room info',
level: 'INFO',
status: 200,
fetchEnd: 1588772613587
}
2020-05-06 21:43:54,260 INFO 73881 [-/192.168.0.102/-/183ms POST /node/user/login] AccountService getToken token--eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U
2020-05-06 21:43:54,260 INFO 73881 [-/192.168.0.102/-/183ms POST /node/user/login] {
fetchStart: 1588772634079,
url: '/node/user/login',
requestBody: { userAccount: 'cai11', password: '123' },
message: 'POST /node/user/login info',
level: 'INFO',
status: 200,
fetchEnd: 1588772634260
}
2020-05-06 22:47:34,532 ERROR 75013 [-/192.168.0.102/-/9ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null
2020-05-06 22:47:38,593 ERROR 75013 [-/192.168.0.102/-/10ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 22:48:35,702 ERROR 75013 [-/192.168.0.102/-/2ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null
2020-05-06 22:48:43,097 INFO 75013 [-/192.168.0.102/-/104ms POST /node/game/room] {
fetchStart: 1588776522998,
url: '/node/game/room',
requestBody: {},
message: 'POST /node/game/room info',
level: 'INFO',
status: 200,
fetchEnd: 1588776523096
}
2020-05-06 22:48:51,963 ERROR 75013 [-/192.168.0.102/-/3ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:48:43,535 ERROR 76336 [-/192.168.0.102/-/13ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:48:47,693 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:48:56,658 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:49:01,586 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null
2020-05-06 23:49:46,186 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null
2020-05-06 23:49:56,161 ERROR 76336 [-/192.168.0.102/-/2ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:50:01,237 ERROR 76336 [-/192.168.0.102/-/5ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:50:01,965 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null
2020-05-06 23:50:56,113 ERROR 76336 [-/192.168.0.102/-/6ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:51:15,013 ERROR 76336 [-/192.168.0.102/-/7ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:51:54,877 ERROR 76336 [-/192.168.0.102/-/2ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:54:29,374 ERROR 76336 [-/192.168.0.102/-/3ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null
2020-05-06 23:54:30,684 ERROR 76336 [-/192.168.0.102/-/7ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:55:56,246 ERROR 76336 [-/192.168.0.102/-/3ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:56:00,227 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null
+1 -83
View File
@@ -1,83 +1 @@
2020-04-30 00:00:01,070 INFO 60633 [egg-logrotator] app logger reload: got log-reload message
2020-04-30 01:35:35,310 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again
2020-04-30 02:13:38,293 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again
2020-04-30 02:51:15,066 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again
2020-04-30 04:05:22,137 WARN 60633 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-04-30 04:05:22,137 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again
2020-04-30 05:53:34,094 WARN 60633 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-04-30 05:53:34,095 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again
2020-04-30 07:41:45,992 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again
2020-04-30 08:17:43,444 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 14:23:27,009 INFO 66993 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"}
2020-05-03 14:23:27,032 INFO 66993 [egg-multipart] stream mode enable
2020-05-03 14:23:27,091 INFO 66993 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0
2020-05-03 14:23:27,110 INFO 66993 [egg-mysql] connecting root@47.104.172.100:3306/poker
2020-05-03 14:23:27,292 INFO 66993 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public
2020-05-03 14:23:27,294 INFO 66993 [egg-security] use noopen middleware
2020-05-03 14:23:27,295 INFO 66993 [egg-security] use nosniff middleware
2020-05-03 14:23:27,296 INFO 66993 [egg-security] use xssProtection middleware
2020-05-03 14:23:27,297 INFO 66993 [egg-security] use xframe middleware
2020-05-03 14:23:27,298 INFO 66993 [egg-security] use dta middleware
2020-05-03 14:23:27,298 INFO 66993 [egg-security] compose 5 middlewares into one security middleware
2020-05-03 14:23:27,309 INFO 66993 [egg:core] dump config after load, 7ms
2020-05-03 14:23:27,326 INFO 66993 [egg-redis] client connect success
2020-05-03 14:23:27,331 INFO 66993 [egg-redis] instance[0] status OK, client ready
2020-05-03 14:23:27,334 INFO 66993 [egg-watcher:application] watcher start success
2020-05-03 14:23:37,363 INFO 66993 [egg:core] dump config after ready, 10ms
2020-05-03 14:23:49,405 INFO 67021 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"}
2020-05-03 14:23:49,431 INFO 67021 [egg-multipart] stream mode enable
2020-05-03 14:23:49,487 INFO 67021 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0
2020-05-03 14:23:49,505 INFO 67021 [egg-mysql] connecting root@47.104.172.100:3306/poker
2020-05-03 14:23:49,659 INFO 67021 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public
2020-05-03 14:23:49,661 INFO 67021 [egg-security] use noopen middleware
2020-05-03 14:23:49,662 INFO 67021 [egg-security] use nosniff middleware
2020-05-03 14:23:49,663 INFO 67021 [egg-security] use xssProtection middleware
2020-05-03 14:23:49,663 INFO 67021 [egg-security] use xframe middleware
2020-05-03 14:23:49,664 INFO 67021 [egg-security] use dta middleware
2020-05-03 14:23:49,664 INFO 67021 [egg-security] compose 5 middlewares into one security middleware
2020-05-03 14:23:49,672 INFO 67021 [egg:core] dump config after load, 5ms
2020-05-03 14:23:49,684 INFO 67021 [egg-redis] client connect success
2020-05-03 14:23:49,689 INFO 67021 [egg-redis] instance[0] status OK, client ready
2020-05-03 14:23:49,691 INFO 67021 [egg-watcher:application] watcher start success
2020-05-03 14:23:49,878 INFO 67021 [egg-mysql] instance[0] status OK, rds currentTime: Sun May 03 2020 14:23:49 GMT+0800 (China Standard Time)
2020-05-03 14:23:49,908 INFO 67021 [egg:core] dump config after ready, 6ms
2020-05-03 16:03:23,760 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 17:51:27,295 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 19:39:30,717 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 22:21:24,118 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 23:30:13,547 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 23:35:20,836 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-03 23:35:20,840 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 23:37:13,717 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-03 23:37:13,721 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 23:39:05,670 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 01:42:48,674 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 01:42:48,678 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 02:39:06,675 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 09:15:59,893 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 09:15:59,909 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 09:32:13,188 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 10:01:02,011 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 10:01:02,012 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 10:19:54,007 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 10:19:54,007 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 11:50:51,317 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 11:58:06,373 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 13:45:20,062 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 13:45:20,063 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 15:12:50,559 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 15:12:50,568 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 18:25:39,404 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 20:13:43,650 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 20:13:43,666 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 22:01:49,766 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 22:01:49,768 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 23:49:55,732 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 23:49:55,742 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-05 01:38:01,610 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-05 01:38:01,610 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-05 02:54:21,642 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-05 02:54:21,643 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-05 03:26:32,680 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-05 03:26:32,680 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-06 08:25:50,279 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-07 00:00:01,115 INFO 76336 [egg-logrotator] app logger reload: got log-reload message
@@ -0,0 +1,183 @@
2020-04-30 00:00:01,070 INFO 60633 [egg-logrotator] app logger reload: got log-reload message
2020-04-30 01:35:35,310 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again
2020-04-30 02:13:38,293 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again
2020-04-30 02:51:15,066 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again
2020-04-30 04:05:22,137 WARN 60633 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-04-30 04:05:22,137 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again
2020-04-30 05:53:34,094 WARN 60633 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-04-30 05:53:34,095 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again
2020-04-30 07:41:45,992 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again
2020-04-30 08:17:43,444 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 14:23:27,009 INFO 66993 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"}
2020-05-03 14:23:27,032 INFO 66993 [egg-multipart] stream mode enable
2020-05-03 14:23:27,091 INFO 66993 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0
2020-05-03 14:23:27,110 INFO 66993 [egg-mysql] connecting root@47.104.172.100:3306/poker
2020-05-03 14:23:27,292 INFO 66993 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public
2020-05-03 14:23:27,294 INFO 66993 [egg-security] use noopen middleware
2020-05-03 14:23:27,295 INFO 66993 [egg-security] use nosniff middleware
2020-05-03 14:23:27,296 INFO 66993 [egg-security] use xssProtection middleware
2020-05-03 14:23:27,297 INFO 66993 [egg-security] use xframe middleware
2020-05-03 14:23:27,298 INFO 66993 [egg-security] use dta middleware
2020-05-03 14:23:27,298 INFO 66993 [egg-security] compose 5 middlewares into one security middleware
2020-05-03 14:23:27,309 INFO 66993 [egg:core] dump config after load, 7ms
2020-05-03 14:23:27,326 INFO 66993 [egg-redis] client connect success
2020-05-03 14:23:27,331 INFO 66993 [egg-redis] instance[0] status OK, client ready
2020-05-03 14:23:27,334 INFO 66993 [egg-watcher:application] watcher start success
2020-05-03 14:23:37,363 INFO 66993 [egg:core] dump config after ready, 10ms
2020-05-03 14:23:49,405 INFO 67021 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"}
2020-05-03 14:23:49,431 INFO 67021 [egg-multipart] stream mode enable
2020-05-03 14:23:49,487 INFO 67021 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0
2020-05-03 14:23:49,505 INFO 67021 [egg-mysql] connecting root@47.104.172.100:3306/poker
2020-05-03 14:23:49,659 INFO 67021 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public
2020-05-03 14:23:49,661 INFO 67021 [egg-security] use noopen middleware
2020-05-03 14:23:49,662 INFO 67021 [egg-security] use nosniff middleware
2020-05-03 14:23:49,663 INFO 67021 [egg-security] use xssProtection middleware
2020-05-03 14:23:49,663 INFO 67021 [egg-security] use xframe middleware
2020-05-03 14:23:49,664 INFO 67021 [egg-security] use dta middleware
2020-05-03 14:23:49,664 INFO 67021 [egg-security] compose 5 middlewares into one security middleware
2020-05-03 14:23:49,672 INFO 67021 [egg:core] dump config after load, 5ms
2020-05-03 14:23:49,684 INFO 67021 [egg-redis] client connect success
2020-05-03 14:23:49,689 INFO 67021 [egg-redis] instance[0] status OK, client ready
2020-05-03 14:23:49,691 INFO 67021 [egg-watcher:application] watcher start success
2020-05-03 14:23:49,878 INFO 67021 [egg-mysql] instance[0] status OK, rds currentTime: Sun May 03 2020 14:23:49 GMT+0800 (China Standard Time)
2020-05-03 14:23:49,908 INFO 67021 [egg:core] dump config after ready, 6ms
2020-05-03 16:03:23,760 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 17:51:27,295 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 19:39:30,717 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 22:21:24,118 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 23:30:13,547 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 23:35:20,836 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-03 23:35:20,840 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 23:37:13,717 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-03 23:37:13,721 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-03 23:39:05,670 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 01:42:48,674 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 01:42:48,678 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 02:39:06,675 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 09:15:59,893 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 09:15:59,909 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 09:32:13,188 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 10:01:02,011 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 10:01:02,012 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 10:19:54,007 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 10:19:54,007 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 11:50:51,317 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 11:58:06,373 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 13:45:20,062 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 13:45:20,063 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 15:12:50,559 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 15:12:50,568 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 18:25:39,404 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 20:13:43,650 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 20:13:43,666 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 22:01:49,766 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 22:01:49,768 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-04 23:49:55,732 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-04 23:49:55,742 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-05 01:38:01,610 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-05 01:38:01,610 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-05 02:54:21,642 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-05 02:54:21,643 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-05 03:26:32,680 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-05 03:26:32,680 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-06 08:25:50,279 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-06 09:03:19,760 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-06 09:39:05,150 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-06 11:31:42,369 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-06 13:19:52,158 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-06 15:08:03,032 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-06 16:56:16,492 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer
2020-05-06 16:56:16,493 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-06 18:44:24,819 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-06 20:32:17,205 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-06 21:01:52,858 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again
2020-05-06 21:37:46,809 INFO 73881 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"}
2020-05-06 21:37:46,856 INFO 73881 [egg-multipart] stream mode enable
2020-05-06 21:37:46,914 INFO 73881 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0
2020-05-06 21:37:46,931 INFO 73881 [egg-mysql] connecting root@47.104.172.100:3306/poker
2020-05-06 21:37:47,097 INFO 73881 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public
2020-05-06 21:37:47,099 INFO 73881 [egg-security] use noopen middleware
2020-05-06 21:37:47,100 INFO 73881 [egg-security] use nosniff middleware
2020-05-06 21:37:47,100 INFO 73881 [egg-security] use xssProtection middleware
2020-05-06 21:37:47,101 INFO 73881 [egg-security] use xframe middleware
2020-05-06 21:37:47,102 INFO 73881 [egg-security] use dta middleware
2020-05-06 21:37:47,102 INFO 73881 [egg-security] compose 5 middlewares into one security middleware
2020-05-06 21:37:47,111 INFO 73881 [egg:core] dump config after load, 5ms
2020-05-06 21:37:47,125 INFO 73881 [egg-redis] client connect success
2020-05-06 21:37:47,131 INFO 73881 [egg-redis] instance[0] status OK, client ready
2020-05-06 21:37:47,133 INFO 73881 [egg-watcher:application] watcher start success
2020-05-06 21:37:47,329 INFO 73881 [egg-mysql] instance[0] status OK, rds currentTime: Wed May 06 2020 21:37:47 GMT+0800 (China Standard Time)
2020-05-06 21:37:47,357 INFO 73881 [egg:core] dump config after ready, 5ms
2020-05-06 21:49:18,305 ERROR 73881 incorrect action: check
2020-05-06 22:47:33,316 INFO 75013 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"}
2020-05-06 22:47:33,339 INFO 75013 [egg-multipart] stream mode enable
2020-05-06 22:47:33,377 INFO 75013 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0
2020-05-06 22:47:33,394 INFO 75013 [egg-mysql] connecting root@47.104.172.100:3306/poker
2020-05-06 22:47:33,523 INFO 75013 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public
2020-05-06 22:47:33,525 INFO 75013 [egg-security] use noopen middleware
2020-05-06 22:47:33,525 INFO 75013 [egg-security] use nosniff middleware
2020-05-06 22:47:33,526 INFO 75013 [egg-security] use xssProtection middleware
2020-05-06 22:47:33,527 INFO 75013 [egg-security] use xframe middleware
2020-05-06 22:47:33,528 INFO 75013 [egg-security] use dta middleware
2020-05-06 22:47:33,528 INFO 75013 [egg-security] compose 5 middlewares into one security middleware
2020-05-06 22:47:33,536 INFO 75013 [egg:core] dump config after load, 6ms
2020-05-06 22:47:33,548 INFO 75013 [egg-redis] client connect success
2020-05-06 22:47:33,553 INFO 75013 [egg-redis] instance[0] status OK, client ready
2020-05-06 22:47:33,555 INFO 75013 [egg-watcher:application] watcher start success
2020-05-06 22:47:33,730 INFO 75013 [egg-mysql] instance[0] status OK, rds currentTime: Wed May 06 2020 22:47:33 GMT+0800 (China Standard Time)
2020-05-06 22:47:33,754 INFO 75013 [egg:core] dump config after ready, 6ms
2020-05-06 22:53:12,185 INFO 75201 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"}
2020-05-06 22:53:12,224 INFO 75201 [egg-multipart] stream mode enable
2020-05-06 22:53:12,308 INFO 75201 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0
2020-05-06 22:53:12,342 INFO 75201 [egg-mysql] connecting root@47.104.172.100:3306/poker
2020-05-06 22:53:12,567 INFO 75201 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public
2020-05-06 22:53:12,569 INFO 75201 [egg-security] use noopen middleware
2020-05-06 22:53:12,569 INFO 75201 [egg-security] use nosniff middleware
2020-05-06 22:53:12,570 INFO 75201 [egg-security] use xssProtection middleware
2020-05-06 22:53:12,571 INFO 75201 [egg-security] use xframe middleware
2020-05-06 22:53:12,571 INFO 75201 [egg-security] use dta middleware
2020-05-06 22:53:12,571 INFO 75201 [egg-security] compose 5 middlewares into one security middleware
2020-05-06 22:53:12,581 INFO 75201 [egg:core] dump config after load, 7ms
2020-05-06 22:53:12,603 INFO 75201 [egg-redis] client connect success
2020-05-06 22:53:12,613 INFO 75201 [egg-redis] instance[0] status OK, client ready
2020-05-06 22:53:12,615 INFO 75201 [egg-watcher:application] watcher start success
2020-05-06 22:53:12,767 INFO 75201 [egg-mysql] instance[0] status OK, rds currentTime: Wed May 06 2020 22:53:12 GMT+0800 (China Standard Time)
2020-05-06 22:53:12,793 INFO 75201 [egg:core] dump config after ready, 6ms
2020-05-06 22:55:25,868 INFO 75289 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"}
2020-05-06 22:55:25,891 INFO 75289 [egg-multipart] stream mode enable
2020-05-06 22:55:25,939 INFO 75289 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0
2020-05-06 22:55:25,961 INFO 75289 [egg-mysql] connecting root@47.104.172.100:3306/poker
2020-05-06 22:55:26,106 INFO 75289 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public
2020-05-06 22:55:26,108 INFO 75289 [egg-security] use noopen middleware
2020-05-06 22:55:26,108 INFO 75289 [egg-security] use nosniff middleware
2020-05-06 22:55:26,109 INFO 75289 [egg-security] use xssProtection middleware
2020-05-06 22:55:26,110 INFO 75289 [egg-security] use xframe middleware
2020-05-06 22:55:26,111 INFO 75289 [egg-security] use dta middleware
2020-05-06 22:55:26,111 INFO 75289 [egg-security] compose 5 middlewares into one security middleware
2020-05-06 22:55:26,119 INFO 75289 [egg:core] dump config after load, 6ms
2020-05-06 22:55:26,131 INFO 75289 [egg-redis] client connect success
2020-05-06 22:55:26,136 INFO 75289 [egg-redis] instance[0] status OK, client ready
2020-05-06 22:55:26,138 INFO 75289 [egg-watcher:application] watcher start success
2020-05-06 22:55:26,315 INFO 75289 [egg-mysql] instance[0] status OK, rds currentTime: Wed May 06 2020 22:55:26 GMT+0800 (China Standard Time)
2020-05-06 22:55:26,337 INFO 75289 [egg:core] dump config after ready, 6ms
2020-05-06 23:08:33,605 ERROR 75289 incorrect action: check
2020-05-06 23:36:28,433 INFO 76336 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"}
2020-05-06 23:36:28,462 INFO 76336 [egg-multipart] stream mode enable
2020-05-06 23:36:28,507 INFO 76336 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0
2020-05-06 23:36:28,527 INFO 76336 [egg-mysql] connecting root@47.104.172.100:3306/poker
2020-05-06 23:36:28,674 INFO 76336 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public
2020-05-06 23:36:28,676 INFO 76336 [egg-security] use noopen middleware
2020-05-06 23:36:28,677 INFO 76336 [egg-security] use nosniff middleware
2020-05-06 23:36:28,677 INFO 76336 [egg-security] use xssProtection middleware
2020-05-06 23:36:28,678 INFO 76336 [egg-security] use xframe middleware
2020-05-06 23:36:28,679 INFO 76336 [egg-security] use dta middleware
2020-05-06 23:36:28,679 INFO 76336 [egg-security] compose 5 middlewares into one security middleware
2020-05-06 23:36:28,687 INFO 76336 [egg:core] dump config after load, 5ms
2020-05-06 23:36:28,700 INFO 76336 [egg-redis] client connect success
2020-05-06 23:36:28,705 INFO 76336 [egg-redis] instance[0] status OK, client ready
2020-05-06 23:36:28,707 INFO 76336 [egg-watcher:application] watcher start success
2020-05-06 23:36:28,874 INFO 76336 [egg-mysql] instance[0] status OK, rds currentTime: Wed May 06 2020 23:36:28 GMT+0800 (China Standard Time)
2020-05-06 23:36:28,958 INFO 76336 [egg:core] dump config after ready, 11ms
2020-05-07 00:00:00,112 INFO 76336 [egg-logrotator] clean all log before 31 days
2020-05-07 00:00:01,113 INFO 76336 [egg-logrotator] broadcast log-reload
2020-05-07 00:00:01,113 INFO 76336 [egg-logrotator] rotate files success by DayRotator, files ["/Users/jorky/code/TexasPokerGame/server/logs/game-node-center/error.log -> /Users/jorky/code/TexasPokerGame/server/logs/game-node-center/error.log.2020-05-06","/Users/jorky/code/TexasPokerGame/server/logs/game-node-center/app.log -> /Users/jorky/code/TexasPokerGame/server/logs/game-node-center/app.log.2020-05-06","/Users/jorky/code/TexasPokerGame/server/logs/ELKLog/info.log -> /Users/jorky/code/TexasPokerGame/server/logs/ELKLog/info.log.2020-05-06","/Users/jorky/code/TexasPokerGame/server/logs/ELKLog/error.log -> /Users/jorky/code/TexasPokerGame/server/logs/ELKLog/error.log.2020-05-06","/Users/jorky/code/TexasPokerGame/server/logs/game-node-center/core.log -> /Users/jorky/code/TexasPokerGame/server/logs/game-node-center/core.log.2020-05-06","/Users/jorky/code/TexasPokerGame/server/logs/game-node-center/egg-schedule.log -> /Users/jorky/code/TexasPokerGame/server/logs/game-node-center/egg-schedule.log.2020-05-06","/Users/jorky/code/TexasPokerGame/server/logs/game-node-center/agent.log -> /Users/jorky/code/TexasPokerGame/server/logs/game-node-center/agent.log.2020-05-06"]
@@ -1,9 +0,0 @@
2020-05-03 14:23:27,032 INFO 66993 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js
2020-05-03 14:23:27,032 INFO 66993 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js
2020-05-03 14:23:27,032 INFO 66993 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js
2020-05-03 14:23:49,915 INFO 67020 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js next time will execute after 50770088ms at 2020-05-04 04:30:00.003
2020-05-03 14:23:49,916 INFO 67020 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 34570085ms at 2020-05-04 00:00:00.001
2020-05-03 14:23:49,916 INFO 67020 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 34571084ms at 2020-05-04 00:00:01.000
2020-05-03 14:23:49,431 INFO 67021 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js
2020-05-03 14:23:49,431 INFO 67021 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js
2020-05-03 14:23:49,431 INFO 67021 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js
@@ -0,0 +1,45 @@
2020-05-03 14:23:27,032 INFO 66993 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js
2020-05-03 14:23:27,032 INFO 66993 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js
2020-05-03 14:23:27,032 INFO 66993 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js
2020-05-03 14:23:49,915 INFO 67020 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js next time will execute after 50770088ms at 2020-05-04 04:30:00.003
2020-05-03 14:23:49,916 INFO 67020 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 34570085ms at 2020-05-04 00:00:00.001
2020-05-03 14:23:49,916 INFO 67020 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 34571084ms at 2020-05-04 00:00:01.000
2020-05-03 14:23:49,431 INFO 67021 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js
2020-05-03 14:23:49,431 INFO 67021 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js
2020-05-03 14:23:49,431 INFO 67021 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js
2020-05-06 21:37:46,855 INFO 73881 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js
2020-05-06 21:37:46,855 INFO 73881 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js
2020-05-06 21:37:46,855 INFO 73881 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js
2020-05-06 21:37:47,363 INFO 73880 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js next time will execute after 24732639ms at 2020-05-07 04:30:00.002
2020-05-06 21:37:47,363 INFO 73880 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 8532637ms at 2020-05-07 00:00:00.000
2020-05-06 21:37:47,363 INFO 73880 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 8533637ms at 2020-05-07 00:00:01.000
2020-05-06 22:47:33,760 INFO 75010 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js next time will execute after 20546242ms at 2020-05-07 04:30:00.002
2020-05-06 22:47:33,760 INFO 75010 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 4346240ms at 2020-05-07 00:00:00.000
2020-05-06 22:47:33,760 INFO 75010 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 4347240ms at 2020-05-07 00:00:01.000
2020-05-06 22:47:33,338 INFO 75013 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js
2020-05-06 22:47:33,338 INFO 75013 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js
2020-05-06 22:47:33,338 INFO 75013 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js
2020-05-06 22:53:12,799 INFO 75200 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js next time will execute after 20207203ms at 2020-05-07 04:30:00.002
2020-05-06 22:53:12,799 INFO 75200 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 4007201ms at 2020-05-07 00:00:00.000
2020-05-06 22:53:12,800 INFO 75200 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 4008201ms at 2020-05-07 00:00:01.001
2020-05-06 22:53:12,224 INFO 75201 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js
2020-05-06 22:53:12,224 INFO 75201 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js
2020-05-06 22:53:12,224 INFO 75201 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js
2020-05-06 22:55:26,351 INFO 75288 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js next time will execute after 20073651ms at 2020-05-07 04:30:00.002
2020-05-06 22:55:26,351 INFO 75288 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 3873649ms at 2020-05-07 00:00:00.000
2020-05-06 22:55:26,351 INFO 75288 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 3874649ms at 2020-05-07 00:00:01.000
2020-05-06 22:55:25,890 INFO 75289 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js
2020-05-06 22:55:25,890 INFO 75289 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js
2020-05-06 22:55:25,890 INFO 75289 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js
2020-05-06 23:36:28,462 INFO 76336 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js
2020-05-06 23:36:28,462 INFO 76336 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js
2020-05-06 23:36:28,462 INFO 76336 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js
2020-05-06 23:36:28,964 INFO 76335 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js next time will execute after 17611039ms at 2020-05-07 04:30:00.003
2020-05-06 23:36:28,964 INFO 76335 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 1411036ms at 2020-05-07 00:00:00.000
2020-05-06 23:36:28,964 INFO 76335 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 1412036ms at 2020-05-07 00:00:01.000
2020-05-07 00:00:00,106 INFO 76335 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 86399898ms at 2020-05-08 00:00:00.003
2020-05-07 00:00:00,104 INFO 76336 [Job#15887808001003710813401065321] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js executing by app
2020-05-07 00:00:00,112 INFO 76336 [Job#15887808001003710813401065321] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js execute succeed, used 7ms
2020-05-07 00:00:01,105 INFO 76336 [Job#15887808011043710823433352241] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js executing by app
2020-05-07 00:00:01,113 INFO 76336 [Job#15887808011043710823433352241] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js execute succeed, used 8ms
2020-05-07 00:00:01,109 INFO 76335 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 86399896ms at 2020-05-08 00:00:01.005
-302
View File
@@ -1,302 +0,0 @@
2020-04-30 00:24:57,558 ERROR 60633 [-/192.168.0.101/-/5ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:25:31,431 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:29:30,694 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:30:16,787 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:30:16,970 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:41:54,185 ERROR 60633 [-/192.168.0.101/-/4ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:42:28,928 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:43:02,652 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:54:28,717 ERROR 60633 [-/192.168.0.101/-/12ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 01:00:54,475 ERROR 60633 [-/192.168.0.103/-/62ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null
2020-04-30 01:02:44,104 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 01:03:02,178 ERROR 60633 [-/192.168.0.103/-/18ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null
2020-04-30 01:35:35,358 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1854709ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 02:13:38,297 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2242910ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 02:51:15,067 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1956662ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 04:05:22,137 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 4406960ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 05:53:34,096 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 07:41:45,992 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451867ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 08:17:43,444 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2137434ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-05-03 14:23:37,336 ERROR 66993 [-/127.0.0.1/-/0ms GET /] nodejs.PROTOCOL_SEQUENCE_TIMEOUTError: Handshake inactivity timeout
at Handshake.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17)
at Handshake.emit (events.js:311:20)
at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8)
at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
--------------------
at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48)
at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23)
at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18)
at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16)
at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7
at new Promise (<anonymous>)
at Pool.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10)
at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34)
at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8)
at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7
sql: select now() as currentTime;
code: "PROTOCOL_SEQUENCE_TIMEOUT"
fatal: true
timeout: 10000
name: "PROTOCOL_SEQUENCE_TIMEOUTError"
pid: 66993
hostname: 192.168.0.103
2020-05-03 16:03:23,831 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5113874ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 17:51:27,296 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483435ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 19:39:30,738 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483387ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 22:21:24,118 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 9713320ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:30:13,548 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4129426ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:35:20,795 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 306937ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:37:13,755 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 92134ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:39:05,676 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 90455ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 01:42:48,683 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 7218354ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 02:39:06,677 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3377890ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 09:15:59,902 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 23813180ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 09:32:13,189 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 611375ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 10:01:02,017 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1287981ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 10:19:54,009 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 892125ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 11:50:51,311 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3316402ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 11:58:06,374 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 94949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 13:45:20,062 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5713446ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 15:12:50,566 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5250467ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 18:25:39,406 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 10808539ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 20:13:43,838 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6484153ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 22:01:49,616 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485742ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 23:49:55,744 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485561ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-05 01:38:01,620 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485833ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-05 02:54:21,630 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4579717ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-05 03:26:32,624 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1909340ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 08:25:50,279 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 104297559ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
@@ -0,0 +1,430 @@
2020-04-30 00:24:57,558 ERROR 60633 [-/192.168.0.101/-/5ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:25:31,431 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:29:30,694 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:30:16,787 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:30:16,970 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:41:54,185 ERROR 60633 [-/192.168.0.101/-/4ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:42:28,928 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:43:02,652 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 00:54:28,717 ERROR 60633 [-/192.168.0.101/-/12ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 01:00:54,475 ERROR 60633 [-/192.168.0.103/-/62ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null
2020-04-30 01:02:44,104 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null
2020-04-30 01:03:02,178 ERROR 60633 [-/192.168.0.103/-/18ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null
2020-04-30 01:35:35,358 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1854709ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 02:13:38,297 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2242910ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 02:51:15,067 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1956662ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 04:05:22,137 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 4406960ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 05:53:34,096 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 07:41:45,992 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451867ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-04-30 08:17:43,444 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2137434ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 60632
hostname: 192.168.0.101
2020-05-03 14:23:37,336 ERROR 66993 [-/127.0.0.1/-/0ms GET /] nodejs.PROTOCOL_SEQUENCE_TIMEOUTError: Handshake inactivity timeout
at Handshake.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17)
at Handshake.emit (events.js:311:20)
at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8)
at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
--------------------
at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48)
at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23)
at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18)
at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16)
at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7
at new Promise (<anonymous>)
at Pool.<anonymous> (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10)
at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34)
at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8)
at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7
sql: select now() as currentTime;
code: "PROTOCOL_SEQUENCE_TIMEOUT"
fatal: true
timeout: 10000
name: "PROTOCOL_SEQUENCE_TIMEOUTError"
pid: 66993
hostname: 192.168.0.103
2020-05-03 16:03:23,831 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5113874ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 17:51:27,296 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483435ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 19:39:30,738 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483387ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 22:21:24,118 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 9713320ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:30:13,548 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4129426ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:35:20,795 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 306937ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:37:13,755 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 92134ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-03 23:39:05,676 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 90455ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 01:42:48,683 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 7218354ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 02:39:06,677 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3377890ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 09:15:59,902 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 23813180ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 09:32:13,189 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 611375ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 10:01:02,017 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1287981ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 10:19:54,009 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 892125ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 11:50:51,311 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3316402ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 11:58:06,374 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 94949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 13:45:20,062 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5713446ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 15:12:50,566 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5250467ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 18:25:39,406 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 10808539ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 20:13:43,838 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6484153ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 22:01:49,616 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485742ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-04 23:49:55,744 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485561ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-05 01:38:01,620 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485833ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-05 02:54:21,630 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4579717ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-05 03:26:32,624 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1909340ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 08:25:50,279 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 104297559ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 09:03:19,761 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1962518ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 09:39:05,157 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1965351ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 11:31:42,369 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3956326ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 13:19:52,159 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6449781ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 15:08:03,032 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6370855ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 16:56:16,492 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6433452ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 18:44:24,822 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6448307ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 20:32:17,205 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6452369ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 21:01:52,858 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1734981ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
name: "ClusterClientNoResponseError"
pid: 67020
hostname: 192.168.0.103
2020-05-06 21:43:18,156 ERROR 73881 [-/192.168.0.102/-/3ms POST /node/game/room] invalid token... UnauthorizedError: jwt malformed
at /Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:117:18
at Object.module.exports [as verify] (/Users/jorky/code/TexasPokerGame/server/node_modules/jsonwebtoken/verify.js:63:12)
at decoded (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:115:11)
at new Promise (<anonymous>)
at middleware (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:114:27)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at /Users/jorky/code/TexasPokerGame/server/node_modules/egg-development/app/middleware/egg_loader_trace.js:9:50
at xframe (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xframe.js:7:5)
at xssProtection (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xssProtection.js:7:5)
at nosniff (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/nosniff.js:8:5) {
name: 'UnauthorizedError',
message: 'jwt malformed',
code: 'invalid_token',
status: 401,
inner: JsonWebTokenError: jwt malformed
at Object.module.exports [as verify] (/Users/jorky/code/TexasPokerGame/server/node_modules/jsonwebtoken/verify.js:63:17)
at decoded (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:115:11)
at new Promise (<anonymous>)
at middleware (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:114:27)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at /Users/jorky/code/TexasPokerGame/server/node_modules/egg-development/app/middleware/egg_loader_trace.js:9:50
at xframe (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xframe.js:7:5)
at xssProtection (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xssProtection.js:7:5)
at nosniff (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/nosniff.js:8:5)
at noopen (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/noopen.js:8:5) {
name: 'JsonWebTokenError',
message: 'jwt malformed'
},
headers: {
'Access-Control-Allow-Origin': 'http://192.168.0.102:8080',
'Access-Control-Allow-Credentials': 'true',
vary: 'Origin'
}
}
2020-05-06 21:49:18,303 ERROR 73881 incorrect action: check
2020-05-06 22:47:34,531 ERROR 75013 [-/192.168.0.102/-/9ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null
2020-05-06 22:47:38,593 ERROR 75013 [-/192.168.0.102/-/10ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 22:48:35,702 ERROR 75013 [-/192.168.0.102/-/2ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null
2020-05-06 22:48:51,963 ERROR 75013 [-/192.168.0.102/-/3ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:08:33,603 ERROR 75289 incorrect action: check
2020-05-06 23:48:43,535 ERROR 76336 [-/192.168.0.102/-/13ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:48:47,693 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:48:56,657 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:49:01,586 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null
2020-05-06 23:49:46,186 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null
2020-05-06 23:49:56,161 ERROR 76336 [-/192.168.0.102/-/2ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:50:01,237 ERROR 76336 [-/192.168.0.102/-/5ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:50:01,965 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null
2020-05-06 23:50:56,113 ERROR 76336 [-/192.168.0.102/-/6ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:51:15,012 ERROR 76336 [-/192.168.0.102/-/7ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:51:54,877 ERROR 76336 [-/192.168.0.102/-/2ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:54:29,374 ERROR 76336 [-/192.168.0.102/-/3ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null
2020-05-06 23:54:30,684 ERROR 76336 [-/192.168.0.102/-/7ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:55:56,246 ERROR 76336 [-/192.168.0.102/-/3ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null
2020-05-06 23:56:00,227 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null