Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error 428 #6

Closed
diazzaid opened this issue Feb 11, 2023 · 1 comment
Closed

error 428 #6

diazzaid opened this issue Feb 11, 2023 · 1 comment

Comments

@diazzaid
Copy link

saya coba running seharian tp esok hari nya ada error dan api tidak bisa di gunakan harus d restar ulang node nya,
error nya seperti ini
isBoom: true,
isServer: false,
output: {
statusCode: 428,
payload: {
statusCode: 428,
error: 'Precondition Required',
message: 'Connection Closed'
},
headers: {}
}
}

@diazzaid
Copy link
Author

diazzaid commented Mar 3, 2023

solve
edit line 130
client.end(Unknown DisconnectReason: ${reason}|${lastDisconnect.error});
menjadi

} else {
//client.end(Unknown DisconnectReason: ${reason}|${lastDisconnect.error});
console.log(Unknown DisconnectReason: ${reason}|${lastDisconnect.error});
this.createSession(session_name);
}

@fawwaz37 fawwaz37 closed this as completed Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants