rivenmedia / riven

Handle your Media Library with ease!
https://rivenmedia.github.io/wiki/
GNU General Public License v3.0
396 stars 54 forks source link

/onboarding displays upon every time accessing UI #829

Closed bioengineered closed 3 weeks ago

bioengineered commented 3 weeks ago

Any time I access the web UI at http://ip-address:3000, Riven attempts to begin the first time setup process. All of the values displayed are correct (as they are in the compose file.)

Upon checking the logs, this bit seems potentially relevant: image

Here is my current docker compose: https://pastebin.com/Y36UWWyh

davidemarcoli commented 3 weeks ago

Can you please send the full logs before the snippet in the screenshot? Thank you!

bioengineered commented 3 weeks ago

Here are the full logs: https://pastebin.com/iXuRi61Y

davidemarcoli commented 3 weeks ago

The rclone path /mnt/zurg/__all__ doesn't seem to exist. Have you mounted it to the riven container?

bioengineered commented 3 weeks ago

Seems to have fixed the issue! However, now my logs are being flooded with the same error: image

My initial thoughts were that it may be a permissions issue. When attempting to edit the permissions, I get this error: cannot read directory '/mnt/library/movies/Cheaper by the Dozen 2 (2005) {imdb-tt0452598}': Input/output error

Full log: https://pastebin.com/TCjydCzk

davidemarcoli commented 3 weeks ago

What are your rclone/library paths now? Rclone /mnt/zurg/__all__ and Library /mnt/library?

bioengineered commented 3 weeks ago

Rclone path was set to /mnt/Library/all Library was /mnt/library

Updated Rclone path in both Zurg config and Riven config to /mnt/zurg/all and it seems to have resolved the issue.

Thanks for helping me out with this one. Still trying to learn the ropes.