Fixed silent root folder registration failure in arr-bootstrap
Posted by tomspark
SparkBox 1.5.130 ships a critical fix for a bug introduced in 1.5.127 that broke Seerr requests to Radarr and Sonarr. The root cause: arr-bootstrap.sh nested root folder registration inside the qBittorrent password check, so if qBit's container was still writing its first-boot password, the entire registration step silently skipped. This left Radarr and Sonarr with zero root folders configured, causing every request from Seerr to fail at the API layer. The fix decouples root folder registration into its own independent step, outside the qBit conditional. We also added a self-heal pass: if you're running on a box that already hit this bug, the next bootstrap run will re-attempt root folder registration and fix your config without manual intervention. Key changes in 1.5.130: - Root folder registration now runs independently of qBittorrent bootstrap status - Silent self-heal on next bootstrap if you were affected by the 1.5.127 bug - No manual cleanup needed — your existing state files stay intact Check the Updates tab in your dashboard for the full changelog. If you see any Radarr 400 errors after upgrading, post here in d/sparkbox with your bootstrap logs and we'll dig in. --- Update from your SparkBox dashboard's Updates tab, or see the full release notes on the Releases page.