teddybear75 11 Posted December 25, 2019 Posted December 25, 2019 (edited) These errors seem to occur when running library scan. No new media added. I get 4 of these errors (with different ids): Info HttpClient: GET https://api.themoviedb.org/3/tv/85804?api_key=f6bd687ffa63cd282b6ff2c6877f2669&append_to_response=credits,images,keywords,external_ids,videos,content_ratings&language=nb&include_image_language=nb,null,en Error App: Error in TheMovieDb *** Error Report *** Version: 4.3.1.0 Command line: C:\Users\username\AppData\Roaming\Emby-Server\system\EmbyServer.dll -noautorunwebapp Operating system: Microsoft Windows NT 6.2.9200.0 64-Bit OS: True 64-Bit Process: True User Interactive: True Runtime: file:///C:/Users/username/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll Processor count: 12 Program data path: C:\Users\username\AppData\Roaming\Emby-Server\programdata Application directory: C:\Users\username\AppData\Roaming\Emby-Server\system MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: NotFound at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod) at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod) at MovieDb.MovieDbProvider.GetMovieDbResponse(HttpRequestOptions options) at MovieDb.MovieDbSeriesProvider.FetchMainResult(String id, String language, String country, CancellationToken cancellationToken) at MovieDb.MovieDbSeriesProvider.DownloadSeriesInfo(String id, String preferredMetadataLanguage, String preferredMetadataCountry, CancellationToken cancellationToken) at MovieDb.MovieDbSeriesProvider.FetchMovieData(String tmdbId, String language, String preferredCountryCode, CancellationToken cancellationToken) at MovieDb.MovieDbSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) Source: Emby.Server.Implementations TargetSite: Void MoveNext() and 1 of these errors: Info HttpClient: GET https://thetvdb.com/api/Updates.php?type=all&time=0 Error App: Error running postscan task *** Error Report *** Version: 4.3.1.0 Command line: C:\Users\username\AppData\Roaming\Emby-Server\system\EmbyServer.dll -noautorunwebapp Operating system: Microsoft Windows NT 6.2.9200.0 64-Bit OS: True 64-Bit Process: True User Interactive: True Runtime: file:///C:/Users/username/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll Processor count: 12 Program data path: C:\Users\username\AppData\Roaming\Emby-Server\programdata Application directory: C:\Users\username\AppData\Roaming\Emby-Server\system MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: InternalServerError at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod) at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod) at Tvdb.TvdbPrescanTask.GetSeriesIdsToUpdate(List`1 existingSeriesIds, String lastUpdateTime, CancellationToken cancellationToken) at Tvdb.TvdbPrescanTask.Run(IProgress`1 progress, CancellationToken cancellationToken) at Emby.Server.Implementations.Library.LibraryManager.RunPostScanTasks(IProgress`1 progress, CancellationToken cancellationToken) Source: Emby.Server.Implementations TargetSite: Void MoveNext() Can someone tell me what this means? Is it something i need to fix, cant say i am having any issues when using Emby, but since i found an error in the log i wanted to know what it was Edited December 25, 2019 by teddybear75
Happy2Play 9785 Posted December 25, 2019 Posted December 25, 2019 The TMDB error means that item has the wrong or the items TMDB id has changed. ID "85804" does not exit there. As for the postscan from TVDB, it is being looked into, but it is the update request sent to TVDB for all series/episode update. But since TVDB did their update, things still don't work like they use to.
Luke 42086 Posted December 25, 2019 Posted December 25, 2019 Hi, other than the log messages, are you experiencing a problem?
teddybear75 11 Posted December 25, 2019 Author Posted December 25, 2019 (edited) The TMDB error means that item has the wrong or the items TMDB id has changed. ID "85804" does not exit there. As for the postscan from TVDB, it is being looked into, but it is the update request sent to TVDB for all series/episode update. But since TVDB did their update, things still don't work like they use to. Thanks for the info. So i need to find out which movies have these id`s, and then change th ids on these movies to get rid of the first error message? If the postscan is a general tvdb issue i will just have to wait it out then Hi, other than the log messages, are you experiencing a problem? No problems at all, just had a lot of time on my hands today, and went throught the logs to rule out errors, found quite a few, and was able to get rid of most myself, but i did not quite understand what was wrong in the errors i posted here. Edited December 26, 2019 by teddybear75
teddybear75 11 Posted December 26, 2019 Author Posted December 26, 2019 Tried searching the disks with: "<tmdbid>85804</tmdbid>" file *.nfo and "<tmdbid>3936</tmdbid>" file *.nfo (The 2 ids that give error) But no hits.......anyone know of other methods to find the movies in question?
Luke 42086 Posted December 26, 2019 Posted December 26, 2019 Based on the error trace it's a series, not a movie.
Luke 42086 Posted December 26, 2019 Posted December 26, 2019 Since the moviedb one isn't really an error but rather just the results of a search, i pushed an update to the MovieDb plugin to just print a little info statement rather than that full error trace. 1
teddybear75 11 Posted December 27, 2019 Author Posted December 27, 2019 Based on the error trace it's a series, not a movie. Since the moviedb one isn't really an error but rather just the results of a search, i pushed an update to the MovieDb plugin to just print a little info statement rather than that full error trace. Thank you
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now