-
-
Notifications
You must be signed in to change notification settings - Fork 384
/
Copy pathBUGS
61 lines (55 loc) · 3.59 KB
/
BUGS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Error when making zombie TypeError: fetch failed
at node:internal/deps/undici/undici:13502:13
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async makeZombie (file:///Users/XXXXXXXx/test/dist/BrowserBox/src/zombie-lord/connection.js:3235:36)
at async Connect (file:///Users/XXXXXXXx/test/dist/BrowserBox/src/zombie-lord/connection.js:398:13)
at async Object.send (file:///Users/XXXXXXXx/test/dist/BrowserBox/src/zombie-lord/controller.js:398:22)
at async file:///Users/XXXXXXXx/test/dist/BrowserBox/src/ws-server.js:1041:62
at async handler (file:///Users/XXXXXXXx/test/dist/BrowserBox/src/ws-server.js:1438:13) {
[cause]: Error: connect ECONNREFUSED 127.0.0.1:6321
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1634:16) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 6321
}
} { port: 6321 } { noExit: false }
Error when recovering from error when making zombie TypeError: fetch failed
at node:internal/deps/undici/undici:13502:13
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async makeZombie (file:///Users/XXXXXXXx/test/dist/BrowserBox/src/zombie-lord/connection.js:3610:20)
at async Connect (file:///Users/XXXXXXXx/test/dist/BrowserBox/src/zombie-lord/connection.js:398:13)
at async Object.send (file:///Users/XXXXXXXx/test/dist/BrowserBox/src/zombie-lord/controller.js:398:22)
at async file:///Users/XXXXXXXx/test/dist/BrowserBox/src/ws-server.js:1041:62
at async handler (file:///Users/XXXXXXXx/test/dist/BrowserBox/src/ws-server.js:1438:13) {
[cause]: Error: connect ECONNREFUSED 127.0.0.1:6321
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1634:16) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 6321
}
}
TypeError: Cannot destructure property 'send' of 'connection.zombie' as it is undefined.
at Connect (file:///Users/XXXXXXXx/test/dist/BrowserBox/src/zombie-lord/connection.js:538:10)
at async Object.send (file:///Users/XXXXXXXx/test/dist/BrowserBox/src/zombie-lord/controller.js:398:22)
at async file:///Users/XXXXXXXx/test/dist/BrowserBox/src/ws-server.js:1041:62
at async handler (file:///Users/XXXXXXXx/test/dist/BrowserBox/src/ws-server.js:1438:13)
No target data from chrome. Normally means the VM is paused or Chrome is not open. TypeError: Cannot read properties of undefined (reading 'vmPaused')
at Object.send (file:///Users/XXXXXXXx/test/dist/BrowserBox/src/zombie-lord/controller.js:729:21)
at async file:///Users/XXXXXXXx/test/dist/BrowserBox/src/ws-server.js:1041:62
at async handler (file:///Users/XXXXXXXx/test/dist/BrowserBox/src/ws-server.js:1438:13)
- disk partition extension func at start of install failing on RHEL
- some deps are not found on rhel (not majro problem)
- install find issue:
- no install dir found /pwd in home/ issue, aka
- sometimes (trad setup / trad install) w global_install from a $HOME/BrowserBox directory
it seems that bbpro or an install process part says: " < some dir > is inside < $HOME > " or maybe " $PWD is inside < HOME > "
and then "No valid install directory found".
This does not occur with the new bbx install however it is likely related to the changes to how we search for directories
Likely a little fix in 1 or 2 places will solve this.
- linger issue:
- rhel issues with installing audo conf files and no linger : perm denied
- this is also an issue on Deb/Ub: ./scripts/setup_machine.sh: line 119: /usr/local/lib/systemd/d.conf.d/nokill.conf: Permission denied