when I click on seer it takes me to setup and step 3 of 4 and I get this error "Validation failed. Please toggle the libraries again to continue" I am on a Ugreen Nas DXP4800Plus on SparkBox it says all services are running and I am connected to my Surfshark VPN Second question how do I change the file location for where my media is stored after downloading since it defaults to volume 1 but I use volume 2 for all my media
7 replies
tomspark wrote:
For re-toggling: in the Jellyseerr setup wizard you should see your Jellyfin libraries as checkboxes — uncheck them all, Save (or Next), then re-check and Save again. If no libraries show up at all, the Jellyfin API isn't reachable from Jellyseerr — docker logs sb-jellyseerr --tail 50 will show the actual error. For the .env permission denied: don't run it, edit it — sudo nano /opt/sparkbox/.env (or vi). The file's owned by root so sudo is required.
tomspark wrote:
My bad — I gave you the wrong container name in my last reply. It's sb-seerr (the project rebranded from Jellyseerr last month), not sb-jellyseerr. So: sudo docker logs sb-seerr --tail 50 For the 'no libraries shown' symptom in the wizard, the most common cause is Jellyfin's first-run setup didn't finish. Hit http://NAS-IP:8096 directly and confirm you can log into Jellyfin (admin password is in /opt/sparkbox/state/jellyfin-admin-password.txt). Once Jellyfin's wizard is complete and your Movies/TV libraries are visible there, the seerr wizard will see them too on the re-toggle.
tomspark wrote:
Hey drpanda — for the seer error, Jellyseerr's library-toggle fails when Jellyfin's initial library scan hasn't finished yet (the API call returns no libraries, validation balks). Check Jellyfin → Dashboard → Activity for any 'scanning' tasks, let those finish, then re-toggle. For the media path: edit /opt/sparkbox/.env, set MEDIAROOT=/volume2/sparkbox-media, then sudo /opt/sparkbox/sparkbox up. Install dir stays at /opt on UGREEN by design (volume1 ACL kills bind mounts) — only MEDIAROOT moves.
drpanda wrote:
I have no active task running but how do I re-toggle? also when I run /opt/sparkbox/.env I get a permission denied response
drpanda wrote:
on the setup wizard I don't see any libraries that I can check or uncheck this is the response I received for the logs from terminal "Error response from daemon: No such container: sb-jellyseerr"
drpanda wrote:
Thanks for your help, none of it worked so I just nuked the whole thing and restarted and now it all seems to be working. one last thing I had media already on my nas and want to get those on Jellyfin how would I point Jellyfin to those files? they are currently on the shared folder of the NAS
tomspark wrote:
Glad you got it sorted. For pointing Jellyfin at your existing media: edit /opt/sparkbox/.env, change MEDIAROOT to wherever the files actually live on the NAS (avoid spaces in the path — known footgun), then sudo /opt/sparkbox/sparkbox up. Inside Jellyfin's library setup, add libraries at /data/Movies, /data/TV, etc. — containers see your host path remapped to /data. If your folder doesn't already have Movies/TV subdirs, organize that way first, or just point Jellyfin at /data and let it scan the whole tree.