• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Wa Gateway | Multi device BETA | MPWA MD

Wa Gateway | Multi device BETA | MPWA MD v5.5.0 Nulled

No permission to download
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
}
 
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
 
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
 
Thanks for sharing, this works great... does anyone know how to get it integrated with gravityform or another wp form ?
 
Last edited:
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?
 
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
 
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.
 
can you explain about this tutorial..
1652843479046.png
you need to go to public folder first y doing cd public, then doing that command no 1 and 2, going back to main directory by doing cd .. and run command no 3, then check your file manager if you get new linked folder called storage that means your command going well
 
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
 
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
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
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock