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.

seanwill2

Members
  • Joined

  • Last visited

  1. Okay I will bow down before the programming Gods! I apologize for reporting that the latest update did not work. For some reason all I did was remove the :24 from the OMBI template. I did not run the update. All is well now! Thanks guys!
  2. Sad to say it did not resolve my issue. had to roll back to :24
  3. CHBMB, Sorry, I forgot to put this in my last message. If you need any help on testing things out, please feel free to call upon me. -Sean
  4. CHBMB, Thanks for everything!
  5. I agree with naturallcar, I rolled back to :24 and everything works great now! I can say I learned something new today. I was not aware you could rollback like that! Pure genius!
  6. Is there a way to roll this docker to a previous version? I'm dead in the water with this version. Regards, -Sean
  7. Sure thing. https://forums.ombi.io/viewtopic.php?f=11&t=31
  8. Okay. Thanks! That did not seem to help. I even nuked everything and setup a basic system with just Plex enabled. Did a request and got the same results. See below: Error Details Nancy.RequestExecutionException: Oh noes! ---> System.NullReferenceException: Object reference not set to an instance of an object at Ombi.Helpers.DateTimeHelper.OffsetUTCDateTime (System.DateTime utcDateTime, System.Int32 minuteOffset) [0x00006] in :0 at Ombi.UI.Modules.RequestsModule+<>c__DisplayClass57_1.b__11 (Ombi.Store.RequestedModel movie) [0x000a2] in :0 at System.Linq.Enumerable+WhereSelectListIterator`2[TSource,TResult].MoveNext () [0x00064] in <2392cff65f724abaaed9de072f62bc4a>:0 at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x0008b] in :0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00011] in <2392cff65f724abaaed9de072f62bc4a>:0 at Ombi.UI.Modules.RequestsModule+d__57.MoveNext () [0x00628] in :0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in :0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in :0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in :0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in :0 at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in :0 at Ombi.UI.Modules.RequestsModule+<<-ctor>b__0_1>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 Is there any other advice you may have? I am still working with the OMBI author as well.
  9. Thank you for the quick response!
  10. Greetings! When I first started I installed the docker from "Linuxserver.io - Ombi". Everything worked fine. The only thing OMBI told me was that there was a new version available. Well this today they must have updated the docker. I now have the latest version of OMBI. Everything still works but one thing....When I go to view the requests I get no results. I do however get a green "Approve Movies" button. I had several people submit a request, I get the pushover message. and it shows them "pending approval". However no requests show up when I check the Que. I have not changed anything since the update to the docker. I tried reinstalling the docker and a fresh install by deleting the config directory. After setting everything back up I get the same results. I contacted the OMBI author on his message board and after a little homework this is what we came up with. There were 2 errors:Failed to load resource: the server responded with a status of 500 (Internal Server Error)requests:645 error Internal Server Errorrequests/movies Failed to load resource: the server responded with a status of 500 (Internal Server Error)Error 1:Error DetailsNancy.RequestExecutionException: Oh noes! ---> System.NullReferenceException: Object reference not set to an instance of an objectat Ombi.UI.Modules.LayoutModule.GetGravatarImage () <0x40d029f0 + 0x00056> in :0 at Ombi.UI.Modules.LayoutModule.<.ctor>b__0_2 (System.Object x) <0x40d029d0 + 0x0000f> in :0 at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2,object)at Nancy.Routing.Route+<>c__DisplayClass4.b__3 (System.Object parameters, CancellationToken context) <0x40d023f0 + 0x00153> in :0 --- End of inner exception stack trace ---at Nancy.NancyEngine.InvokeOnErrorHook (Nancy.NancyContext context, Nancy.ErrorPipeline pipeline, System.Exception ex) <0x41e0cad0 + 0x002d7> in :0 Error 2:Error DetailsNancy.RequestExecutionException: Oh noes! ---> System.NullReferenceException: Object reference not set to an instance of an objectat Ombi.Helpers.DateTimeHelper.OffsetUTCDateTime (DateTime utcDateTime, Int32 minuteOffset) <0x41ddbda0 + 0x00030> in :0 at Ombi.UI.Modules.RequestsModule+<>c__DisplayClass57_1.b__11 (Ombi.Store.RequestedModel movie) <0x41ddb4d0 + 0x002bf> in :0 at System.Linq.Enumerable+WhereSelectListIterator`2[TSource,TResult].MoveNext () <0x41c44ce0 + 0x001a5> in :0 at System.Collections.Generic.List`1[T]..ctor (IEnumerable`1 collection) <0x2acf96bbac70 + 0x001fb> in :0 at System.Linq.Enumerable.ToList[TSource] (IEnumerable`1 source) <0x41a7a0b0 + 0x00070> in :0 at Ombi.UI.Modules.RequestsModule+d__57.MoveNext () <0x40f3cf00 + 0x01fc3> in :0 --- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x2acf96c786d0 + 0x00029> in :0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x2acf96c766b0 + 0x000a7> in :0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x2acf96c76630 + 0x0006b> in :0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x2acf96c765e0 + 0x0003a> in :0 at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () <0x2acf96c768d0 + 0x00017> in :0 at Ombi.UI.Modules.RequestsModule+<<-ctor>b__0_1>d.MoveNext () <0x40f3c820 + 0x00152> in :0 --- End of inner exception stack trace ---at Nancy.NancyEngine.InvokeOnErrorHook (Nancy.NancyContext context, Nancy.ErrorPipeline pipeline, System.Exception ex) <0x41e0cad0 + 0x002d7> in :0 OMBI Author: the first is saying that your gravatar image is not present (It doesn't matter). the second is the actual error. I've seen this before and it was due to an older version of mono, So I assume you are running mono? I am currently waiting for a reply. However, can you please shed some light on this? Very Respectfully, Sean

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.