uname -a? Trying to install Sonarr, but failing.
Throws an error at the dietpi-software installation screen while installing Sonarr.
DietPi-Software: G_AGI: nzbdrone
โ - exit_code = 100
โ - VERSION:v6.1 | HW_MODEL:12 | HW_ARCH:3 | DISTRO:3
โ
โ Log file contents:
โ E: Unable to locate package nzbdrone
โ
โ If problems persist, please report this to DietPi for investigation, including a
โ screenshot of this error! (https://github.com/Fourdee/DietPi/issues).
Install sonarr yourself using dietpi-software
dietpi-bugreport?d80ba514-469e-4fff-a964-b8492b0f8757-0
Tried to add dpkg --add-architecture armhfafter a reinstallation as suggested in https://github.com/Fourdee/DietPi/issues/1277. Didn't solve the problem and still returns a exit code 100.
@Barishhh
Thanks for the report ๐
~Please can you confirm which software title?~
Trying to install Sonarr,
We'll try to replicate.
Yep, seems armhf is being ignored.
https://wiki.debian.org/Multiarch/HOWTO
root@DietPi:~# dpkg --print-architecture
arm64
root@DietPi:~# dpkg --print-foreign-architectures
armhf
#Should default to armhf
root@DietPi:~# cat /etc/apt/sources.list.d/sonarr.list
deb [arch=armhf] https://apt.sonarr.tv/ master main
root@DietPi:~# apt-get update | grep son
Hit https://apt.sonarr.tv master InRelease
Hit https://apt.sonarr.tv master/main armhf Packages
Get:6 https://apt.sonarr.tv master/main Translation-en_GB [169 B]
Get:8 https://apt.sonarr.tv master/main Translation-en [169 B]
Get:10 https://apt.sonarr.tv master/main Translation-en_GB [169 B]
Get:14 https://apt.sonarr.tv master/main Translation-en [169 B]
Get:17 https://apt.sonarr.tv master/main Translation-en_GB [169 B]
Get:18 https://apt.sonarr.tv master/main Translation-en [169 B]
Get:20 https://apt.sonarr.tv master/main Translation-en_GB [169 B]
Get:23 https://apt.sonarr.tv master/main Translation-en [169 B]
Get:24 https://apt.sonarr.tv master/main Translation-en_GB [169 B]
Ign https://apt.sonarr.tv master/main Translation-en_GB
Get:25 https://apt.sonarr.tv master/main Translation-en [169 B]
Ign https://apt.sonarr.tv master/main Translation-en
root@DietPi:~# apt-get install nzbdrone:armhf
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nzbdrone
Another install option:
https://github.com/Sonarr/Sonarr/wiki/Installation#other
Let me know if I can help in any way!
Am also having this issue (exit code:100, version 6.4). Thanks for working on it Fourdee.
Resolved for v6.7.
๐