Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Linuxserver.io - Ombi

Featured Replies

  • Replies 642
  • Views 172k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Ran into this too and it looks like this is the issue. Look at my post there (currently the last one) for a fix you can do without having to install anything into your container. It looks like they ad

  • tidusjar
    tidusjar

    That 'asshole' would be me.        Please keep in mind that I have a full time demanding job, a child, a 10 month old and a wife outside of what I do in ombi. All of my free time i

  • clowrym
    clowrym

    Your definitely not the assholes here....

Posted Images

Am I missing something?  I've added the repository (https://github.com/linuxserver/docker-ombi) but when I go to Add Container I don't see Linuxserver.io or Ombi listed?!
Install community applications and then go to the apps tab and search

Sent from my LG-D852 using Tapatalk

That was it, Thanks!

On 8/1/2017 at 11:33 AM, wisem2540 said:

Hello,

 

I just installed Ombi over the weekend and have noticed that sometimes logging on or clicking "Request" on a movie will cause the web interface to hang.  Has anyone else seen this?  Any logs I can provide, I would be happy to.

still seeing this.  Right now I have ombi offline.  It is basically unusuable

Provide logs and your docker config. Without either of those it's impossible to say.

Sent from my LG-H815 using Tapatalk

Whenever I use Let'sEncrypt to create a reverse proxy the login screen becomes all text and distorted - and then when you put in your username it throws this error

 

500 - InternalServerError

Something went horribly, horribly wrong while servicing your request.

We're sorry :-(

 

Graphics courtesy of the awesome Matthew Inman

 

Error Details

Nancy.RequestExecutionException: Oh noes! ---> Ombi.Helpers.Exceptions.ApiRequestException: Got StatusCode=Unauthorized for https://plex.tv/users/sign_in.json.
  at Ombi.Api.ApiRequest.Execute[T] (RestSharp.IRestRequest request, System.Uri baseUri) [0x00072] in <2a63c45e97a245c1bf3c2df5f23972c5>:0 
  at Ombi.Api.PlexApi.SignIn (System.String username, System.String password) [0x0004e] in <2a63c45e97a245c1bf3c2df5f23972c5>:0 
  at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,Ombi.Api.Interfaces.IPlexApi,object,string)
  at Ombi.UI.Modules.UserLoginModule+d__48.MoveNext () [0x007d4] in :0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <204f770036d441bb8dfd3daba3550e83>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <204f770036d441bb8dfd3daba3550e83>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <204f770036d441bb8dfd3daba3550e83>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <204f770036d441bb8dfd3daba3550e83>:0 
  at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <204f770036d441bb8dfd3daba3550e83>:0 
  at Ombi.UI.Modules.UserLoginModule+<<-ctor>b__0_0>d.MoveNext () [0x00060] in :0 
   --- End of inner exception stack trace ---
  at Nancy.NancyEngine.InvokeOnErrorHook (Nancy.NancyContext context, Nancy.ErrorPipeline pipeline, System.Exception ex) [0x000bd] in <63c44d6f8d7e4f339a987bf9eb94d931>:0 

 

 

Capture.PNG

You must be doing it wrong. But that's all I can say based on what you posted

Sent from my LG-H815 using Tapatalk

1 hour ago, CHBMB said:

You must be doing it wrong. But that's all I can say based on what you posted

Sent from my LG-H815 using Tapatalk
 

I thought I posted the error above. Here are the logs - just didn't know if those applied to a graphics error in the UI

2017-08-23.log

error.log

error.log

I think a better idea is if you post what you've done to your nginx default file and what process you took to setup the reverse proxy. Then we can spot what may be wrong.

Sent from my LG-H815 using Tapatalk

Is it possible to send mail from the Docker?

 

I currently am reverse proxy'ing the Docker, might aswell move it to my Debian VM completely if mail doesn't work through the Dockers otherwise?

Oh alright, does Ombi need any additional setup for that then? I can't seem to get it working tbh.

 

I need to set something up regarding the email side of things, right?

I don't know. If you're using Gmail you may need to change the account setting to allow other programs to send using it's servers.

Sent from my LG-H815 using Tapatalk

6 hours ago, CHBMB said:

I don't know. If you're using Gmail you may need to change the account setting to allow other programs to send using it's servers.

 

I cannot seem to figure out where I can setup my Gmail SMTP settings for Ombi, or do I need this for unRAID self somewhere?

 

Thanks in advance :)

Oh yes, I have no doubts that it works at all. :)

I've done this procedure before on other things.

 

But where can I fill in the SMTP settings for the Ombi Docker? :P

Ahhh, sorry about that. Thanks!

One more question, perhaps an unusual one, but, how can I access the Docker Applications's actual files?

Doing "docker exec -it container_name_or_id /bin/bash" and then find -name "filename" only gets me files outside of the Docker Application I connected to.

 

Specifically, I am looking for this file:

https://github.com/tidusjar/Ombi/blob/DotNetCore/src/Ombi.Notifications.Templates/Templates/BasicTemplate.html

 

I believe, seeing as I cannot find the file while being connected to the Docker in this fashion, I am going about this the wrong way?

find -name Basic*

Will find it if it's there.

 

EDIT: You're looking at the DotNetCore branch though, not master.

Edited by CHBMB

Well I'll be damned. Thanks a ton man!

 

Edit: Good eye, thanks!

Edited by Arndroid

  • 2 weeks later...

Just a question from someone who is reading as much as they can about unRAID before they build their unRAID system. 

 

If I install this Ombi docker, Plex docker... so forth, do they automatically update or prompt to update when developers release updates? For example, on Synology or WIndows, Plex will prompt when there is a new PMS update.

Also, is Ombi designed to work with Sonarr and Radarr?

20 hours ago, mcjfauser said:

Just a question from someone who is reading as much as they can about unRAID before they build their unRAID system. 

 

If I install this Ombi docker, Plex docker... so forth, do they automatically update or prompt to update when developers release updates? For example, on Synology or WIndows, Plex will prompt when there is a new PMS update.

Also, is Ombi designed to work with Sonarr and Radarr, among others?


There is a plugin to auto-update dockers and plugins. Ombi is designed to work with Sonarr and Radarr.

Edited by bobbintb

Are people using this without it crashing and hanging until the container is restarted?

I only tested this docker for a couple of days but must of had around 20 crashes in that time. Finally installed it within a windows VM and has not crashed once.

 

When I started reading the Ombi pages it seemed to be a common issue on linux.

2 minutes ago, Tuftuf said:

Are people using this without it crashing and hanging until the container is restarted?

I only tested this docker for a couple of days but must of had around 20 crashes in that time. Finally installed it within a windows VM and has not crashed once.

 

When I started reading the Ombi pages it seemed to be a common issue on linux.

 

I've not noticed any problems fwiw

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.