Sirlaabson
Member
- Jul 6, 2022
- 71
- 7
- 8
Okay, I'll searchIn this forum it is available. Please search
Okay, I'll searchIn this forum it is available. Please search
I went through 53 pages and no look. Its a shared hosting. Im pretty sure node server is running on por 3000.Shared hosting or vps?
how to resolve oops! this is api... in shared hosting ?I went through 53 pages and no look. Its a shared hosting. Im pretty sure node server is running on por 3000.
I have an api key generated
I tried diferent options but stack waiting for node server
Pm meI went through 53 pages and no look. Its a shared hosting. Im pretty sure node server is running on por 3000.
I have an api key generated
I tried diferent options but stack waiting for node server
Your server type should be shared hosting and not other.I went through 53 pages and no look. Its a shared hosting. Im pretty sure node server is running on por 3000.
I have an api key generated
I tried diferent options but stack waiting for node server
I think the error came from the HTTPS verificationUse plesk or cwpanel
not workNo need of any code to make a new line just enter from keyboard and a new break line will be used.
i m getting wrong password after using password from updates. please helpMorehere submitted a new resource:
Wa Gateway Multi device BETA V3.0 MPWA MD - This source code is a new build source code and is not an update from the previous mpwa gateway
Read more about this resource...
Are you using MacOS?i m getting wrong password after using password from updates. please help
Not possible. Reinstall it.is there any easy way to update from 3.5 to 4.0 without need to edit those fixes again![]()
@Morehere do you have any idea on what I can do here?I think the error came from the HTTPS verification
I traced the error and I got these code
if (
websocket._receiver._writableState.finished ||
websocket._receiver._writableState.errorEmitted
) {
websocket.emitClose();
} else {
websocket._receiver.on('error', receiverOnFinish);
websocket._receiver.on('finish', receiverOnFinish);
}
The " websocket.emitClose();" is responsible for the error
file : node_modules/ws/lib/websocket.js