ubports-installer fails to initialize plugin on Raspberry Pi400
-
I'm trying to run ubports installer from a Raspberry Pi400 with Debian GNU/Linux 11 (bullseye):arm64.
I'm using the installer from the snap store.
I get an error right off the bat about a plugin failing to initialize. Can anyone help with this?The terminal output is as follows:
info: Welcome to the UBports Installer version 0.9.5-beta! error: Error: initializing plugins: Error: {"message":"{\"error\":{\"errno\":-2,\"code\":\"ENOENT\",\"syscall\":\"spawn adb\",\"path\":\"adb\",\"spawnargs\":[\"-P\",5037,\"kill-server\"],\"cmd\":\"adb -P 5037 kill-server\"}}","name":"adb"} stack trace: Error: {"message":"{\"error\":{\"errno\":-2,\"code\":\"ENOENT\",\"syscall\":\"spawn adb\",\"path\":\"adb\",\"spawnargs\":[\"-P\",5037,\"kill-server\"],\"cmd\":\"adb -P 5037 kill-server\"}}","name":"adb"} at /snap/ubports-installer/398/app/resources/app.asar.unpacked/node_modules/promise-android-tools/lib/module.cjs:117:20 at exithandler (node:child_process:413:5) at ChildProcess.errorhandler (node:child_process:425:5) at ChildProcess.emit (node:events:390:28) at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12) at onErrorNT (node:internal/child_process:477:16) at processTicksAndRejections (node:internal/process/task_queues:83:21) error: Error: plugin wait(): Error: {"message":"{\"error\":{\"errno\":-2,\"code\":\"ENOENT\",\"syscall\":\"spawn fastboot\",\"path\":\"fastboot\",\"spawnargs\":[\"devices\"],\"cmd\":\"fastboot devices\"}}","name":"fastboot"} stack trace: Error: {"message":"{\"error\":{\"errno\":-2,\"code\":\"ENOENT\",\"syscall\":\"spawn fastboot\",\"path\":\"fastboot\",\"spawnargs\":[\"devices\"],\"cmd\":\"fastboot devices\"}}","name":"fastboot"} at /snap/ubports-installer/398/app/resources/app.asar.unpacked/node_modules/promise-android-tools/lib/module.cjs:117:20 at exithandler (node:child_process:413:5) at ChildProcess.errorhandler (node:child_process:425:5) at ChildProcess.emit (node:events:390:28) at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12) at onErrorNT (node:internal/child_process:477:16) at processTicksAndRejections (node:internal/process/task_queues:83:21)
-
@richzrich Do you have adb and fastboot installed?
-
-
@richzrich
I edited your post so it is more readable.
Please use code tag next time
Select code text to embed then click the </> button to do so.Plus check there for when your issue will be sorted : https://forums.ubports.com/topic/6311/how-to-ask-a-question-and-then-mark-it-as-solved
-
-