[Support] Linuxserver.io - Ombi


Recommended Posts

1 minute ago, CHBMB said:

Have to say I'm surprised it doesn't work with SB, SR was a fork of SB, unless they completely changed the api

Yes I am surprised also, that is why my initial question. Hoping someone would know. But I get this error in log when testing connection.

System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object at Ombi.Api.SickrageApi+d__6.MoveNext () <0x4106a950 + 0x007de> in :0 --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) <0x40bf7a70 + 0x0003f> in :0 at System.Threading.Tasks.Task`1[TResult].GetResultCore (Boolean waitCompletionNotification) <0x41ad9a60 + 0x0008b> in :0 at System.Threading.Tasks.Task`1[TResult].get_Result () <0x40a12530 + 0x00027> in :0 at Ombi.Core.TvSenderOld.SendToSickRage (Ombi.Core.SettingModels.SickRageSettings sickRageSettings, Ombi.Store.RequestedModel model, System.String qualityId) <0x41069f10 + 0x00223> in :0 at Ombi.Core.TvSenderOld.SendToSickRage (Ombi.Core.SettingModels.SickRageSettings sickRageSettings, Ombi.Store.RequestedModel model) <0x41069eb0 + 0x0002f> in :0 at Ombi.Services.Jobs.FaultQueueHandler.ProcessTvShow (Ombi.Store.RequestedModel tvModel, Ombi.Core.SettingModels.SonarrSettings sonarr, Ombi.Core.SettingModels.SickRageSettings sickrage) <0x41069b50 + 0x0012f> in :0 ---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object at Ombi.Api.SickrageApi+d__6.MoveNext () <0x4106a950 + 0x007de> in :0 <---

 

Link to comment
1 hour ago, seanwill2 said:

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! :D

When you removed 24 it would have used the latest image that will have been stored locally.  (If you'd switched on advanced you'd have seen the unused image at the bottom of the list of docker containers)  You may find you have linuxserver/ombi:24 still stored locally as well.

Link to comment
  • 1 month later...

OMBI is keeping thousands of files open, which is leading to the system becoming unstable (running out of allowed open files limit). Is this expected behaviour, or can this be fixed somehow in the future?

 

I can provide logs if it is necessary.

Edited by MrChunky
Link to comment
9 hours ago, MrChunky said:

OMBI is keeping thousands of files open, which is leading to the system becoming unstable (running out of allowed open files limit). Is this expected behaviour, or can this be fixed somehow in the future?

 

I can provide logs if it is necessary.

 

I think I'm having the same issue. Causing Ombi to crash after a while.

 

It doesn't look like my log is helpful. It's filled with messages as seen below. I can attach the full log, but I have since restarted the docker and this is all that shows up right now.

 

2b252c3ea000-2b2530000000 ---p 00000000 00:00 0
2b2530000000-2b253023e000 rw-p 00000000 00:00 0
2b2530300000-2b253053e000 rw-p 00000000 00:00 0
2b2530600000-2b253083e000 rw-p 00000000 00:00 0
2b2530900000-2b2530b3e000 rw-p 00000000 00:00 0
2b2530c00000-2b2530d1f000 rw-p 00000000 00:00 0
2b2531300000-2b2531a00000 rw-p 00000000 00:00 0
2b2531b00000-2b2531c1f000 rw-p 00000000 00:00 0
2b2531c1f000-2b2531c20000 ---p 00000000 00:00 0
2b2531c20000-2b2531e20000 rw-p 00000000 00:00 0
7ffe98bba000-7ffe98bdb000 rw-p 00000000 00:00 0 [stack]
7ffe98be1000-7ffe98be3000 r--p 00000000 00:00 0 [vvar]
7ffe98be3000-7ffe98be5000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]

Link to comment
On 5/31/2017 at 1:37 AM, aaronhong13 said:

I think I'm having the same issue. Causing Ombi to crash after a while.

 

It doesn't look like my log is helpful. It's filled with messages as seen below. I can attach the full log, but I have since restarted the docker and this is all that shows up right now.

 

2b252c3ea000-2b2530000000 ---p 00000000 00:00 0
2b2530000000-2b253023e000 rw-p 00000000 00:00 0
2b2530300000-2b253053e000 rw-p 00000000 00:00 0
2b2530600000-2b253083e000 rw-p 00000000 00:00 0
2b2530900000-2b2530b3e000 rw-p 00000000 00:00 0
2b2530c00000-2b2530d1f000 rw-p 00000000 00:00 0
2b2531300000-2b2531a00000 rw-p 00000000 00:00 0
2b2531b00000-2b2531c1f000 rw-p 00000000 00:00 0
2b2531c1f000-2b2531c20000 ---p 00000000 00:00 0
2b2531c20000-2b2531e20000 rw-p 00000000 00:00 0
7ffe98bba000-7ffe98bdb000 rw-p 00000000 00:00 0 [stack]
7ffe98be1000-7ffe98be3000 r--p 00000000 00:00 0 [vvar]
7ffe98be3000-7ffe98be5000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]

Just took some screenshots of the openfiles plugin. 12000 files open :/ Gonna shut that down until its fixed.

 

 

 

OMBI.PNG

OMBI2.PNG

Link to comment
  • 3 weeks later...
  • 1 month later...

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.