whenever tried to switch the html file buffer should have change page on buffer switch...
instead its returns the error :-
ENOENT: no such file or directory, open '/home/hishantik/PracticePoject/webproject/home/hishantik/Practice Project/web project/index.html'
Bracey Error log :
Node.js v20.13.1
starting bracey with arguments:
port: 54304
web-address: 127.0.0.1
editor-address: 127.0.0.1
starting bracey with arguments:
port: 54304
web-address: 127.0.0.1
editor-address: 127.0.0.1
node:events:497
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE: address already in use 127.0.0.1:54304
at Server.setupListenHandle [as _listen2] (node:net:1898:16)
at listenInCluster (node:net:1946:12)
at doListen (node:net:2116:7)
at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1925:8)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'EADDRINUSE',
errno: -98,
syscall: 'listen',
address: '127.0.0.1',
port: 54304
}
ENOENT: no such file or directory, open '/home/hishantik/PracticePoject/webproject/home/hishantik/Practice Project/web project/index.html'Bracey Error log :
Node.js v20.13.1
starting bracey with arguments:
port: 54304
web-address: 127.0.0.1
editor-address: 127.0.0.1
starting bracey with arguments:
port: 54304
web-address: 127.0.0.1
editor-address: 127.0.0.1
node:events:497
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE: address already in use 127.0.0.1:54304
at Server.setupListenHandle [as _listen2] (node:net:1898:16)
at listenInCluster (node:net:1946:12)
at doListen (node:net:2116:7)
at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1925:8)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'EADDRINUSE',
errno: -98,
syscall: 'listen',
address: '127.0.0.1',
port: 54304
}