August 16, 20178 yr 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?!
August 16, 20178 yr 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 searchSent from my LG-D852 using Tapatalk
August 21, 20178 yr 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
August 21, 20178 yr Provide logs and your docker config. Without either of those it's impossible to say.Sent from my LG-H815 using Tapatalk
August 23, 20178 yr 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 Details 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
August 24, 20178 yr You must be doing it wrong. But that's all I can say based on what you postedSent from my LG-H815 using Tapatalk
August 24, 20178 yr 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
August 24, 20178 yr 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
August 24, 20178 yr 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?
August 25, 20178 yr 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?
August 25, 20178 yr 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
August 25, 20178 yr 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
August 25, 20178 yr https://support.google.com/accounts/answer/6010255?hl=en EDIT: Can confirm email sending with Gmail works. Edited August 25, 20178 yr by CHBMB
August 25, 20178 yr 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?
August 26, 20178 yr 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?
August 26, 20178 yr find -name Basic* Will find it if it's there. EDIT: You're looking at the DotNetCore branch though, not master. Edited August 26, 20178 yr by CHBMB
August 26, 20178 yr Well I'll be damned. Thanks a ton man! Edit: Good eye, thanks! Edited August 26, 20178 yr by Arndroid
September 4, 20178 yr 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?
September 5, 20178 yr 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 September 5, 20178 yr by bobbintb
September 5, 20178 yr 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.
September 5, 20178 yr 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.