Advertisement
tuvok81

KiwiIRC start Problems

Sep 29th, 2022
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. i have install it as this tutorial
  2. https://kiwiirc.com/docs/installing
  3.  
  4. /KiwiIRC# ./kiwi start -f
  5. internal/fs/utils.js:453
  6. throw err;
  7. ^
  8.  
  9. TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be one of type string, Buffer, or URL. Received type undefined
  10. at Object.openSync (fs.js:435:3)
  11. at Object.readFileSync (fs.js:343:35)
  12. at new module.exports (/root/KiwiIRC/server/weblistener.js:43:22)
  13. at /root/KiwiIRC/server/kiwi.js:277:18
  14. at arrayEach (/root/KiwiIRC/node_modules/lodash/index.js:1289:13)
  15. at Function.<anonymous> (/root/KiwiIRC/node_modules/lodash/index.js:3345:13)
  16. at Object.<anonymous> (/root/KiwiIRC/server/kiwi.js:251:3)
  17. at Module._compile (internal/modules/cjs/loader.js:778:30)
  18. at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
  19. at Module.load (internal/modules/cjs/loader.js:653:32)
  20. root@server114:~/KiwiIRC# pico config.js
  21. root@server114:~/KiwiIRC# ./kiwi start -f
  22. info: Listening on 0.0.0.0:7778 without SSL
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement