Jump to content

Error in The Open Movie Database forces Kodi library update


Go to solution Solved by Luke,

Recommended Posts

horstepipe
Posted (edited)

Hey

on scheduled Emby library scan I'm getting 198 times this error:

2016-11-15 00:14:47.8598 Error App: Error in The Open Movie Database
	*** Error Report ***
	Version: 3.0.8500.0
	Command line: C:\Users\Administrator\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
	Operating system: Microsoft Windows NT 6.2.9200.0
	Processor count: 4
	64-Bit OS: True
	64-Bit Process: True
	Program data path: C:\Users\Administrator\AppData\Roaming\Emby-Server
	Application Path: C:\Users\Administrator\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
	Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
	System.NullReferenceException
	   bei MediaBrowser.Providers.Omdb.OmdbProvider.<FetchEpisodeData>d__8`1.MoveNext()
	--- Ende der Stapel�berwachung vom vorhergehenden Ort, an dem die Ausnahme ausgel�st wurde ---
	   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   bei MediaBrowser.Providers.TV.OmdbEpisodeProvider.<GetMetadata>d__7.MoveNext()
	--- Ende der Stapel�berwachung vom vorhergehenden Ort, an dem die Ausnahme ausgel�st wurde ---
	   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   bei MediaBrowser.Providers.Manager.MetadataService`2.<ExecuteRemoteProviders>d__25.MoveNext()

When I start Kodi after an Emby library scan I'm getting

processing update of 198 items

so obviously there's a connection.

The update is quite fast so I'm not 100% sure, but I think these are all files of one tv show (dragonball z).

 

I've scheduled a library scan more often a day, so this is quite annoying to see the same episodes getting updated again and again in Kodi.

 

Any idea what's going wrong here?

Edited by horstepipe
Angelblue05
Posted

No idea, post on the server forums. The addon is only reacting to the server event.

 

 

Sent from my iPhone using Tapatalk

  • Like 1
horstepipe
Posted

Hey

on scheduled Emby library scan I'm getting 198 times this error:

2016-11-15 00:14:47.8598 Error App: Error in The Open Movie Database
	*** Error Report ***
	Version: 3.0.8500.0
	Command line: C:\Users\Administrator\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
	Operating system: Microsoft Windows NT 6.2.9200.0
	Processor count: 4
	64-Bit OS: True
	64-Bit Process: True
	Program data path: C:\Users\Administrator\AppData\Roaming\Emby-Server
	Application Path: C:\Users\Administrator\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
	Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
	System.NullReferenceException
	   bei MediaBrowser.Providers.Omdb.OmdbProvider.<FetchEpisodeData>d__8`1.MoveNext()
	--- Ende der Stapel�berwachung vom vorhergehenden Ort, an dem die Ausnahme ausgel�st wurde ---
	   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   bei MediaBrowser.Providers.TV.OmdbEpisodeProvider.<GetMetadata>d__7.MoveNext()
	--- Ende der Stapel�berwachung vom vorhergehenden Ort, an dem die Ausnahme ausgel�st wurde ---
	   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   bei MediaBrowser.Providers.Manager.MetadataService`2.<ExecuteRemoteProviders>d__25.MoveNext()

When I start Kodi after an Emby library scan I'm getting

processing update of 198 items

so obviously there's a connection.

The update is quite fast so I'm not 100% sure, but I think these are all files of one tv show (dragonball z).

 

I've scheduled a library scan more often a day, so this is quite annoying to see the same episodes getting updated again and again in Kodi.

 

Any idea what's going wrong here?

Posted

This error has nothing to do with the Kodi add-on. The main question is why are the episodes refreshing in the first place, that is why an update is triggered to the add-on. Something on the file system must have changed and as a result Emby is refreshing. Nothing really to worry about here I don't think.

horstepipe
Posted

This error has nothing to do with the Kodi add-on. The main question is why are the episodes refreshing in the first place, that is why an update is triggered to the add-on. Something on the file system must have changed and as a result Emby is refreshing. Nothing really to worry about here I don't think.

 

I do worry about it because on every Kodi startup I'm seeing the same files updated, that's not nice...

So how to find out what's going wrong here?

horstepipe
Posted

the files are only .strm files generated once and never touched again. Also artwork is not being stored with media...

horstepipe
Posted

When I lock the respective tv shows in Emby they don't get updated in Kodi anymore.

But this is just a less-than-ideal solution.

horstepipe
Posted

The main question is why are the episodes refreshing in the first place, that is why an update is triggered to the add-on.

So the question is what's causing that NullReferenceException error in log file?

  • Solution
Posted

Not sure but I added some null checks for what I think it might be

  • Like 1
horstepipe
Posted

Not sure but I added some null checks for what I think it might be

Thanks. Hope this will solve that issue.

I'm scanning my library every hour so this can really be quite annoying.

 

Best regards

  • Like 1
horstepipe
Posted

is the (possible) fix included in beta 224?

horstepipe
Posted

Fixed!

Thank you very much

  • 2 weeks later...
horstepipe
Posted

argh @@Luke this was definitely fixed, but in current and (I think) last beta it is back again. Pleas bring the fix back :-)

horstepipe
Posted

Please provide the information requested in how to report a problem. Thanks !

it is the same behavior as described above for exactly the same episodes.

Your fix worked fine for a couple of beta versions.

The error is slightly different:

2016-12-02 11:27:18.9562 Error HttpClient: Error getting response from https://api.themoviedb.org/3/tv/873/season/0/episode/7?api_key=xxxxxxxxxxxxxxxxxx&append_to_response=images,external_ids,credits,videos&language=de&include_image_language=de,null,en
	*** Error Report ***
	Version: 3.1.242.0
	Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -restartpath /usr/lib/emby-server/restart.sh
	Operating system: Unix 4.4.0.47
	64-Bit OS: True
	64-Bit Process: True
	Mono: 4.6.2 (Stable 4.6.2.7/08fd525 Mon Nov 28 20:49:26 UTC 2016)
	Processor count: 4
	Program data path: /var/lib/emby-server
	Application directory: /usr/lib/emby-server/bin
	System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.
	  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
	  at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00014] in <8f2c484307284b51944a1a13a14c0266>:0 
	   --- End of inner exception stack trace ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at Emby.Common.Implementations.HttpClientManager.HttpClientManager+<SendAsyncInternal>d__20.MoveNext () [0x004e7] in <5348aa6558224d56bba31dcc498224bc>:0 
	---> (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.
	  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
	  at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00014] in <8f2c484307284b51944a1a13a14c0266>:0 <---
	
	System.AggregateException
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at Emby.Common.Implementations.HttpClientManager.HttpClientManager+<SendAsyncInternal>d__20.MoveNext () [0x004e7] in <5348aa6558224d56bba31dcc498224bc>:0 
	InnerException: System.Net.WebException
	System.Net.WebException: The remote server returned an error: (404) Not Found.
	  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
	  at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00014] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
	  at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00014] in <8f2c484307284b51944a1a13a14c0266>:0 
	
2016-12-02 11:27:18.9562 Error MovieDbEpisodeProvider: No metadata found for 0
2016-12-02 11:27:18.9572 Error App: Error in The Open Movie Database
	*** Error Report ***
	Version: 3.1.242.0
	Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -restartpath /usr/lib/emby-server/restart.sh
	Operating system: Unix 4.4.0.47
	64-Bit OS: True
	64-Bit Process: True
	Mono: 4.6.2 (Stable 4.6.2.7/08fd525 Mon Nov 28 20:49:26 UTC 2016)
	Processor count: 4
	Program data path: /var/lib/emby-server
	Application directory: /usr/lib/emby-server/bin
	System.ArgumentNullException: Value cannot be null.
	Parameter name: imdbId
	  at MediaBrowser.Providers.Omdb.OmdbProvider+<FetchEpisodeData>c__async1`1[T].MoveNext () [0x00031] in <466bbf50454644108ee6c3c6048d53bd>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at MediaBrowser.Providers.TV.OmdbEpisodeProvider+<GetMetadata>c__async0.MoveNext () [0x0018d] in <466bbf50454644108ee6c3c6048d53bd>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at MediaBrowser.Providers.Manager.MetadataService`2+<ExecuteRemoteProviders>c__async8[TItemType,TIdType].MoveNext () [0x00148] in <466bbf50454644108ee6c3c6048d53bd>:0 
	System.ArgumentNullException
	  at MediaBrowser.Providers.Omdb.OmdbProvider+<FetchEpisodeData>c__async1`1[T].MoveNext () [0x00031] in <466bbf50454644108ee6c3c6048d53bd>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at MediaBrowser.Providers.TV.OmdbEpisodeProvider+<GetMetadata>c__async0.MoveNext () [0x0018d] in <466bbf50454644108ee6c3c6048d53bd>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at MediaBrowser.Providers.Manager.MetadataService`2+<ExecuteRemoteProviders>c__async8[TItemType,TIdType].MoveNext () [0x00148] in <466bbf50454644108ee6c3c6048d53bd>:0 
	
2016-12-02 11:27:19.1148 Error App: Error in The Open Movie Database
	*** Error Report ***
	Version: 3.1.242.0
	Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -restartpath /usr/lib/emby-server/restart.sh
	Operating system: Unix 4.4.0.47
	64-Bit OS: True
	64-Bit Process: True
	Mono: 4.6.2 (Stable 4.6.2.7/08fd525 Mon Nov 28 20:49:26 UTC 2016)
	Processor count: 4
	Program data path: /var/lib/emby-server
	Application directory: /usr/lib/emby-server/bin
	System.ArgumentNullException: Value cannot be null.
	Parameter name: imdbId
	  at MediaBrowser.Providers.Omdb.OmdbProvider+<FetchEpisodeData>c__async1`1[T].MoveNext () [0x00031] in <466bbf50454644108ee6c3c6048d53bd>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at MediaBrowser.Providers.TV.OmdbEpisodeProvider+<GetMetadata>c__async0.MoveNext () [0x0018d] in <466bbf50454644108ee6c3c6048d53bd>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at MediaBrowser.Providers.Manager.MetadataService`2+<ExecuteRemoteProviders>c__async8[TItemType,TIdType].MoveNext () [0x00148] in <466bbf50454644108ee6c3c6048d53bd>:0 
	System.ArgumentNullException
	  at MediaBrowser.Providers.Omdb.OmdbProvider+<FetchEpisodeData>c__async1`1[T].MoveNext () [0x00031] in <466bbf50454644108ee6c3c6048d53bd>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at MediaBrowser.Providers.TV.OmdbEpisodeProvider+<GetMetadata>c__async0.MoveNext () [0x0018d] in <466bbf50454644108ee6c3c6048d53bd>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at MediaBrowser.Providers.Manager.MetadataService`2+<ExecuteRemoteProviders>c__async8[TItemType,TIdType].MoveNext () [0x00148] in <466bbf50454644108ee6c3c6048d53bd>:0 
	
2016-12-02 11:27:19.1457 Error App: Error in The Open Movie Database
	*** Error Report ***
	Version: 3.1.242.0
	Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -restartpath /usr/lib/emby-server/restart.sh
	Operating system: Unix 4.4.0.47
	64-Bit OS: True
	64-Bit Process: True
	Mono: 4.6.2 (Stable 4.6.2.7/08fd525 Mon Nov 28 20:49:26 UTC 2016)
	Processor count: 4
	Program data path: /var/lib/emby-server
	Application directory: /usr/lib/emby-server/bin
	System.ArgumentNullException: Value cannot be null.
	Parameter name: imdbId
	  at MediaBrowser.Providers.Omdb.OmdbProvider+<FetchEpisodeData>c__async1`1[T].MoveNext () [0x00031] in <466bbf50454644108ee6c3c6048d53bd>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at MediaBrowser.Providers.TV.OmdbEpisodeProvider+<GetMetadata>c__async0.MoveNext () [0x0018d] in <466bbf50454644108ee6c3c6048d53bd>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at MediaBrowser.Providers.Manager.MetadataService`2+<ExecuteRemoteProviders>c__async8[TItemType,TIdType].MoveNext () [0x00148] in <466bbf50454644108ee6c3c6048d53bd>:0 
	System.ArgumentNullException
	  at MediaBrowser.Providers.Omdb.OmdbProvider+<FetchEpisodeData>c__async1`1[T].MoveNext () [0x00031] in <466bbf50454644108ee6c3c6048d53bd>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at MediaBrowser.Providers.TV.OmdbEpisodeProvider+<GetMetadata>c__async0.MoveNext () [0x0018d] in <466bbf50454644108ee6c3c6048d53bd>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at MediaBrowser.Providers.Manager.MetadataService`2+<ExecuteRemoteProviders>c__async8[TItemType,TIdType].MoveNext () [0x00148] in <466bbf50454644108ee6c3c6048d53bd>:0 
	

Now I'm getting the

Value cannot be null

for every refreshed episode.

 

Regards

Happy2Play
Posted (edited)

To me that log snippet shows a episode of Columbo S00E07 failing across all providers.

 

There are only two specials episode listed on TMDB, 1 & 2.  Do you have tvdb disabled?

Edited by Happy2Play
horstepipe
Posted

To me that log snippet shows a episode of Columbo S00E07 failing across all providers.

 

There are only two specials episode listed on TMDB 1 & 2.  Do you have tvdb disabled?

 

on tVdb there are listed 8 specials episodes:

http://thetvdb.com/?tab=season&seriesid=70369&seasonid=17838&lid=7

 

tVdb is activated and listed on top in metadata downloader settings for tv shows and episodes.

 

regards

horstepipe
Posted

this is strange, you are right. This didn't catch my eye. It uses tMdb although it should use tVdb. But this is a different problem.

My first concern here is that these kind of errors don't force a refresh in Kodi. Luke fixed that once so I hope he is able to fix this again.

horstepipe
Posted (edited)

I disabled all scrapers except tvdb for tvshows, seasons and episodes. The problem was solved, now (I hope).

Then I added the scrapers bit by bit again and made a scan everytime.

Now all scrapers are activated again and it's still working fine.

 

So I'm wondering if the problem is solved now or if I just exceeded some kind of limit regarding scraper requests...?

Edited by horstepipe
  • 2 weeks later...
horstepipe
Posted

just wanted to mention that the problem occured on beta 3.1.256 again.

 

Again I was able to solve it by disabling and re-enabling all scraper services.

 

Best regards

horstepipe
Posted

What problem exactly?

post 16

 

Regards

horstepipe
Posted

@@Luke

FYI, the problem still occurs on current stable.

 

Regards

Posted

Can you please provide a server log? Thanks.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...