-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
bugPossible issue regarding Holy UnblockerPossible issue regarding Holy Unblockerpossible issueFurther information is requestedFurther information is requested
Description
Reported to me via discord. Putting this here so I do not forget.
"I keep getting port in use now after a couple restarts:"
0|HolyUBLTS | Error: listen EADDRINUSE: address already in use 0.0.0.0:3000
0|HolyUBLTS | at Server.setupListenHandle [as _listen2] (node:net:1898:16)
0|HolyUBLTS | at listenInCluster (node:net:1946:12)
0|HolyUBLTS | at doListen (node:net:2116:7)
0|HolyUBLTS | at processTicksAndRejections (node:internal/process/task_queues:83:21) {
0|HolyUBLTS | code: 'EADDRINUSE',
0|HolyUBLTS | errno: -98,
0|HolyUBLTS | syscall: 'listen',
0|HolyUBLTS | address: '0.0.0.0',
0|HolyUBLTS | port: 3000
0|HolyUBLTS | }
0|HolyUBLTS | [Error: SQLITE_BUSY: database is locked] {
0|HolyUBLTS | errno: 5,
0|HolyUBLTS | code: 'SQLITE_BUSY'
0|HolyUBLTS | }
Happens after a few restarts. Confirmed other processes are not running in the background using the same port.
Solution: pkill node / npm run kill
Metadata
Metadata
Assignees
Labels
bugPossible issue regarding Holy UnblockerPossible issue regarding Holy Unblockerpossible issueFurther information is requestedFurther information is requested