
Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available. You can find us on discord at https://discord.sonarr.tv/
Can't install Sonarr on RPI 3B
Hi guys, 3 weeks ago I installed sonarr/radarr/plex on my rpi 3b w/ portainer. I reinstalled it yesterday, I was able to install everything (radarr, jackett, transmission, plex) but sonarr (neither in command line or via new container).
The script it :
docker run -d \
--name=sonarr \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/Paris \
-p 8989:8989 \
-v /srv/dev-disk-by-uuid-5c098534-ebbf-4d84-a65d-8074af645750/tv:/tv \
#optional` \ -v /srv/dev-disk-by-uuid-5c098534-ebbf-4d84-a65d-8074af645750/downloads:/downloads `#optional` `
--restart unless-stopped \
lscr.io/linuxserver/sonarr:latest
The error is :
Unable to find image 'lscr.io/linuxserver/sonarr:latest' locally
latest: Pulling from linuxserver/sonarr
docker: no matching manifest for linux/arm/v7 in the manifest list entries.
Have you got a solution for this ? It worked well few weeks ago, the script is almost exactly the same as radarr but I can't figure it out why this isn't working.
Thanks ! :)
The latest versions (and docker images) of Sonarr don't support RPi unless you are running a 64-bit OS. You will either need to reinstall your OS to use 64-bit (not the default until very recently) or manually specify an older Sonarr docker image to run.
More details here
Solved! Thank you, you've made my day :)
okay I'll try it thank you !! :)
Hi u/matmatidmat - You've mentioned Docker [portainer], if you're needing Docker help be sure to generate a docker-compose of all your docker images in a pastebin or gist and link to it. Just about all Docker issues can be solved by understanding the Docker Guide, which is all about the concepts of user, group, ownership, permissions and paths. Many find TRaSH's Docker/Hardlink Guide/Tutorial easier to understand and is less conceptual.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
Hi u/matmatidmat -
There are many resources available to help you troubleshoot and help the community help you. Please review this comment and you can likely have your problem solved without needing to wait for a human.
Most troubleshooting questions require debug or trace logs. In all instances where you are providing logs please ensure you followed the Gathering Logs wiki article to ensure your logs are what are needed for troubleshooting.
Logs should be provided via the methods prescribed in the wiki article. Note that
Info
logs are rarely helpful for troubleshooting.Dozens of common questions & issues and their answers can be found on our FAQ.
Please review our troubleshooting guides that lead you through how to troubleshoot and note various common problems.
Searches, Indexers, and Trackers - For if something cannot be found
Downloading & Importing - For when download clients have issues or files cannot be imported
If you're still stuck you'll have useful debug or trace logs and screenshots to share with the humans who will arrive soon. Those humans will likely ask you for the exact same thing this comment is asking..
Once your question/problem is solved, please comment anywhere in the thread saying '!solved' to change the flair to
solved
.I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
Hi u/matmatidmat - It appears you're using Docker and have a mount of [/tv]. This is indicative of a docker setup that results in double space for all seeds and IO intensive copies / copy+deletes instead of hardlinks and atomic moves. Please review TRaSH's Docker/Hardlink Guide/Tutorial or the Docker Guide for how to correct this issue).
Moderator Note: this automoderator rule is under going testing. Please send a modmail with feedback for false positives or other issues. Revised 2022-01-18
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
You might need to manually specify arm/v7, I don't see it autoselecting your chip on the latest builds.
See here for deprecation info : https://www.reddit.com/r/sonarr/comments/wh0biw/linuxserver_arm7_deprecation/
Here's an older build with arm in it.
https://hub.docker.com/layers/linuxserver/sonarr/arm32v7-develop/images/sha256-f38dc2e651ccb069551da355526778a43ac4654e2a0f1dbbccf49dd0773ea8e8?context=explore
I got the issue because I ran 32 bits version of ROS Lite, I reinstalled it in 64bits and I got no pb :)
Are you running a 32 or 64 bit OS on your pi?
I was running 32 bits because 32bits version still worked 3 weeks ago, but then I reinstalled ROS on 64 bits and it's much better :D