Wa Gateway | Multi device BETA | MPWA MD

Wa Gateway | Multi device BETA | MPWA MD v8.0.0 ( Extended License )

No permission to download

royalblue

New member
Jan 26, 2021
27
15
3
I tried to run the apps but always got this message, even if I changed the port, it still showed those messages when I ran the script. The QR Code also not showing, and it keeps saying connecting to node server.

Any idea how to solve this? I attach the error message below


Code:
returncode: 1
stdout:
> [email protected] start
> node server.js
stderr:
node:events:368
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRINUSE: address already in use :::10000
    at Server.setupListenHandle [as _listen2] (node:net:1334:16)
    at listenInCluster (node:net:1382:12)
    at Server.listen (node:net:1469:7)
    at Object.<anonymous> (/home/u9339888/public_html/dev/server.js:30:8)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:17:47
Emitted 'error' event on Server instance at:
    at emitErrorNT (node:net:1361:8)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  code: 'EADDRINUSE',
  errno: -98,
  syscall: 'listen',
  address: '::',
  port: 10000
}
 

Morehere

Well-known member
Null Master
Trusted Uploader
Jan 13, 2020
965
959
93
I tried to run the apps but always got this message, even if I changed the port, it still showed those messages when I ran the script. The QR Code also not showing, and it keeps saying connecting to node server.

Any idea how to solve this? I attach the error message below


Code:
returncode: 1
stdout:
> [email protected] start
> node server.js
stderr:
node:events:368
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRINUSE: address already in use :::10000
    at Server.setupListenHandle [as _listen2] (node:net:1334:16)
    at listenInCluster (node:net:1382:12)
    at Server.listen (node:net:1469:7)
    at Object.<anonymous> (/home/u9339888/public_html/dev/server.js:30:8)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:17:47
Emitted 'error' event on Server instance at:
    at emitErrorNT (node:net:1361:8)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  code: 'EADDRINUSE',
  errno: -98,
  syscall: 'listen',
  address: '::',
  port: 10000
}
Please read previous post before posting.


Use NodeJs v16
 

kafuuchino

Active member
May 13, 2022
147
68
28
Isekai
I tried to run the apps but always got this message, even if I changed the port, it still showed those messages when I ran the script. The QR Code also not showing, and it keeps saying connecting to node server.

Any idea how to solve this? I attach the error message below


Code:
returncode: 1
stdout:
> [email protected] start
> node server.js
stderr:
node:events:368
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRINUSE: address already in use :::10000
    at Server.setupListenHandle [as _listen2] (node:net:1334:16)
    at listenInCluster (node:net:1382:12)
    at Server.listen (node:net:1469:7)
    at Object.<anonymous> (/home/u9339888/public_html/dev/server.js:30:8)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:17:47
Emitted 'error' event on Server instance at:
    at emitErrorNT (node:net:1361:8)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  code: 'EADDRINUSE',
  errno: -98,
  syscall: 'listen',
  address: '::',
  port: 10000
}
Try killing the running process with that pid
try with command

ps aux | grep node

then kill the running pid

kill -9 pid

and try to run again node server.js
 

starkids

Active member
Sep 21, 2020
122
40
28
Thanks for sharing, this works great... does anyone know how to get it integrated with gravityform or another wp form ?
 
Last edited:

acsoft

Member
May 4, 2022
53
17
8
Try to install voyager, for generate admin panel to control users for resellers, but don´t works well, any recomendation for admin panel in this project?
 

starkids

Active member
Sep 21, 2020
122
40
28
Finally i got the solution for Storage Error

1. Goto public folder
2. Remove storage folder by "rm-r storage"
3. make a folder link by "ln -s ../storage/app/public storage" (it will make a new linked folder on public)
can you explain about this tutorial..
1652843479046.png
 

Morehere

Well-known member
Null Master
Trusted Uploader
Jan 13, 2020
965
959
93
Try to install voyager, for generate admin panel to control users for resellers, but don´t works well, any recomendation for admin panel in this project?
Most of the files are encrypted and you cannot use this project to create admin panel. Instead use it as is and modify or add features.
 

iuzairjan

Member
Banned User
May 4, 2022
27
67
18
there is issue while sending link doesnt send with link/thumbnail preview. its sent as normal link.. i want thumbnail of link to be shown... could any one help
 

kafuuchino

Active member
May 13, 2022
147
68
28
Isekai
I installed it on a subdomain, api.mydomain.com
and the file folder is in public_html/api
Is the command I typed in the terminal still the same?

because after i try, my website error 500 😂 so i reset cpanel
you doesnt type anything on terminal, after setting nodejs it will start server.js

For fix storage you only need run this on terminal

1. Goto public folder on terminal "cd public_html/api/public"
2. Remove storage folder by "rm -r storage"
3. make a folder link by "ln -s ../storage/app/public storage" (it will make a new linked folder on public)
 
Last edited:
  • Like
Reactions: starkids

starkids

Active member
Sep 21, 2020
122
40
28
you doesnt type anything on terminal, after setting nodejs it will start server.js

For fix storage you only need run this on terminal

1. Goto public folder on terminal "cd public_html/api/public"
2. Remove storage folder by "rm -r storage"
3. make a folder link by "ln -s ../storage/app/public storage" (it will make a new linked folder on public)
if we instal in public_html, what to write on application root
because i write public_html not accepted..
1652868013398.png
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu