August 21, 20214 yr 1 hour ago, ikiya13 said: I have had this problem for several weeks at this point, I think it's beyond a problem with Plex auth. I was just stating that there was an issue yesterday. If anyone is still having issues I'd encourage them to reach out on GitHub or discord. I do recall there were issues a few months ago, but they have all now been resolved.
August 21, 20214 yr Do you mind providing me the links for those? Thanks! sike, here they are- github: https://github.com/linuxserver/docker-ombi discord: https://discord.com/invite/YWrKVTn Edited August 21, 20214 yr by ikiya13 answered my own question
August 21, 20214 yr 4 minutes ago, ikiya13 said: Do you mind providing me the links for those? Thanks! sike, here they are- github: https://github.com/linuxserver/docker-ombi discord: https://discord.com/invite/YWrKVTn Actually the GitHub is https://GitHub.com/ombi-app/ombi you can also find all of the links on the ombi settings page
October 8, 20214 yr If anyone else is having issues with the Plex log in with a new Ombi set up on unRaid. I couldn't get it to route back to Ombi with the log in through plex during the wizard, but I created an Ombi admin in wizard and the login after completing the wizard let me do the Plex OAuth successfully to log in through Plex. Worth a shot to try it.
October 9, 20214 yr Noticed an issue today, searched but can only find guides from 2 years ago. When searching for a TV show it flashes up briefly but then disappears showing no results. This is for any TV show. Movies list is not affected. What can I check? Shows as up to date in unRaid but on the Ombi page it shows Version3.0.5223 (New Update Available)
October 9, 20214 yr 5 minutes ago, bigdan1190 said: Noticed an issue today, searched but can only find guides from 2 years ago. When searching for a TV show it flashes up briefly but then disappears showing no results. This is for any TV show. Movies list is not affected. What can I check? Shows as up to date in unRaid but on the Ombi page it shows Version3.0.5223 (New Update Available) You are on a very very old version of Ombi. please update
November 24, 20214 yr I've recently reinstated my Plex server after having it in mothballs for 9 months due to a move. Now that it is back up and running, and I've updated everything, Ombi seems to have an issue where I must restart it every other day or so because it stops responding to requests. Everybody can login, you can search for videos, but upon submitting a request Ombi never responds back that the request was submitted and it never shows up as requested. A stop and start of the container fixes the issue. Is this a known issue? Looking at the log I see a few red highlighted lines: "Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'database is locked'."
November 24, 20214 yr 13 minutes ago, Littleolme said: I've recently reinstated my Plex server after having it in mothballs for 9 months due to a move. Now that it is back up and running, and I've updated everything, Ombi seems to have an issue where I must restart it every other day or so because it stops responding to requests. Everybody can login, you can search for videos, but upon submitting a request Ombi never responds back that the request was submitted and it never shows up as requested. A stop and start of the container fixes the issue. Is this a known issue? Looking at the log I see a few red highlighted lines: "Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'database is locked'." Hey, You have run into a limitation in SQLite, Ombi is a very DB heavy application and SQLite is not really meant for websites/apps. What i'd recommend you do is migrate over to using MySQL as a database for Ombi (you can easily spin up a MariaDb docker container) There is a guide on the docs website, also see here: https://docs.ombi.app/info/alternate-databases/#why-mysql
November 24, 20214 yr 23 minutes ago, tidusjar said: Hey, You have run into a limitation in SQLite, Ombi is a very DB heavy application and SQLite is not really meant for websites/apps. What i'd recommend you do is migrate over to using MySQL as a database for Ombi (you can easily spin up a MariaDb docker container) There is a guide on the docs website, also see here: https://docs.ombi.app/info/alternate-databases/#why-mysql I actually already have MariaDb running for Nextcloud. I'll look at that doc to see how to migrate Ombi over to it. Thanks!
November 24, 20214 yr 16 minutes ago, Littleolme said: I actually already have MariaDb running for Nextcloud. I'll look at that doc to see how to migrate Ombi over to it. Thanks! I STRONGLY suggest setting up a second MariaDb instance specifically for Ombi, rather than adding the database to your already running instance. The benefits completely outweigh the negatives. Benefits Separate appdata folder, separate configurations. Can blow away and redo without effecting other instances. Docker containers share layers internally, so additional instances takes up zero extra room in the docker.img file, and only a couple KB extra in the appdata folder Negatives Figuring out how to install a completely separate instance, new version of CA makes it easy. Keeping track of a different set of ports
November 25, 20214 yr 5 hours ago, JonathanM said: I STRONGLY suggest setting up a second MariaDb instance specifically for Ombi, rather than adding the database to your already running instance. The benefits completely outweigh the negatives. Benefits Separate appdata folder, separate configurations. Can blow away and redo without effecting other instances. Docker containers share layers internally, so additional instances takes up zero extra room in the docker.img file, and only a couple KB extra in the appdata folder Negatives Figuring out how to install a completely separate instance, new version of CA makes it easy. Keeping track of a different set of ports Makes sense. Another learning opportunity. I'll check into it.
December 23, 20214 yr Ive been having issues of the last few weeks and recently rebuilt my installation following @tidusjar advice and moved the databases over to a MariaDB docker instance. Just wanted to give a thank you for the assistance.
February 4, 20224 yr hi guys. I have problem with the ombi container with a subdomain. I have removed the base_URL variable and installed the container. i have corectly configured swag but i cannot reach ombi from outside my network. I have tripple checked the setting and everything is left on default. I am using the customer netwrok that swag is on. I am inclined to believe there is something I'm missing when configuring ombi, because nextcloud works flawlesly. can anyone provide any suggestions? thank you.
February 7, 20224 yr 19 minutes ago, Emanuel87 said: anyone? is there no support for the Ombi container? There is, I don’t always see the messages on here. I suggest you jump on the Ombi discord and we can try and assist you with your proxy issue
May 2, 20224 yr Updated my docker today and now I'm seeing Failed to create CoreCLR, HRESULT: 0x80070008 spammed in the log. Web gui isn't working any more either. Anyone seeing this? Rolled back to v4.16.12-ls119 to resolve Edited May 2, 20224 yr by chiefo
May 2, 20224 yr Same issue ^^ Failed to create CoreCLR, HRESULT: 0x80070008 spammed in the log. Rolling back also fixed it for me
May 4, 20224 yr On 5/2/2022 at 7:02 PM, Kirsanth said: Same issue ^^ Failed to create CoreCLR, HRESULT: 0x80070008 spammed in the log. Rolling back also fixed it for me How do you roll back in unraid?
May 5, 20224 yr 4 hours ago, tmoran000 said: How do you roll back in unraid? Change the repository in the docker from :latest to the version you want, ie: linuxserver/ombi:v4.16.12-ls119
May 5, 20224 yr Per the Github for this docker, this is a Ubuntu Jammy docker. We need docker 20.10.10 or higher to resolve. Unraid 6.10 RC-6 was released today that includes 20.10.14. After upgrading to rc-6, i was able to swap to latest ombi docker correctly.
May 13, 20224 yr Anyone using gmail with ombi? We might have a problem after May 30 . . We will need to use an e-mail client or app that supports OAuth 2.0 (https://oauth.net/2/) as using the username/password combination will no longer be sufficient. https://support.google.com/accounts/answer/6010255
May 13, 20224 yr 1 minute ago, elcapitano said: Anyone using gmail with ombi? We might have a problem after May 30 . . We will need to use an e-mail client or app that supports OAuth 2.0 (https://oauth.net/2/) as using the username/password combination will no longer be sufficient. https://support.google.com/accounts/answer/6010255 Thanks for the headsup!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.