You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i try to enable my intel igpu on the installation wizard, i get this error:
/wizard/index.js:79
for (var i=0; i<imagesI.images.length; i++) {
^
TypeError: Cannot read properties of undefined (reading 'length')
at setGpu (/wizard/index.js:79:34)
at Socket.install (/wizard/index.js:115:23)
at Socket.emit (node:events:517:28)
at Socket.emitUntyped (/wizard/node_modules/socket.io/dist/typed-events.js:69:22)
at /wizard/node_modules/socket.io/dist/socket.js:704:39
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
Node.js v18.20.2
becausee of this error installation doesn't even start
Expected Behavior
No response
Steps To Reproduce
get an intel igpu
try to enable it on the first page of wizard installation
check container logs
[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 911
User GID: 911
───────────────────────────────────────
[custom-init] No custom files found, skipping...
[ls.io-init] done.
time="2024-05-04T21:42:56.446989749Z" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
/wizard/index.js:79
for (var i=0; i<imagesI.images.length; i++) {
^
TypeError: Cannot read properties of undefined (reading 'length')
at setGpu (/wizard/index.js:79:34)
at Socket.install (/wizard/index.js:115:23)
at Socket.emit (node:events:517:28)
at Socket.emitUntyped (/wizard/node_modules/socket.io/dist/typed-events.js:69:22)
at /wizard/node_modules/socket.io/dist/socket.js:704:39
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
Node.js v18.20.2
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Current Behavior
when i try to enable my intel igpu on the installation wizard, i get this error:
becausee of this error installation doesn't even start
Expected Behavior
No response
Steps To Reproduce
get an intel igpu
try to enable it on the first page of wizard installation
check container logs
Environment
- OS: Ubuntu 22.04
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: