Fear the Walking Dead Series Info Not Updating

Fear the Walking Dead is only showing the pilot episode even though the second episode showed on August 30th and all the other episodes already have air dates. I’ve tried to manually force an update but nothing happens.

In a related problem, I’ve noticed that the episode listing for Ultimate Spider-Man and other comic shows is often wrong so I’m wondering where Sonarr get’s is series info from and if maybe there could be a way to change the source to say IMDB or something as whatever it’s using now I’ve found is often incorrect or out of date.

Thanks for the help!

The data comes from TheTVDB.com (through our proxy), TheTVDB shows 6 episodes as does our proxy.

TheTVDB is a user contributed site, if the information is out of date you can update it. We have no plans to support other sources, especially IMDB since they don’t have an API.

Works for me.

Same thing happened to me.

Just delete the show and re-add it to sonarr.

Yep, I just discovered that before seeing your post. For some reason thetvdb.com changed the ID after the series went live so the show never updated beyond the pilot episode.

This is the snipet from the log that led me to discover what BrendenCA mentioned:

NzbDrone.Common.Http.HttpException: HTTP request failed: [404:NotFound] [GET] at [http://skyhook.sonarr.tv/v1/tvdb/shows/en/293455]
   at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\HttpClient.cs:line 97
   at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\HttpClient.cs:line 277
   at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo(Int32 tvdbSeriesId) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:line 35
   at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo(Series series) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:line 51
   at NzbDrone.Core.Tv.RefreshSeriesService.Execute(RefreshSeriesCommand message) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:line 133
   at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 91
   at CallSite.Target(Closure , CallSite , CommandExecutor , Object , CommandModel )
   at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
   at CallSite.Target(Closure , CallSite , CommandExecutor , Object , CommandModel )
   at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 41
{"message":"NotFound","description":"thetvdb.com does not have a series with the tvdbid 293455, it may have been removed."}

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.