Migrate from UnRaid - binhex/arch-overseerr Container #12
Unanswered
jstevenson72
asked this question in
Q&A
Replies: 1 comment
|
Did you run the script as per the instructions? it looks like your database hasn't been updated nor migrated which is what the script does. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was hoping to be able to migrate my container that originated from https://github.com/binhex/arch-overseerr to using your repo.
I was able to modify my container to run from your repo, however I feel like I need to do some other steps to maybe fix up something either with TMDB or with the default Ratings logic.
I see that you had a nice migration script for other Overseer containers, but I'm not sure how to use that or if it would be of any help in my scenario.
After getting the container up and running on the same app db, I had to run through the intial setup wizard to configure things, but then I'm met with this:

And my logs have a lot of this:
{
"errorMessage": "[TMDB] Failed to fetch all trending: Request failed with status code 401"
}
I hope this is something easy to fix, if you have time to point me in a direction I would greatly appreciate it.
All reactions